Uses of Class
edu.isi.pegasus.planner.dax.Invoke
Packages that use Invoke
-
Uses of Invoke in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax with type parameters of type InvokeModifier and TypeFieldDescriptionAbstractJob.mInvokes
ADAG.mInvokes
List of Notification objectsExecutable.mInvokes
List of Notification objectsTransformation.mInvokes
Methods in edu.isi.pegasus.planner.dax that return InvokeModifier and TypeMethodDescriptionInvoke.clone()
Create a copy of this Invoke objectSet what executable to invoke and howfinal Invoke
Invoke.setWhen
(Invoke.WHEN when) Set when to invokeMethods in edu.isi.pegasus.planner.dax that return types with arguments of type InvokeModifier and TypeMethodDescriptionAbstractJob.getInvoke()
Returns list of Invoke objectsADAG.getInvoke()
Returns a list of Invoke objects associated with the workflowExecutable.getInvoke()
Return the list of Notification objectsTransformation.getInvoke()
Return the list of Notification objectsAbstractJob.getNotification()
Same as getInvoke().ADAG.getNotification()
Returns a list of Invoke objects associated with the workflow.Executable.getNotification()
Return the list of Notification objects (same as getInvoke)Transformation.getNotification()
Return the list of Notification objects (same as getInvoke()Methods in edu.isi.pegasus.planner.dax with parameters of type InvokeModifier and TypeMethodDescriptionAdd notification to the jobAdd a Notification for this WorkflowAdd a Notification for this Executable Same as add NotificationAdd a Notification for this TransformationAbstractJob.addNotification
(Invoke invoke) Add notification to the jobADAG.addNotification
(Invoke invoke) Add a Notification for this WorkflowExecutable.addNotification
(Invoke invoke) Add a Notification for this Executable Same as addInvokevoid
Invoke.JsonSerializer.serialize
(Invoke iv, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider sp) Serializes an Invoke into YAML representation.Method parameters in edu.isi.pegasus.planner.dax with type arguments of type InvokeModifier and TypeMethodDescriptionAbstractJob.addInvokes
(List<Invoke> invokes) Add Notifications to the jobADAG.addInvokes
(List<Invoke> invokes) Add a List of Notifications for this WorkflowExecutable.addInvokes
(List<Invoke> invokes) Add a List of Notifications for this Executable Same as addNotificationsTransformation.addInvokes
(List<Invoke> invokes) Add a List of Notifications for this TransformationAbstractJob.addNotifications
(List<Invoke> invokes) Add Notifications to the jobADAG.addNotifications
(List<Invoke> invokes) Add a List of Notifications for this WorkflowExecutable.addNotifications
(List<Invoke> invokes) Add a List of Notifications for this Executable.Transformation.addNotifications
(List<Invoke> invokes) Add a List of Notifications for this Transformation.Constructors in edu.isi.pegasus.planner.dax with parameters of type Invoke