public class DataLeftOperandHandler extends Object implements org.bonitasoft.engine.core.operation.LeftOperandHandler
| Constructor and Description |
|---|
DataLeftOperandHandler(org.bonitasoft.engine.data.instance.api.DataInstanceService dataInstanceService) |
| 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() |
Object |
retrieve(org.bonitasoft.engine.core.operation.model.SLeftOperand sLeftOperand,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext expressionContext) |
boolean |
supportBatchUpdate() |
protected void |
update(org.bonitasoft.engine.data.instance.model.SDataInstance sDataInstance,
Object content) |
Object |
update(org.bonitasoft.engine.core.operation.model.SLeftOperand leftOperand,
Object newValue,
long containerId,
String containerType) |
public DataLeftOperandHandler(org.bonitasoft.engine.data.instance.api.DataInstanceService dataInstanceService)
public String getType()
getType in interface org.bonitasoft.engine.core.operation.LeftOperandHandlerpublic Object update(org.bonitasoft.engine.core.operation.model.SLeftOperand leftOperand, 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 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.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.SDataInstanceExceptionpublic boolean supportBatchUpdate()
supportBatchUpdate in interface org.bonitasoft.engine.core.operation.LeftOperandHandlerCopyright © 2014 Bonitasoft S.A.. All rights reserved.