Uses of Class
edu.isi.pegasus.planner.dax.Invoke.WHEN
-
Packages that use Invoke.WHEN Package Description edu.isi.pegasus.planner.catalog.transformation edu.isi.pegasus.planner.classes edu.isi.pegasus.planner.dax -
-
Uses of Invoke.WHEN in edu.isi.pegasus.planner.catalog.transformation
Methods in edu.isi.pegasus.planner.catalog.transformation with parameters of type Invoke.WHEN Modifier and Type Method Description java.util.Collection<Invoke>TransformationCatalogEntry. getNotifications(Invoke.WHEN when)Returns a collection of all the notifications that need to be done for a particular condition -
Uses of Invoke.WHEN in edu.isi.pegasus.planner.classes
Fields in edu.isi.pegasus.planner.classes with type parameters of type Invoke.WHEN Modifier and Type Field Description private java.util.EnumMap<Invoke.WHEN,java.util.List<Invoke>>Notifications. mInvokeMapAn enum map that associates the various notification events with the list of actions that need to be taken.Methods in edu.isi.pegasus.planner.classes with parameters of type Invoke.WHEN Modifier and Type Method Description private voidNotifications. addAll(Invoke.WHEN when, java.util.Collection<Invoke> invokes)Convenience method at add all the notifications corresponding to a particular eventjava.util.Collection<Invoke>ADag. getNotifications(Invoke.WHEN when)Returns a collection of all the notifications that need to be done for a particular conditionjava.util.Collection<Invoke>CompoundTransformation. getNotifications(Invoke.WHEN when)Returns a collection of all the notifications that need to be done for a particular conditionjava.util.Collection<Invoke>Job. getNotifications(Invoke.WHEN when)Returns a collection of all the notifications that need to be done for a particular conditionjava.util.Collection<Invoke>Notifications. getNotifications(Invoke.WHEN when)Returns a collection of all the notifications that need to be done for a particular condition -
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.WHENInvoke. mWhenWHen to InvokeMethods in edu.isi.pegasus.planner.dax that return Invoke.WHEN Modifier and Type Method Description static Invoke.WHENInvoke.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 AbstractJobAbstractJob. addInvoke(Invoke.WHEN when, java.lang.String what)Add Notification to the jobADAGADAG. addInvoke(Invoke.WHEN when, java.lang.String what)Add a Notification for this WorkflowExecutableExecutable. addInvoke(Invoke.WHEN when, java.lang.String what)Add a Notification for this Executable same as addNotificationTransformationTransformation. addInvoke(Invoke.WHEN when, java.lang.String what)Add a Notification for this TransformationAbstractJobAbstractJob. addNotification(Invoke.WHEN when, java.lang.String what)Add Notification to the jobADAGADAG. addNotification(Invoke.WHEN when, java.lang.String what)Add a Notification for this WorkflowExecutableExecutable. addNotification(Invoke.WHEN when, java.lang.String what)Add a Notification for this Executable same as addInvokeTransformationTransformation. addNotification(Invoke.WHEN when, java.lang.String what)Add a Notification for this Transformation same as addInvoke()InvokeInvoke. 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
-