Package | Description |
---|---|
org.alfresco.repo.workflow | |
org.alfresco.repo.workflow.jscript | |
org.alfresco.service.cmr.workflow | |
org.alfresco.web.bean.workflow |
Modifier and Type | Method and Description |
---|---|
WorkflowTransition |
WorkflowObjectFactory.createTransition(String id,
String defaultTitle,
String defaultDescription,
boolean isDefault,
String... baseLabelKeys) |
Modifier and Type | Method and Description |
---|---|
WorkflowNode |
WorkflowObjectFactory.createNode(String name,
String definitionName,
String defaultTitle,
String defaultDescription,
String type,
boolean isTaskNode,
WorkflowTransition... transitions) |
Constructor and Description |
---|
JscriptWorkflowTransition(WorkflowTransition transition)
Constructor to create a new instance of this class from an existing
instance of WorkflowTransition from the CMR workflow object model
|
Modifier and Type | Field and Description |
---|---|
WorkflowTransition[] |
WorkflowNode.transitions
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
WorkflowTransition[] |
WorkflowNode.getTransitions() |
Constructor and Description |
---|
WorkflowNode(String name,
String title,
String description,
String type,
boolean isTaskNode,
WorkflowTransition... transitions) |
Modifier and Type | Method and Description |
---|---|
protected WorkflowTransition[] |
ManageTaskDialog.getWorkflowTransitions() |
Copyright © 2005–2017 Alfresco Software. All rights reserved.