public class JavaMethodOperationExecutorStrategy extends UpdateOperationExecutorStrategy
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Class<?>> |
primitiveTypes |
static String |
TYPE_JAVA_METHOD |
| Constructor and Description |
|---|
JavaMethodOperationExecutorStrategy(org.bonitasoft.engine.data.instance.api.DataInstanceService dataInstanceService) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
getClass(String type) |
String |
getOperationType() |
Object |
getValue(org.bonitasoft.engine.core.operation.model.SOperation operation,
Object valueToSetObjectWith,
long containerId,
String containerType,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) |
doUpdateData, getDataInstance, update, updatepublic static final String TYPE_JAVA_METHOD
public JavaMethodOperationExecutorStrategy(org.bonitasoft.engine.data.instance.api.DataInstanceService dataInstanceService)
protected Class<?> getClass(String type) throws ClassNotFoundException
ClassNotFoundExceptionpublic Object getValue(org.bonitasoft.engine.core.operation.model.SOperation operation, Object valueToSetObjectWith, 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 © 2013 BonitaSoft. All Rights Reserved.