Class WorkflowInformationDTO
java.lang.Object
com.broadleafcommerce.orchestration.client.WorkflowInformationDTO
- All Implemented Interfaces:
WorkflowInformation
Simple POJO for holding reference information about the currently executing workflow
-
Constructor Details
-
WorkflowInformationDTO
-
-
Method Details
-
getHistory
Description copied from interface:WorkflowInformation
The history of the workflow. SeeSimpleWorkflow.getHistory()
.- Specified by:
getHistory
in interfaceWorkflowInformation
- Returns:
- the workflow history
-
getWorkflowId
Description copied from interface:WorkflowInformation
The unique identifier for the workflow. Usually the primary key of the workflow entity.- Specified by:
getWorkflowId
in interfaceWorkflowInformation
- Returns:
- the workflow id
-
getWorkflowName
Description copied from interface:WorkflowInformation
The name of the workflow. SeeSimpleWorkflow.getName()
.- Specified by:
getWorkflowName
in interfaceWorkflowInformation
- Returns:
- the workflow name
-
getWorkflowDescription
Description copied from interface:WorkflowInformation
The description of the workflow. SeeSimpleWorkflow.getDescription()
.- Specified by:
getWorkflowDescription
in interfaceWorkflowInformation
- Returns:
- the workflow description
-
getHistorySupplier
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-