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. mInvokeMap
An 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 void
Notifications. 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.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
-