Package | Description |
---|---|
org.alfresco.rest.workflow.api | |
org.alfresco.rest.workflow.api.impl | |
org.alfresco.rest.workflow.api.model | |
org.alfresco.rest.workflow.api.tasks |
Modifier and Type | Method and Description |
---|---|
TaskVariable |
Tasks.updateTaskVariable(String taskId,
TaskVariable taskVariable) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<TaskVariable> |
Tasks.getTaskVariables(String taskId,
Paging paging,
VariableScope scope) |
List<TaskVariable> |
Tasks.updateTaskVariables(String taskId,
List<TaskVariable> variables) |
Modifier and Type | Method and Description |
---|---|
TaskVariable |
Tasks.updateTaskVariable(String taskId,
TaskVariable taskVariable) |
Modifier and Type | Method and Description |
---|---|
List<TaskVariable> |
Tasks.updateTaskVariables(String taskId,
List<TaskVariable> variables) |
Modifier and Type | Method and Description |
---|---|
protected TaskVariable |
TasksImpl.convertToTypedVariable(TaskVariable taskVariable,
org.activiti.engine.task.Task taskInstance) |
TaskVariable |
TasksImpl.updateTaskVariable(String taskId,
TaskVariable taskVariable) |
protected TaskVariable |
TasksImpl.updateVariableInTask(org.activiti.engine.task.Task taskInstance,
TaskVariable taskVariable) |
Modifier and Type | Method and Description |
---|---|
List<TaskVariable> |
RestVariableHelper.getTaskVariables(Map<String,Object> localVariables,
Map<String,Object> globalVariables,
org.alfresco.service.cmr.dictionary.TypeDefinition startFormTypeDefinition,
org.alfresco.service.cmr.dictionary.TypeDefinition taskTypeDefinition) |
CollectionWithPagingInfo<TaskVariable> |
TasksImpl.getTaskVariables(String taskId,
Paging paging,
VariableScope scope) |
List<TaskVariable> |
TasksImpl.updateTaskVariables(String taskId,
List<TaskVariable> variables) |
Modifier and Type | Method and Description |
---|---|
protected TaskVariable |
TasksImpl.convertToTypedVariable(TaskVariable taskVariable,
org.activiti.engine.task.Task taskInstance) |
TaskVariable |
TasksImpl.updateTaskVariable(String taskId,
TaskVariable taskVariable) |
protected TaskVariable |
TasksImpl.updateVariableInTask(org.activiti.engine.task.Task taskInstance,
TaskVariable taskVariable) |
Modifier and Type | Method and Description |
---|---|
void |
RestVariableHelper.addTaskVariables(List<TaskVariable> result,
Map<String,Object> variables,
TypeDefinitionContext context,
VariableScope scope)
Converts the raw variables to
TaskVariable s and adds them to the given result-list. |
List<TaskVariable> |
TasksImpl.updateTaskVariables(String taskId,
List<TaskVariable> variables) |
Modifier and Type | Method and Description |
---|---|
List<TaskVariable> |
Task.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
Task.setVariables(List<TaskVariable> variables) |
Modifier and Type | Method and Description |
---|---|
TaskVariable |
TaskVariablesRelation.update(String taskId,
TaskVariable entity,
Parameters parameters)
Update a task variable.
|
Modifier and Type | Method and Description |
---|---|
List<TaskVariable> |
TaskVariablesRelation.create(String taskId,
List<TaskVariable> variables,
Parameters parameters)
Creates or updates multiple task variables.
|
CollectionWithPagingInfo<TaskVariable> |
TaskVariablesRelation.readAll(String taskId,
Parameters parameters)
List the tasks variables.
|
Modifier and Type | Method and Description |
---|---|
TaskVariable |
TaskVariablesRelation.update(String taskId,
TaskVariable entity,
Parameters parameters)
Update a task variable.
|
Modifier and Type | Method and Description |
---|---|
List<TaskVariable> |
TaskVariablesRelation.create(String taskId,
List<TaskVariable> variables,
Parameters parameters)
Creates or updates multiple task variables.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.