Uses of Interface
com.comalatech.workflow.model.PageWorkflowParameter
Package
Description
This package provide the services for accessing and manipulating Ad hoc Workflows information
-
Uses of PageWorkflowParameter in com.comalatech.workflow
Modifier and TypeMethodDescriptionWorkflowParameterManager.getPageWorkflowParameter
(com.atlassian.confluence.pages.AbstractPage page, String parameterName) Returns the workflow parameter that is associated with an specific page.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 state