Package | Description |
---|---|
org.alfresco.rest.workflow.api | |
org.alfresco.rest.workflow.api.impl | |
org.alfresco.rest.workflow.api.model |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<TaskVariable> |
Tasks.getTaskVariables(String taskId,
Paging paging,
VariableScope scope) |
Modifier and Type | Method and Description |
---|---|
VariableScope |
TaskVariablesWalkerCallback.getScope() |
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. |
CollectionWithPagingInfo<TaskVariable> |
TasksImpl.getTaskVariables(String taskId,
Paging paging,
VariableScope scope) |
Modifier and Type | Method and Description |
---|---|
static VariableScope |
VariableScope.getScopeForValue(String scopeValue) |
VariableScope |
TaskVariable.getVariableScope() |
static VariableScope |
VariableScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableScope[] |
VariableScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskVariable.setVariableScope(VariableScope variableScope) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.