Package | Description |
---|---|
edu.isi.pegasus.planner.dax |
Modifier and Type | Field and Description |
---|---|
protected Invoke.WHEN |
Invoke.mWhen
WHen to Invoke
|
Modifier and Type | Method and Description |
---|---|
static Invoke.WHEN |
Invoke.WHEN.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Invoke.WHEN[] |
Invoke.WHEN.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ADAG |
ADAG.addInvoke(Invoke.WHEN when,
java.lang.String what)
Add a Notification for this Workflow
|
Transformation |
Transformation.addInvoke(Invoke.WHEN when,
java.lang.String what)
Add a Notification for this Transformation
|
AbstractJob |
AbstractJob.addInvoke(Invoke.WHEN when,
java.lang.String what)
Add Notification to the job
|
Executable |
Executable.addInvoke(Invoke.WHEN when,
java.lang.String what)
Add a Notification for this Executable
same as addNotification
|
ADAG |
ADAG.addNotification(Invoke.WHEN when,
java.lang.String what)
Add a Notification for this Workflow
|
Transformation |
Transformation.addNotification(Invoke.WHEN when,
java.lang.String what)
Add a Notification for this Transformation same as addInvoke()
|
AbstractJob |
AbstractJob.addNotification(Invoke.WHEN when,
java.lang.String what)
Add Notification to the job
|
Executable |
Executable.addNotification(Invoke.WHEN when,
java.lang.String what)
Add a Notification for this Executable
same as addInvoke
|
Invoke |
Invoke.setWhen(Invoke.WHEN when)
Set when to invoke
|
Constructor and Description |
---|
Invoke(Invoke.WHEN when)
Crete a new Invoke object
|
Invoke(Invoke.WHEN when,
java.lang.String what)
Create a new Invoke object
|