Modifier and Type | Method and Description |
---|---|
protected WorkflowDefinition |
WorkflowFormProcessor.getTypedItemForDecodedId(String itemId) |
Modifier and Type | Method and Description |
---|---|
protected Map<org.alfresco.service.namespace.QName,Serializable> |
WorkflowFormProcessor.getAssociationValues(WorkflowDefinition item) |
protected org.alfresco.service.cmr.dictionary.TypeDefinition |
WorkflowFormProcessor.getBaseType(WorkflowDefinition item) |
protected String |
WorkflowFormProcessor.getItemType(WorkflowDefinition item) |
protected String |
WorkflowFormProcessor.getItemURI(WorkflowDefinition item) |
protected Map<org.alfresco.service.namespace.QName,Serializable> |
WorkflowFormProcessor.getPropertyValues(WorkflowDefinition item) |
protected Map<String,Object> |
WorkflowFormProcessor.getTransientValues(WorkflowDefinition item) |
protected ContentModelFormPersister<WorkflowInstance> |
WorkflowFormProcessor.makeFormPersister(WorkflowDefinition item) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
WorkflowModelBuilder.buildDetailed(WorkflowDefinition workflowDefinition)
Returns a detailed representation of a
WorkflowDefinition . |
Map<String,Object> |
WorkflowModelBuilder.buildSimple(WorkflowDefinition workflowDefinition)
Returns a simple representation of a
WorkflowDefinition . |
Modifier and Type | Method and Description |
---|---|
WorkflowDefinition |
WorkflowObjectFactory.createDefinition(String defId,
String defName,
int version,
String defaultTitle,
String defaultDescription,
WorkflowTaskDefinition startTaskDef)
Create a new
WorkflowDefinition . |
WorkflowDefinition |
WorkflowInterpreter.getCurrentWorkflowDef()
Get currently used workflow definition
|
WorkflowDefinition |
WorkflowComponent.getDefinitionById(String workflowDefinitionId)
Gets a Workflow Definition by unique Id
|
WorkflowDefinition |
WorkflowServiceImpl.getDefinitionById(String workflowDefinitionId) |
WorkflowDefinition |
WorkflowComponent.getDefinitionByName(String workflowName)
Gets a Workflow Definition by unique name
|
WorkflowDefinition |
WorkflowServiceImpl.getDefinitionByName(String workflowName) |
Modifier and Type | Method and Description |
---|---|
List<WorkflowDefinition> |
WorkflowComponent.getAllDefinitions()
Gets all deployed Workflow Definitions (with all previous versions)
|
List<WorkflowDefinition> |
WorkflowServiceImpl.getAllDefinitions() |
List<WorkflowDefinition> |
WorkflowComponent.getAllDefinitionsByName(String workflowName)
Gets all (including previous) Workflow Definitions for the given unique name
|
List<WorkflowDefinition> |
WorkflowServiceImpl.getAllDefinitionsByName(String workflowName) |
List<WorkflowDefinition> |
WorkflowComponent.getDefinitions()
Gets all deployed Workflow Definitions
|
List<WorkflowDefinition> |
WorkflowServiceImpl.getDefinitions() |
Modifier and Type | Method and Description |
---|---|
WorkflowDeployment |
WorkflowObjectFactory.createDeployment(WorkflowDefinition wfDef,
String... problems)
Create a new
WorkflowDeployment . |
WorkflowInstance |
WorkflowObjectFactory.createInstance(String id,
WorkflowDefinition definition,
Map<String,Object> variables,
boolean isActive,
Date startDate,
Date endDate) |
Constructor and Description |
---|
WorkflowBuilder(WorkflowDefinition definition,
WorkflowService workflowService,
org.alfresco.service.cmr.repository.NodeService nodeService,
BehaviourFilter behaviourFilter) |
Modifier and Type | Method and Description |
---|---|
WorkflowDefinition |
ActivitiTypeConverter.convert(org.activiti.engine.repository.ProcessDefinition definition)
Convert a
ProcessDefinition into a WorkflowDefinition . |
WorkflowDefinition |
ActivitiWorkflowEngine.getDefinitionById(String workflowDefinitionId)
Gets a Workflow Definition by unique Id
|
WorkflowDefinition |
ActivitiWorkflowEngine.getDefinitionByName(String workflowName)
Gets a Workflow Definition by unique name
|
Modifier and Type | Method and Description |
---|---|
List<WorkflowDefinition> |
ActivitiWorkflowEngine.getAllDefinitions()
Gets all deployed Workflow Definitions (with all previous versions)
|
List<WorkflowDefinition> |
ActivitiWorkflowEngine.getAllDefinitionsByName(String workflowName)
Gets all (including previous) Workflow Definitions for the given unique name
|
List<WorkflowDefinition> |
ActivitiWorkflowEngine.getDefinitions()
Gets all deployed Workflow Definitions
|
Constructor and Description |
---|
JscriptWorkflowDefinition(WorkflowDefinition cmrWorkflowDefinition,
ServiceRegistry serviceRegistry,
org.mozilla.javascript.Scriptable scope)
Create a new instance of
WorkflowDefinition from a
CMR workflow object model WorkflowDefinition instance |
Modifier and Type | Field and Description |
---|---|
WorkflowDefinition |
WorkflowDeployment.definition
Deprecated.
|
WorkflowDefinition |
WorkflowInstance.definition
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
WorkflowDefinition |
WorkflowDeployment.getDefinition() |
WorkflowDefinition |
WorkflowInstance.getDefinition() |
WorkflowDefinition |
WorkflowService.getDefinitionById(String workflowDefinitionId)
Gets a Workflow Definition by unique Id
|
WorkflowDefinition |
WorkflowService.getDefinitionByName(String workflowName)
Gets the latest Workflow Definition by unique name
|
Modifier and Type | Method and Description |
---|---|
List<WorkflowDefinition> |
WorkflowService.getAllDefinitions()
Gets all deployed Workflow Definitions (with all previous versions)
|
List<WorkflowDefinition> |
WorkflowService.getAllDefinitionsByName(String workflowName)
Gets all (including previous) Workflow Definitions for the given unique name
|
List<WorkflowDefinition> |
WorkflowService.getDefinitions()
Gets latest deployed Workflow Definitions
|
Constructor and Description |
---|
WorkflowDeployment(WorkflowDefinition definition,
String... problems) |
WorkflowInstance(String id,
WorkflowDefinition definition,
String description,
org.alfresco.service.cmr.repository.NodeRef initiator,
org.alfresco.service.cmr.repository.NodeRef workflowPackage,
org.alfresco.service.cmr.repository.NodeRef context,
boolean active,
Date startDate,
Date endDate) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,WorkflowDefinition> |
StartWorkflowWizard.getWorkflows() |
Copyright © 2005–2017 Alfresco Software. All rights reserved.