Package | Description |
---|---|
org.alfresco.repo.workflow | |
org.alfresco.repo.workflow.activiti | |
org.alfresco.service.cmr.workflow |
Modifier and Type | Method and Description |
---|---|
WorkflowTask |
WorkflowObjectFactory.createTask(String id,
WorkflowTaskDefinition taskDef,
String name,
String defaultTitle,
String defaultDescription,
WorkflowTaskState state,
WorkflowPath path,
Map<org.alfresco.service.namespace.QName,Serializable> properties) |
WorkflowTask |
WorkflowObjectFactory.createTask(String id,
WorkflowTaskDefinition taskDef,
String name,
String defaultTitle,
String defaultDescription,
WorkflowTaskState state,
WorkflowPath path,
String workflowDefinitionName,
Map<org.alfresco.service.namespace.QName,Serializable> properties) |
List<WorkflowTask> |
WorkflowServiceImpl.getAssignedTasks(String authority,
WorkflowTaskState state) |
List<WorkflowTask> |
WorkflowServiceImpl.getAssignedTasks(String authority,
WorkflowTaskState state,
boolean lazyInitialization) |
List<WorkflowTask> |
TaskComponent.getAssignedTasks(String authority,
WorkflowTaskState state,
boolean lazyInitialization)
Gets all tasks assigned to the specified authority
|
Modifier and Type | Method and Description |
---|---|
List<WorkflowTask> |
ActivitiWorkflowEngine.getAssignedTasks(String authority,
WorkflowTaskState state,
boolean lazyInitialization)
Gets all tasks assigned to the specified authority
|
Modifier and Type | Field and Description |
---|---|
WorkflowTaskState |
WorkflowTask.state
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
WorkflowTaskState |
WorkflowTask.getState() |
WorkflowTaskState |
WorkflowTaskQuery.getTaskState() |
static WorkflowTaskState |
WorkflowTaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowTaskState[] |
WorkflowTaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<WorkflowTask> |
WorkflowService.getAssignedTasks(String authority,
WorkflowTaskState state)
Gets all tasks assigned to the specified authority
|
List<WorkflowTask> |
WorkflowService.getAssignedTasks(String authority,
WorkflowTaskState state,
boolean lazyInitialization)
Gets all tasks assigned to the specified authority
|
void |
WorkflowTaskQuery.setTaskState(WorkflowTaskState taskState) |
Constructor and Description |
---|
WorkflowTask(String id,
WorkflowTaskDefinition definition,
String name,
String title,
String description,
WorkflowTaskState state,
WorkflowPath path,
Map<org.alfresco.service.namespace.QName,Serializable> properties) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.