Class DefaultWorkflowOperationContext

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    UpdateWorkflowOperationContext

    public class DefaultWorkflowOperationContext
    extends OperationContext
    The context of an Operation whose purpose is to execute Create Read Update Delete operation on workflows. Concerned operations should be executed for following actions:
    - Action.CREATE
    - Action.READ
    - Action.UPDATE
    - Action.DELETE
    See Also:
    Serialized Form
    • Constructor Detail

      • DefaultWorkflowOperationContext

        public DefaultWorkflowOperationContext()
    • Method Detail

      • getWorkflow

        public com.flower.docs.domain.workflow.Workflow getWorkflow()
      • setWorkflow

        public void setWorkflow​(com.flower.docs.domain.workflow.Workflow workflow)
      • getWorkflows

        public java.util.List<com.flower.docs.domain.workflow.Workflow> getWorkflows()
        Gets the workflows hold by the context
        Returns:
        The workflows which depends on OperationContext
      • setWorkflows

        public void setWorkflows​(java.util.List<com.flower.docs.domain.workflow.Workflow> workflows)