Package | Description |
---|---|
org.alfresco.rest.workflow.api | |
org.alfresco.rest.workflow.api.impl | |
org.alfresco.rest.workflow.api.model | |
org.alfresco.rest.workflow.api.processes |
Modifier and Type | Method and Description |
---|---|
Variable |
Processes.updateVariable(String processId,
Variable entity) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Variable> |
Processes.getVariables(String processId,
Paging paging) |
List<Variable> |
Processes.updateVariables(String processId,
List<Variable> variables) |
Modifier and Type | Method and Description |
---|---|
Variable |
Processes.updateVariable(String processId,
Variable entity) |
Modifier and Type | Method and Description |
---|---|
List<Variable> |
Processes.updateVariables(String processId,
List<Variable> variables) |
Modifier and Type | Method and Description |
---|---|
Variable |
ProcessesImpl.updateVariable(String processId,
Variable variable) |
protected Variable |
ProcessesImpl.updateVariableInProcess(String processId,
String processDefinitionId,
Variable variable) |
Modifier and Type | Method and Description |
---|---|
List<Variable> |
RestVariableHelper.getVariables(Map<String,Object> variables,
org.alfresco.service.cmr.dictionary.TypeDefinition typeDefinition) |
CollectionWithPagingInfo<Variable> |
ProcessesImpl.getVariables(String processId,
Paging paging) |
List<Variable> |
ProcessesImpl.updateVariables(String processId,
List<Variable> variables) |
Modifier and Type | Method and Description |
---|---|
protected void |
RestVariableHelper.setVariableValueAndType(Variable variable,
Object value,
TypeDefinitionContext context)
Sets the variable value with possible conversion to the correct format to be used in the response and sets
the type accordingly.
|
Variable |
ProcessesImpl.updateVariable(String processId,
Variable variable) |
protected Variable |
ProcessesImpl.updateVariableInProcess(String processId,
String processDefinitionId,
Variable variable) |
Modifier and Type | Method and Description |
---|---|
List<Variable> |
ProcessesImpl.updateVariables(String processId,
List<Variable> variables) |
Modifier and Type | Class and Description |
---|---|
class |
TaskVariable
Representation of a variable used in an Activiti task.
|
Modifier and Type | Method and Description |
---|---|
List<Variable> |
ProcessInfo.getProcessVariables() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessInfo.setProcessVariables(List<Variable> processVariables) |
Modifier and Type | Method and Description |
---|---|
Variable |
ProcessVariablesRelation.update(String processId,
Variable entity,
Parameters parameters)
Update a variable.
|
Modifier and Type | Method and Description |
---|---|
List<Variable> |
ProcessVariablesRelation.create(String processId,
List<Variable> variables,
Parameters parameters)
Creates or updates multiple variables.
|
CollectionWithPagingInfo<Variable> |
ProcessVariablesRelation.readAll(String processId,
Parameters parameters)
List the variables.
|
Modifier and Type | Method and Description |
---|---|
Variable |
ProcessVariablesRelation.update(String processId,
Variable entity,
Parameters parameters)
Update a variable.
|
Modifier and Type | Method and Description |
---|---|
List<Variable> |
ProcessVariablesRelation.create(String processId,
List<Variable> variables,
Parameters parameters)
Creates or updates multiple variables.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.