Uses of Class
edu.isi.pegasus.planner.dax.Invoke.WHEN
-
Packages that use Invoke.WHEN Package Description edu.isi.pegasus.planner.dax -
-
Uses of Invoke.WHEN in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax declared as Invoke.WHEN Modifier and Type Field Description protected Invoke.WHEN
Invoke. mWhen
WHen to InvokeMethods in edu.isi.pegasus.planner.dax that return Invoke.WHEN Modifier and Type Method 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.Methods in edu.isi.pegasus.planner.dax with parameters of type Invoke.WHEN Modifier and Type Method Description AbstractJob
AbstractJob. addInvoke(Invoke.WHEN when, java.lang.String what)
Add Notification to the jobADAG
ADAG. addInvoke(Invoke.WHEN when, java.lang.String what)
Add a Notification for this WorkflowExecutable
Executable. addInvoke(Invoke.WHEN when, java.lang.String what)
Add a Notification for this Executable same as addNotificationTransformation
Transformation. addInvoke(Invoke.WHEN when, java.lang.String what)
Add a Notification for this TransformationAbstractJob
AbstractJob. addNotification(Invoke.WHEN when, java.lang.String what)
Add Notification to the jobADAG
ADAG. addNotification(Invoke.WHEN when, java.lang.String what)
Add a Notification for this WorkflowExecutable
Executable. addNotification(Invoke.WHEN when, java.lang.String what)
Add a Notification for this Executable same as addInvokeTransformation
Transformation. addNotification(Invoke.WHEN when, java.lang.String what)
Add a Notification for this Transformation same as addInvoke()Invoke
Invoke. setWhen(Invoke.WHEN when)
Set when to invokeConstructors in edu.isi.pegasus.planner.dax with parameters of type Invoke.WHEN Constructor Description Invoke(Invoke.WHEN when)
Crete a new Invoke objectInvoke(Invoke.WHEN when, java.lang.String what)
Create a new Invoke object
-