Package | Description |
---|---|
com.comalatech.workflow |
This package provide the services for accessing and manipulating Ad hoc Workflows information
|
com.comalatech.workflow.model |
This package define the Ad hoc Workflows object model
|
Modifier and Type | Method and Description |
---|---|
Map<String,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.
|
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 state
|
boolean |
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.
|
Modifier and Type | Method and Description |
---|---|
List<Workflow.State> |
Workflow.getWorkflowStates() |
Copyright © 2021 Comala Technology Solutions, Inc.. All rights reserved.