| Modifier and Type | Method and Description |
|---|---|
DocumentValue |
DocumentHelper.toCheckedDocumentValue(Object newValue) |
List<DocumentValue> |
DocumentHelper.toCheckedList(Object newValue) |
DocumentValue |
DocumentHelper.toDocumentValue(Document document) |
| Modifier and Type | Method and Description |
|---|---|
Object |
OperationExecutorStrategy.computeNewValueForLeftOperand(SOperation operation,
Object rightOperandValue,
SExpressionContext expressionContext,
boolean shouldPersistValue)
Calculates the new value of the left operand base of right operand expression value
|
void |
LeftOperandHandler.delete(SLeftOperand sLeftOperand,
long containerId,
String containerType) |
void |
OperationService.execute(List<SOperation> operations,
long leftOperandContainerId,
String leftOperandContainerType,
SExpressionContext expressionContext)
Execute the given operation in the given context and update data that are in the given data container
|
void |
OperationService.execute(List<SOperation> operations,
SExpressionContext expressionContext)
Execute the given operation in the given context and update data that are in the same context
|
void |
OperationService.execute(SOperation operation,
long dataContainerId,
String dataContainerType,
SExpressionContext expressionContext)
Execute the given operation in the given context and update data that are in the given data container
|
OperationExecutorStrategy |
OperationExecutorStrategyProvider.getOperationExecutorStrategy(SOperation operation) |
Object |
LeftOperandHandler.update(SLeftOperand sLeftOperand,
Map<String,Object> inputValues,
Object newValue,
long containerId,
String containerType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
XpathUpdateQueryOperationExecutorStrategy.computeNewValueForLeftOperand(SOperation operation,
Object value,
SExpressionContext expressionContext,
boolean shouldPersistValue) |
Object |
JavaMethodOperationExecutorStrategy.computeNewValueForLeftOperand(SOperation operation,
Object valueToSetObjectWith,
SExpressionContext expressionContext,
boolean shouldPersistValue) |
Object |
AssignmentOperationExecutorStrategy.computeNewValueForLeftOperand(SOperation operation,
Object value,
SExpressionContext expressionContext,
boolean shouldPersistValue) |
void |
ExternalDataLeftOperandHandler.delete(SLeftOperand leftOperand,
long containerId,
String containerType) |
protected Object |
OperationServiceImpl.evaluateRightOperandExpression(SOperation operation,
SExpressionContext expressionContext,
SExpression sExpression) |
void |
OperationServiceImpl.execute(List<SOperation> operations,
long leftOperandContainerId,
String leftOperandContainerType,
SExpressionContext expressionContext) |
void |
OperationServiceImpl.execute(List<SOperation> operations,
SExpressionContext expressionContext) |
void |
OperationServiceImpl.execute(SOperation operation,
long containerId,
String containerType,
SExpressionContext expressionContext) |
protected Object |
JavaMethodOperationExecutorStrategy.extractObjectToInvokeFromContext(SOperation operation,
SExpressionContext expressionContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExecuteActionsAndTerminateTask.updateActivityInstanceVariables(List<Operation> operations,
Map<String,Serializable> operationsContext,
long activityInstanceId,
Long processDefinitionID) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
BusinessDataJavaMethodOperationExecutorStrategy.computeJavaOperation(SOperation operation,
Object valueToSetObjectWith,
SExpressionContext expressionContext,
boolean shouldPersistValue) |
Object |
BusinessDataJavaMethodOperationExecutorStrategy.computeNewValueForLeftOperand(SOperation operation,
Object valueToSetObjectWith,
SExpressionContext expressionContext,
boolean shouldPersistValue) |
Object |
BusinessDataAssignmentStrategy.computeNewValueForLeftOperand(SOperation operation,
Object value,
SExpressionContext expressionContext,
boolean shouldPersistValue) |
void |
TransientDataLeftOperandHandler.delete(SLeftOperand leftOperand,
long containerId,
String containerType) |
void |
DocumentListLeftOperandHandler.delete(SLeftOperand leftOperand,
long containerId,
String containerType) |
void |
DocumentLeftOperandHandler.delete(SLeftOperand leftOperand,
long containerId,
String containerType) |
void |
DataLeftOperandHandler.delete(SLeftOperand leftOperand,
long containerId,
String containerType) |
void |
BusinessDataLeftOperandHandler.delete(SLeftOperand sLeftOperand,
long containerId,
String containerType) |
Object |
TransientDataLeftOperandHandler.update(SLeftOperand sLeftOperand,
Map<String,Object> inputValues,
Object newValue,
long containerId,
String containerType) |
Object |
DocumentListLeftOperandHandler.update(SLeftOperand sLeftOperand,
Map<String,Object> inputValues,
Object newValue,
long containerId,
String containerType) |
Object |
DocumentLeftOperandHandler.update(SLeftOperand sLeftOperand,
Map<String,Object> inputValues,
Object newValue,
long containerId,
String containerType) |
Object |
DataLeftOperandHandler.update(SLeftOperand leftOperand,
Map<String,Object> inputValues,
Object newValue,
long containerId,
String containerType) |
Object |
BusinessDataLeftOperandHandler.update(SLeftOperand sLeftOperand,
Map<String,Object> inputValues,
Object newValue,
long containerId,
String containerType) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.