|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScheduledWorkflowAction
Represents a workflow action that can be scheduled
A ScheduledWorkflowAction cannot be created, edited or deleted through the API. It
must already exist in the repository.
WorkflowAction| Nested Class Summary | |
|---|---|
static class |
ScheduledWorkflowAction.DateType
The list of possible Scheduled action date types |
| Method Summary | |
|---|---|
ScheduledWorkflowAction.DateType |
getDateType()
Returns the ScheduledWorkflowAction.DateType of this ScheduledWorkflowAction |
java.util.Date |
getExecuteDate(WorkflowedDocument p_document)
Return the date that this ScheduleAction will run against the specified WorkflowedDocument |
ScheduledWorkflowActionOffset |
getOffset()
Returns the configured ActionOffset for this ScheduledWorkflowAction |
boolean |
isDisabledIfExecuteDatePast()
Indicates if this ScheduledWorkflowAction will not run if the execution date is in the past |
boolean |
isOffsetEnabled()
Indicates if this ScheduledWorkflowAction has a date offset specified |
| Methods inherited from interface com.ibm.workplace.wcm.api.Item |
|---|
getCreationDate, getDescription, getIdentity, getModifiedDate, getName, getTitle |
| Methods inherited from interface com.ibm.portal.Localized |
|---|
getLocales |
| Method Detail |
|---|
ScheduledWorkflowAction.DateType getDateType()
ScheduledWorkflowAction.DateType of this ScheduledWorkflowAction
ScheduledWorkflowAction.DateType of this ScheduledWorkflowActionboolean isOffsetEnabled()
ScheduledWorkflowAction has a date offset specified
ScheduledWorkflowAction has a date offset specified, false otherwiseScheduledWorkflowActionOffset getOffset()
ActionOffset for this ScheduledWorkflowAction
ActionOffset for this ScheduledWorkflowActionboolean isDisabledIfExecuteDatePast()
ScheduledWorkflowAction will not run if the execution date is in the past
ScheduledWorkflowAction will not run if the execution date is in the past, false otherwisejava.util.Date getExecuteDate(WorkflowedDocument p_document)
ScheduleAction will run against the specified WorkflowedDocument
p_document - the WorkflowedDocument that should be used to calculate the execution date
ScheduleAction will run against the specified WorkflowedDocument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||