public class DataLeftOperandHandler extends Object implements org.bonitasoft.engine.core.operation.LeftOperandHandler
| Constructor and Description |
|---|
DataLeftOperandHandler(org.bonitasoft.engine.data.instance.api.DataInstanceService dataInstanceService,
org.bonitasoft.engine.data.instance.api.ParentContainerResolver parentContainerResolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(org.bonitasoft.engine.core.operation.model.SLeftOperand leftOperand,
long containerId,
String containerType) |
protected org.bonitasoft.engine.data.instance.model.SDataInstance |
getDataInstance(String dataInstanceName,
long containerId,
String containerType) |
String |
getType() |
void |
loadLeftOperandInContext(List<org.bonitasoft.engine.core.operation.model.SLeftOperand> sLeftOperand,
long leftOperandContainerId,
String leftOperandContainerType,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) |
void |
loadLeftOperandInContext(org.bonitasoft.engine.core.operation.model.SLeftOperand sLeftOperand,
long leftOperandContainerId,
String leftOperandContainerType,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) |
protected void |
update(org.bonitasoft.engine.data.instance.model.SDataInstance sDataInstance,
Object content) |
Object |
update(org.bonitasoft.engine.core.operation.model.SLeftOperand leftOperand,
Map<String,Object> inputValues,
Object newValue,
long containerId,
String containerType) |
public DataLeftOperandHandler(org.bonitasoft.engine.data.instance.api.DataInstanceService dataInstanceService,
org.bonitasoft.engine.data.instance.api.ParentContainerResolver parentContainerResolver)
public String getType()
getType in interface org.bonitasoft.engine.core.operation.LeftOperandHandlerpublic Object update(org.bonitasoft.engine.core.operation.model.SLeftOperand leftOperand, Map<String,Object> inputValues, 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.SOperationExecutionExceptionprotected void update(org.bonitasoft.engine.data.instance.model.SDataInstance sDataInstance,
Object content)
throws org.bonitasoft.engine.data.instance.exception.SDataInstanceException
org.bonitasoft.engine.data.instance.exception.SDataInstanceExceptionpublic 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 void loadLeftOperandInContext(org.bonitasoft.engine.core.operation.model.SLeftOperand sLeftOperand,
long leftOperandContainerId,
String leftOperandContainerType,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext)
throws org.bonitasoft.engine.persistence.SBonitaReadException
loadLeftOperandInContext in interface org.bonitasoft.engine.core.operation.LeftOperandHandlerorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic void loadLeftOperandInContext(List<org.bonitasoft.engine.core.operation.model.SLeftOperand> sLeftOperand, long leftOperandContainerId, String leftOperandContainerType, org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) throws org.bonitasoft.engine.persistence.SBonitaReadException
loadLeftOperandInContext in interface org.bonitasoft.engine.core.operation.LeftOperandHandlerorg.bonitasoft.engine.persistence.SBonitaReadExceptionprotected org.bonitasoft.engine.data.instance.model.SDataInstance getDataInstance(String dataInstanceName, long containerId, String containerType) throws org.bonitasoft.engine.data.instance.exception.SDataInstanceException
org.bonitasoft.engine.data.instance.exception.SDataInstanceExceptionCopyright © 2017 Bonitasoft S.A.. All rights reserved.