|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskScheduleInformation
Interface for tools that are capable of scheduling a task remotely through the task backend.
TaskClient
Method Summary | |
---|---|
void |
addTaskAttributes(java.util.List<RawAttribute> attributes)
Adds utility specific attributes to attributes for
population of the entry that is added to the task backend. |
java.util.List<java.lang.String> |
getDependencyIds()
Gets a list of task IDs upon which this task is dependent. |
FailedDependencyAction |
getFailedDependencyAction()
Gets the action to take should one of the dependent task fail. |
java.util.List<java.lang.String> |
getNotifyUponCompletionEmailAddresses()
Gets a list of email address to which an email will be sent when this task completes. |
java.util.List<java.lang.String> |
getNotifyUponErrorEmailAddresses()
Gets a list of email address to which an email will be sent if this task encounters an error during execution. |
java.util.Date |
getStartDateTime()
Gets the date at which this task should be scheduled to start. |
java.lang.Class |
getTaskClass()
Gets the Class that implements the utility to execute. |
java.lang.String |
getTaskObjectclass()
Gets the objectclass used to represent scheduled instances of this utility in the task backend. |
Method Detail |
---|
void addTaskAttributes(java.util.List<RawAttribute> attributes)
attributes
for
population of the entry that is added to the task backend.
attributes
- that will be added to the task backendjava.lang.String getTaskObjectclass()
java.lang.Class getTaskClass()
java.util.Date getStartDateTime()
java.util.List<java.lang.String> getDependencyIds()
FailedDependencyAction getFailedDependencyAction()
java.util.List<java.lang.String> getNotifyUponCompletionEmailAddresses()
java.util.List<java.lang.String> getNotifyUponErrorEmailAddresses()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |