Uses of Enum Class
edu.isi.pegasus.planner.dax.Invoke.WHEN
Packages that use Invoke.WHEN
-
Uses of Invoke.WHEN in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax declared as Invoke.WHENMethods in edu.isi.pegasus.planner.dax that return Invoke.WHENModifier and TypeMethodDescriptionstatic Invoke.WHENReturns the enum constant of this class with the specified name.static Invoke.WHEN[]Invoke.WHEN.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.isi.pegasus.planner.dax with parameters of type Invoke.WHENModifier and TypeMethodDescriptionAbstractJob.addInvoke(Invoke.WHEN when, String what) Add Notification to the jobADAG.addInvoke(Invoke.WHEN when, String what) Add a Notification for this WorkflowExecutable.addInvoke(Invoke.WHEN when, String what) Add a Notification for this Executable same as addNotificationTransformation.addInvoke(Invoke.WHEN when, String what) Add a Notification for this TransformationAbstractJob.addNotification(Invoke.WHEN when, String what) Add Notification to the jobADAG.addNotification(Invoke.WHEN when, String what) Add a Notification for this WorkflowExecutable.addNotification(Invoke.WHEN when, String what) Add a Notification for this Executable same as addInvokeTransformation.addNotification(Invoke.WHEN when, String what) Add a Notification for this Transformation same as addInvoke()final InvokeInvoke.setWhen(Invoke.WHEN when) Set when to invokeConstructors in edu.isi.pegasus.planner.dax with parameters of type Invoke.WHENModifierConstructorDescriptionInvoke(Invoke.WHEN when) Crete a new Invoke objectInvoke(Invoke.WHEN when, String what) Create a new Invoke object