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