Package | Description |
---|---|
edu.isi.pegasus.planner.dax |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Invoke> |
ADAG.mInvokes
List of Notification objects
|
protected java.util.List<Invoke> |
Transformation.mInvokes |
protected java.util.List<Invoke> |
AbstractJob.mInvokes |
protected java.util.List<Invoke> |
Executable.mInvokes
List of Notification objects
|
Modifier and Type | Method and Description |
---|---|
Invoke |
Invoke.clone()
Create a copy of this Invoke object
|
Invoke |
Invoke.setWhat(java.lang.String what)
Set what executable to invoke and how
|
Invoke |
Invoke.setWhen(Invoke.WHEN when)
Set when to invoke
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Invoke> |
ADAG.getInvoke()
Returns a list of Invoke objects associated with the workflow
|
java.util.List<Invoke> |
Transformation.getInvoke()
Return the list of Notification objects
|
java.util.List<Invoke> |
AbstractJob.getInvoke()
Returns list of Invoke objects
|
java.util.List<Invoke> |
Executable.getInvoke()
Return the list of Notification objects
|
java.util.List<Invoke> |
ADAG.getNotification()
Returns a list of Invoke objects associated with the workflow.
|
java.util.List<Invoke> |
Transformation.getNotification()
Return the list of Notification objects (same as getInvoke()
|
java.util.List<Invoke> |
AbstractJob.getNotification()
Same as getInvoke().
|
java.util.List<Invoke> |
Executable.getNotification()
Return the list of Notification objects (same as getInvoke)
|
Modifier and Type | Method and Description |
---|---|
ADAG |
ADAG.addInvoke(Invoke invoke)
Add a Notification for this Workflow
|
Transformation |
Transformation.addInvoke(Invoke invoke)
Add a Notification for this Transformation
|
AbstractJob |
AbstractJob.addInvoke(Invoke invoke)
Add notification to the job
|
Executable |
Executable.addInvoke(Invoke invoke)
Add a Notification for this Executable
Same as add Notification
|
ADAG |
ADAG.addNotification(Invoke invoke)
Add a Notification for this Workflow
|
AbstractJob |
AbstractJob.addNotification(Invoke invoke)
Add notification to the job
|
Executable |
Executable.addNotification(Invoke invoke)
Add a Notification for this Executable
Same as addInvoke
|
Modifier and Type | Method and Description |
---|---|
ADAG |
ADAG.addInvokes(java.util.List<Invoke> invokes)
Add a List of Notifications for this Workflow
|
Transformation |
Transformation.addInvokes(java.util.List<Invoke> invokes)
Add a List of Notifications for this Transformation
|
AbstractJob |
AbstractJob.addInvokes(java.util.List<Invoke> invokes)
Add Notifications to the job
|
Executable |
Executable.addInvokes(java.util.List<Invoke> invokes)
Add a List of Notifications for this Executable
Same as addNotifications
|
ADAG |
ADAG.addNotifications(java.util.List<Invoke> invokes)
Add a List of Notifications for this Workflow
|
Transformation |
Transformation.addNotifications(java.util.List<Invoke> invokes)
Add a List of Notifications for this Transformation.
|
AbstractJob |
AbstractJob.addNotifications(java.util.List<Invoke> invokes)
Add Notifications to the job
|
Executable |
Executable.addNotifications(java.util.List<Invoke> invokes)
Add a List of Notifications for this Executable.
|
Constructor and Description |
---|
Invoke(Invoke i)
Copy Constructor
|