Uses of Class
com.logicaldoc.workflow.model.Transition
Packages that use Transition
Package
Description
The object model that represents a workflow, it also serialized in XML
-
Uses of Transition in com.logicaldoc.workflow.model
Methods in com.logicaldoc.workflow.model that return types with arguments of type TransitionModifier and TypeMethodDescriptionBaseWorkflowModel.getTransitions()WorkflowDefinition.getTransitions()WorkflowTask.getTransitions()Methods in com.logicaldoc.workflow.model with parameters of type TransitionMethod parameters in com.logicaldoc.workflow.model with type arguments of type TransitionModifier and TypeMethodDescriptionvoidBaseWorkflowModel.setTransitions(List<Transition> transitions) Constructors in com.logicaldoc.workflow.model with parameters of type Transition