Package | Description |
---|---|
com.comalatech.workflow |
This package provide the services for accessing and manipulating Ad hoc Workflows information
|
Modifier and Type | Method and Description |
---|---|
PageWorkflowParameter |
WorkflowParameterManager.getPageWorkflowParameter(com.atlassian.confluence.pages.AbstractPage page,
String parameterName)
Returns the workflow parameter that is associated with an specific page.
|
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
|
Copyright © 2021 Comala Technology Solutions, Inc.. All rights reserved.