Class SyntheticWorkflow
java.lang.Object
com.adobe.acs.commons.workflow.synthetic.impl.granite.SyntheticWorkflow
- All Implemented Interfaces:
com.adobe.granite.workflow.exec.Workflow,com.adobe.granite.workflow.HasMetaData
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.adobe.granite.workflow.exec.Workflow
com.adobe.granite.workflow.exec.Workflow.State -
Constructor Summary
ConstructorsConstructorDescriptionSyntheticWorkflow(String id, com.adobe.acs.commons.workflow.synthetic.impl.SyntheticWorkflowData workflowData) -
Method Summary
Modifier and TypeMethodDescriptionfinal StringgetId()final Stringfinal com.adobe.granite.workflow.metadata.MetaDataMapfinal StringgetState()final Datefinal Datefinal com.adobe.granite.workflow.exec.WorkflowDatafinal com.adobe.granite.workflow.model.WorkflowModelfinal List<com.adobe.granite.workflow.exec.WorkItem>final List<com.adobe.granite.workflow.exec.WorkItem>getWorkItems(com.adobe.granite.workflow.exec.filter.WorkItemFilter workItemFilter) final booleanisActive()final voidsetWorkflowData(com.adobe.granite.workflow.exec.WorkflowData workflowData)
-
Constructor Details
-
SyntheticWorkflow
public SyntheticWorkflow(String id, com.adobe.acs.commons.workflow.synthetic.impl.SyntheticWorkflowData workflowData)
-
-
Method Details
-
getId
- Specified by:
getIdin interfacecom.adobe.granite.workflow.exec.Workflow
-
getWorkItems
- Specified by:
getWorkItemsin interfacecom.adobe.granite.workflow.exec.Workflow
-
getWorkItems
public final List<com.adobe.granite.workflow.exec.WorkItem> getWorkItems(com.adobe.granite.workflow.exec.filter.WorkItemFilter workItemFilter) - Specified by:
getWorkItemsin interfacecom.adobe.granite.workflow.exec.Workflow
-
getWorkflowModel
public final com.adobe.granite.workflow.model.WorkflowModel getWorkflowModel()- Specified by:
getWorkflowModelin interfacecom.adobe.granite.workflow.exec.Workflow
-
isActive
public final boolean isActive()- Specified by:
isActivein interfacecom.adobe.granite.workflow.exec.Workflow
-
getState
- Specified by:
getStatein interfacecom.adobe.granite.workflow.exec.Workflow
-
getInitiator
- Specified by:
getInitiatorin interfacecom.adobe.granite.workflow.exec.Workflow
-
getTimeStarted
- Specified by:
getTimeStartedin interfacecom.adobe.granite.workflow.exec.Workflow
-
getTimeEnded
- Specified by:
getTimeEndedin interfacecom.adobe.granite.workflow.exec.Workflow
-
getWorkflowData
public final com.adobe.granite.workflow.exec.WorkflowData getWorkflowData()- Specified by:
getWorkflowDatain interfacecom.adobe.granite.workflow.exec.Workflow
-
setWorkflowData
public final void setWorkflowData(com.adobe.granite.workflow.exec.WorkflowData workflowData) -
getMetaDataMap
public final com.adobe.granite.workflow.metadata.MetaDataMap getMetaDataMap()- Specified by:
getMetaDataMapin interfacecom.adobe.granite.workflow.HasMetaData
-