Uses of Interface
com.comalatech.workflow.model.Workflow.State
Package
Description
This package provide the services for accessing and manipulating Ad hoc Workflows information
This package define the Ad hoc Workflows object model
-
Uses of Workflow.State in com.comalatech.workflow
Modifier and TypeMethodDescriptionWorkflowParameterManager.getParametersForAnyTransition
(com.atlassian.confluence.pages.AbstractPage page, Workflow.State state, boolean isAdmin) Retrieves the required parameters information for all the states that can be reached from the given state using built in transitions.WorkflowParameterManager.getParametersForTransition
(com.atlassian.confluence.pages.AbstractPage page, Workflow.State targetState) Gets the list of the required parameters to transition to the given target stateboolean
WorkflowParameterManager.isTransitionAllowed
(com.atlassian.confluence.pages.AbstractPage page, Workflow.State targetState) Checks in the given page if the transition to the given workflows state is allowed with the current state of the its parameters. -
Uses of Workflow.State in com.comalatech.workflow.model