public class AssignmentOperationExecutorStrategy extends UpdateOperationExecutorStrategy
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_ASSIGNMENT
The Operation type of this strategy, as a String
|
| Constructor and Description |
|---|
AssignmentOperationExecutorStrategy(org.bonitasoft.engine.data.instance.api.DataInstanceService dataInstanceService)
Builds a new AssignmentOperationExecutorStrategy, which is the strategy to execute data assignment operations
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOperationType() |
Object |
getValue(org.bonitasoft.engine.core.operation.model.SOperation operation,
Object value,
long containerId,
String containerType,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) |
doUpdateData, getDataInstance, update, updatepublic static final String TYPE_ASSIGNMENT
public AssignmentOperationExecutorStrategy(org.bonitasoft.engine.data.instance.api.DataInstanceService dataInstanceService)
dataInstanceService - how to access to the datapublic Object getValue(org.bonitasoft.engine.core.operation.model.SOperation operation, Object value, long containerId, String containerType, org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) throws org.bonitasoft.engine.core.operation.exception.SOperationExecutionException
org.bonitasoft.engine.core.operation.exception.SOperationExecutionExceptionpublic String getOperationType()
Copyright © 2014 Bonitasoft S.A.. All Rights Reserved.