org.bonitasoft.engine.core.operation.impl
public class OperationServiceImpl extends Object implements org.bonitasoft.engine.core.operation.OperationService
| Constructor and Description |
|---|
OperationServiceImpl(org.bonitasoft.engine.core.operation.OperationExecutorStrategyProvider operationExecutorStrategyProvider,
org.bonitasoft.engine.core.expression.control.api.ExpressionResolverService expressionResolverService,
org.bonitasoft.engine.log.technical.TechnicalLoggerService logger,
org.bonitasoft.engine.data.instance.api.DataInstanceService dataInstanceService) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(List<org.bonitasoft.engine.core.operation.model.SOperation> operations,
long dataContainerId,
String dataContainerType,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) |
void |
execute(List<org.bonitasoft.engine.core.operation.model.SOperation> operations,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) |
void |
execute(org.bonitasoft.engine.core.operation.model.SOperation operation,
long dataContainerId,
String dataContainerType,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) |
void |
execute(org.bonitasoft.engine.core.operation.model.SOperation operation,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) |
protected Object |
getOperationValue(org.bonitasoft.engine.core.operation.model.SOperation operation,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext,
org.bonitasoft.engine.expression.model.SExpression sExpression) |
public OperationServiceImpl(org.bonitasoft.engine.core.operation.OperationExecutorStrategyProvider operationExecutorStrategyProvider,
org.bonitasoft.engine.core.expression.control.api.ExpressionResolverService expressionResolverService,
org.bonitasoft.engine.log.technical.TechnicalLoggerService logger,
org.bonitasoft.engine.data.instance.api.DataInstanceService dataInstanceService)
public void execute(org.bonitasoft.engine.core.operation.model.SOperation operation,
long dataContainerId,
String dataContainerType,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext)
throws org.bonitasoft.engine.core.operation.exception.SOperationExecutionException
execute in interface org.bonitasoft.engine.core.operation.OperationServiceorg.bonitasoft.engine.core.operation.exception.SOperationExecutionExceptionpublic void execute(org.bonitasoft.engine.core.operation.model.SOperation operation,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext)
throws org.bonitasoft.engine.core.operation.exception.SOperationExecutionException
execute in interface org.bonitasoft.engine.core.operation.OperationServiceorg.bonitasoft.engine.core.operation.exception.SOperationExecutionExceptionprotected Object getOperationValue(org.bonitasoft.engine.core.operation.model.SOperation operation, org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext, org.bonitasoft.engine.expression.model.SExpression sExpression) throws org.bonitasoft.engine.core.operation.exception.SOperationExecutionException
org.bonitasoft.engine.core.operation.exception.SOperationExecutionExceptionpublic void execute(List<org.bonitasoft.engine.core.operation.model.SOperation> operations, org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) throws org.bonitasoft.engine.core.operation.exception.SOperationExecutionException
execute in interface org.bonitasoft.engine.core.operation.OperationServiceorg.bonitasoft.engine.core.operation.exception.SOperationExecutionExceptionpublic void execute(List<org.bonitasoft.engine.core.operation.model.SOperation> operations, long dataContainerId, String dataContainerType, org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) throws org.bonitasoft.engine.core.operation.exception.SOperationExecutionException
execute in interface org.bonitasoft.engine.core.operation.OperationServiceorg.bonitasoft.engine.core.operation.exception.SOperationExecutionExceptionCopyright © 2014 Bonitasoft S.A.. All Rights Reserved.