Uses of Class
org.alfresco.repo.workflow.jscript.JscriptWorkflowTransition
-
Packages that use JscriptWorkflowTransition Package Description org.alfresco.repo.workflow.jscript -
-
Uses of JscriptWorkflowTransition in org.alfresco.repo.workflow.jscript
Constructor parameters in org.alfresco.repo.workflow.jscript with type arguments of type JscriptWorkflowTransition Constructor Description JscriptWorkflowNode(String name, String title, String description, boolean isTaskNode, ArrayList<JscriptWorkflowTransition> transitions, org.mozilla.javascript.Scriptable scope, ServiceRegistry serviceRegistry)Constructor to create a new instance of this class
-