public class TransientDataLeftOperandHandler extends Object implements org.bonitasoft.engine.core.operation.LeftOperandHandler
| Constructor and Description |
|---|
TransientDataLeftOperandHandler(TransientDataService transientDataService,
org.bonitasoft.engine.core.process.instance.api.FlowNodeInstanceService flownodeInstanceService,
ProcessDefinitionService processDefinitionService,
BPMInstancesCreator bpmInstancesCreator,
org.bonitasoft.engine.log.technical.TechnicalLoggerService logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(org.bonitasoft.engine.core.operation.model.SLeftOperand leftOperand,
long containerId,
String containerType) |
String |
getType() |
static void |
reevaluateTransientData(String name,
long containerId,
String containerType,
org.bonitasoft.engine.core.process.instance.api.FlowNodeInstanceService flowbodeInstanceService,
ProcessDefinitionService processDefinitionService,
BPMInstancesCreator bpmInstancesCreator) |
Object |
retrieve(org.bonitasoft.engine.core.operation.model.SLeftOperand sLeftOperand,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) |
boolean |
supportBatchUpdate() |
Object |
update(org.bonitasoft.engine.core.operation.model.SLeftOperand sLeftOperand,
Object newValue,
long containerId,
String containerType) |
public TransientDataLeftOperandHandler(TransientDataService transientDataService, org.bonitasoft.engine.core.process.instance.api.FlowNodeInstanceService flownodeInstanceService, ProcessDefinitionService processDefinitionService, BPMInstancesCreator bpmInstancesCreator, org.bonitasoft.engine.log.technical.TechnicalLoggerService logger)
public String getType()
getType in interface org.bonitasoft.engine.core.operation.LeftOperandHandlerpublic Object update(org.bonitasoft.engine.core.operation.model.SLeftOperand sLeftOperand, Object newValue, long containerId, String containerType) throws org.bonitasoft.engine.core.operation.exception.SOperationExecutionException
update in interface org.bonitasoft.engine.core.operation.LeftOperandHandlerorg.bonitasoft.engine.core.operation.exception.SOperationExecutionExceptionpublic void delete(org.bonitasoft.engine.core.operation.model.SLeftOperand leftOperand,
long containerId,
String containerType)
throws org.bonitasoft.engine.core.operation.exception.SOperationExecutionException
delete in interface org.bonitasoft.engine.core.operation.LeftOperandHandlerorg.bonitasoft.engine.core.operation.exception.SOperationExecutionExceptionpublic Object retrieve(org.bonitasoft.engine.core.operation.model.SLeftOperand sLeftOperand, org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) throws org.bonitasoft.engine.persistence.SBonitaReadException
retrieve in interface org.bonitasoft.engine.core.operation.LeftOperandHandlerorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic static void reevaluateTransientData(String name, long containerId, String containerType, org.bonitasoft.engine.core.process.instance.api.FlowNodeInstanceService flowbodeInstanceService, ProcessDefinitionService processDefinitionService, BPMInstancesCreator bpmInstancesCreator) throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionpublic boolean supportBatchUpdate()
supportBatchUpdate in interface org.bonitasoft.engine.core.operation.LeftOperandHandlerCopyright © 2014 Bonitasoft S.A.. All rights reserved.