Uses of Class
edu.isi.pegasus.planner.dax.Invoke
-
Packages that use Invoke Package Description edu.isi.pegasus.planner.catalog.transformation edu.isi.pegasus.planner.classes edu.isi.pegasus.planner.dax edu.isi.pegasus.planner.parser.dax -
-
Uses of Invoke in edu.isi.pegasus.planner.catalog.transformation
Methods in edu.isi.pegasus.planner.catalog.transformation that return types with arguments of type Invoke 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 conditionMethods in edu.isi.pegasus.planner.catalog.transformation with parameters of type Invoke Modifier and Type Method Description voidTransformationCatalogEntry. addNotification(Invoke invoke)Adds a Invoke object correpsonding to a notification. -
Uses of Invoke in edu.isi.pegasus.planner.classes
Fields in edu.isi.pegasus.planner.classes with type parameters of type Invoke 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 that return types with arguments of type Invoke Modifier and Type Method Description java.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 conditionMethods in edu.isi.pegasus.planner.classes with parameters of type Invoke Modifier and Type Method Description voidNotifications. add(Invoke notification)Adds a Invoke object correpsonding to a notification.voidADag. addNotification(Invoke invoke)Adds a Invoke object corresponding to a notification.voidCompoundTransformation. addNotification(Invoke invoke)Adds a Invoke object correpsonding to a notification.voidJob. addNotification(Invoke invoke)Adds a Invoke object correpsonding to a notification.Method parameters in edu.isi.pegasus.planner.classes with type arguments of type Invoke 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 event -
Uses of Invoke in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax with type parameters of type Invoke Modifier and Type Field Description protected java.util.List<Invoke>AbstractJob. mInvokesprivate java.util.List<Invoke>ADAG. mInvokesList of Notification objectsprotected java.util.List<Invoke>Executable. mInvokesList of Notification objectsprotected java.util.List<Invoke>Transformation. mInvokesMethods in edu.isi.pegasus.planner.dax that return Invoke Modifier and Type Method Description InvokeInvoke. clone()Create a copy of this Invoke objectInvokeInvoke. setWhat(java.lang.String what)Set what executable to invoke and howInvokeInvoke. setWhen(Invoke.WHEN when)Set when to invokeMethods in edu.isi.pegasus.planner.dax that return types with arguments of type Invoke Modifier and Type Method Description java.util.List<Invoke>AbstractJob. getInvoke()Returns list of Invoke objectsjava.util.List<Invoke>ADAG. getInvoke()Returns a list of Invoke objects associated with the workflowjava.util.List<Invoke>Executable. getInvoke()Return the list of Notification objectsjava.util.List<Invoke>Transformation. getInvoke()Return the list of Notification objectsjava.util.List<Invoke>AbstractJob. getNotification()Same as getInvoke().java.util.List<Invoke>ADAG. getNotification()Returns a list of Invoke objects associated with the workflow.java.util.List<Invoke>Executable. getNotification()Return the list of Notification objects (same as getInvoke)java.util.List<Invoke>Transformation. getNotification()Return the list of Notification objects (same as getInvoke()Methods in edu.isi.pegasus.planner.dax with parameters of type Invoke Modifier and Type Method Description AbstractJobAbstractJob. addInvoke(Invoke invoke)Add notification to the jobADAGADAG. addInvoke(Invoke invoke)Add a Notification for this WorkflowExecutableExecutable. addInvoke(Invoke invoke)Add a Notification for this Executable Same as add NotificationTransformationTransformation. addInvoke(Invoke invoke)Add a Notification for this TransformationAbstractJobAbstractJob. addNotification(Invoke invoke)Add notification to the jobADAGADAG. addNotification(Invoke invoke)Add a Notification for this WorkflowExecutableExecutable. addNotification(Invoke invoke)Add a Notification for this Executable Same as addInvokeMethod parameters in edu.isi.pegasus.planner.dax with type arguments of type Invoke Modifier and Type Method Description AbstractJobAbstractJob. addInvokes(java.util.List<Invoke> invokes)Add Notifications to the jobADAGADAG. addInvokes(java.util.List<Invoke> invokes)Add a List of Notifications for this WorkflowExecutableExecutable. addInvokes(java.util.List<Invoke> invokes)Add a List of Notifications for this Executable Same as addNotificationsTransformationTransformation. addInvokes(java.util.List<Invoke> invokes)Add a List of Notifications for this TransformationAbstractJobAbstractJob. addNotifications(java.util.List<Invoke> invokes)Add Notifications to the jobADAGADAG. addNotifications(java.util.List<Invoke> invokes)Add a List of Notifications for this WorkflowExecutableExecutable. addNotifications(java.util.List<Invoke> invokes)Add a List of Notifications for this Executable.TransformationTransformation. addNotifications(java.util.List<Invoke> invokes)Add a List of Notifications for this Transformation.Constructors in edu.isi.pegasus.planner.dax with parameters of type Invoke Constructor Description Invoke(Invoke i)Copy Constructor -
Uses of Invoke in edu.isi.pegasus.planner.parser.dax
Methods in edu.isi.pegasus.planner.parser.dax with parameters of type Invoke Modifier and Type Method Description voidCallback. cbWfInvoke(Invoke invoke)Callback when a invoke is encountered in the DAX from the top level inside adag tag.voidDAX2CDAG. cbWfInvoke(Invoke invoke)Callback when a invoke entry is encountered in the top level inside the adag element in DAX.voidDAX2Graph. cbWfInvoke(Invoke invoke)Callback when a invoke entry is encountered in the top level inside the adag element in the DAX.voidDAX2Metadata. cbWfInvoke(Invoke invoke)Callback when a invoke entry is encountered in the top level inside the adag element in the DAX.voidDAX2NewGraph. cbWfInvoke(Invoke invoke)Callback when a invoke entry is encountered in the top level inside the adag element in the DAX.voidExampleDAXCallback. cbWfInvoke(Invoke invoke)Callback when a invoke entry is encountered in the top level inside the adag element in the DAX.
-