Uses of Enum Class
com.broadleafcommerce.workflow.provider.jpa.domain.WorkflowStatus
Packages that use WorkflowStatus
Package
Description
-
Uses of WorkflowStatus in com.broadleafcommerce.workflow.messaging
Methods in com.broadleafcommerce.workflow.messaging that return WorkflowStatusConstructors in com.broadleafcommerce.workflow.messaging with parameters of type WorkflowStatusModifierConstructorDescriptionWorkflowLifecycleEvent(Object source, String workflowID, WorkflowStatus workflowStatus) -
Uses of WorkflowStatus in com.broadleafcommerce.workflow.provider.jpa.domain
Methods in com.broadleafcommerce.workflow.provider.jpa.domain that return WorkflowStatusModifier and TypeMethodDescriptionstatic WorkflowStatusReturns the enum constant of this class with the specified name.static WorkflowStatus[]WorkflowStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WorkflowStatus in com.broadleafcommerce.workflow.provider.jpa.repository
Methods in com.broadleafcommerce.workflow.provider.jpa.repository with parameters of type WorkflowStatusModifier and TypeMethodDescriptionintJpaCustomizedWorkflowRepository.updateStatus(String workflowId, WorkflowStatus previousStatus, WorkflowStatus newStatus) intJpaCustomizedWorkflowRepository.updateStatusWithToken(String workflowId, WorkflowStatus previousStatus, WorkflowStatus newStatus, String launchToken) -
Uses of WorkflowStatus in com.broadleafcommerce.workflow.repository
Methods in com.broadleafcommerce.workflow.repository with parameters of type WorkflowStatusModifier and TypeMethodDescriptionintCustomizedWorkflowRepository.updateStatus(String workflowId, WorkflowStatus previousStatus, WorkflowStatus newStatus) Apply a status transition in a database synchronized way.intCustomizedWorkflowRepository.updateStatusWithToken(String workflowId, WorkflowStatus previousStatus, WorkflowStatus newStatus, String launchToken) Similar toCustomizedWorkflowRepository.updateStatus(String, WorkflowStatus, WorkflowStatus), but also include an optional launch token value as part of the update.