Uses of Interface
com.comalatech.workflow.model.Workflow.State
- 
Packages that use Workflow.State Package Description com.comalatech.workflow This package provide the services for accessing and manipulating Ad hoc Workflows informationcom.comalatech.workflow.model This package define the Ad hoc Workflows object model - 
- 
Uses of Workflow.State in com.comalatech.workflow
Methods in com.comalatech.workflow with parameters of type Workflow.State Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<PageWorkflowParameter>>WorkflowParameterManager. 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.java.util.List<PageWorkflowParameter>WorkflowParameterManager. getParametersForTransition(com.atlassian.confluence.pages.AbstractPage page, Workflow.State targetState)Gets the list of the required parameters to transition to the given target statebooleanWorkflowParameterManager. 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
Methods in com.comalatech.workflow.model that return types with arguments of type Workflow.State Modifier and Type Method Description java.util.List<Workflow.State>Workflow. getWorkflowStates() 
 -