public class AssignmentOperationExecutorStrategy extends Object implements org.bonitasoft.engine.core.operation.OperationExecutorStrategy
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_ASSIGNMENT
The Operation type of this strategy, as a String
|
| Constructor and Description |
|---|
AssignmentOperationExecutorStrategy()
Builds a new AssignmentOperationExecutorStrategy, which is the strategy to execute data assignment operations
|
| Modifier and Type | Method and Description |
|---|---|
Object |
computeNewValueForLeftOperand(org.bonitasoft.engine.core.operation.model.SOperation operation,
Object value,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) |
String |
getOperationType() |
public static final String TYPE_ASSIGNMENT
public AssignmentOperationExecutorStrategy()
dataInstanceService - how to access to the datapublic Object computeNewValueForLeftOperand(org.bonitasoft.engine.core.operation.model.SOperation operation, Object value, org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) throws org.bonitasoft.engine.core.operation.exception.SOperationExecutionException
computeNewValueForLeftOperand in interface org.bonitasoft.engine.core.operation.OperationExecutorStrategyorg.bonitasoft.engine.core.operation.exception.SOperationExecutionExceptionpublic String getOperationType()
getOperationType in interface org.bonitasoft.engine.core.operation.OperationExecutorStrategyCopyright © 2014 Bonitasoft S.A.. All rights reserved.