Modifier and Type | Method and Description |
---|---|
RestVariable |
RestResponseFactory.createBinaryRestVariable(String name,
RestVariable.RestVariableScope scope,
String type,
String taskId,
String executionId,
String processInstanceId) |
RestVariable |
RestResponseFactory.createRestVariable(String name,
Object value,
RestVariable.RestVariableScope scope,
String id,
int variableType,
boolean includeBinaryValue) |
RestVariable |
RestResponseFactory.createRestVariable(String name,
Object value,
RestVariable.RestVariableScope scope,
String id,
int variableType,
boolean includeBinaryValue,
RestUrlBuilder urlBuilder) |
List<RestVariable> |
RestResponseFactory.createRestVariables(Map<String,Object> variables,
String id,
int variableType,
RestVariable.RestVariableScope scope) |
Modifier and Type | Method and Description |
---|---|
static RestVariable.RestVariableScope |
RestVariable.getScopeFromString(String scope) |
RestVariable.RestVariableScope |
RestVariable.getVariableScope() |
static RestVariable.RestVariableScope |
RestVariable.RestVariableScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestVariable.RestVariableScope[] |
RestVariable.RestVariableScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RestVariable.setVariableScope(RestVariable.RestVariableScope variableScope) |
Modifier and Type | Method and Description |
---|---|
protected RestVariable |
ProcessInstanceVariableResource.constructRestVariable(String variableName,
Object value,
RestVariable.RestVariableScope variableScope,
String executionId,
boolean includeBinary) |
protected RestVariable |
BaseExecutionVariableResource.constructRestVariable(String variableName,
Object value,
RestVariable.RestVariableScope variableScope,
String executionId,
boolean includeBinary) |
protected boolean |
BaseExecutionVariableResource.hasVariableOnScope(org.activiti.engine.runtime.Execution execution,
String variableName,
RestVariable.RestVariableScope scope) |
protected void |
BaseExecutionVariableResource.setVariable(org.activiti.engine.runtime.Execution execution,
String name,
Object value,
RestVariable.RestVariableScope scope,
boolean isNew) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TaskVariableBaseResource.hasVariableOnScope(org.activiti.engine.task.Task task,
String variableName,
RestVariable.RestVariableScope scope) |
protected void |
TaskVariableBaseResource.setVariable(org.activiti.engine.task.Task task,
String name,
Object value,
RestVariable.RestVariableScope scope,
boolean isNew) |
Copyright © 2016 Alfresco. All rights reserved.