Uses of Class
org.alfresco.service.cmr.workflow.WorkflowTransition
Packages that use WorkflowTransition
Package
Description
-
Uses of WorkflowTransition in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow that return WorkflowTransitionModifier and TypeMethodDescriptionWorkflowObjectFactory.createTransition(String id, String defaultTitle, String defaultDescription, boolean isDefault, String... baseLabelKeys) Methods in org.alfresco.repo.workflow with parameters of type WorkflowTransitionModifier and TypeMethodDescriptionWorkflowObjectFactory.createNode(String name, String definitionName, String defaultTitle, String defaultDescription, String type, boolean isTaskNode, WorkflowTransition... transitions) -
Uses of WorkflowTransition in org.alfresco.repo.workflow.jscript
Constructors in org.alfresco.repo.workflow.jscript with parameters of type WorkflowTransitionModifierConstructorDescriptionJscriptWorkflowTransition(WorkflowTransition transition) Constructor to create a new instance of this class from an existing instance of WorkflowTransition from the CMR workflow object model -
Uses of WorkflowTransition in org.alfresco.service.cmr.workflow
Fields in org.alfresco.service.cmr.workflow declared as WorkflowTransitionMethods in org.alfresco.service.cmr.workflow that return WorkflowTransitionConstructors in org.alfresco.service.cmr.workflow with parameters of type WorkflowTransitionModifierConstructorDescriptionWorkflowNode(String name, String title, String description, String type, boolean isTaskNode, WorkflowTransition... transitions)