| Package | Description |
|---|---|
| org.alfresco.repo.workflow | |
| org.alfresco.repo.workflow.jscript | |
| org.alfresco.service.cmr.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) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.