public class ExternalDataLeftOperandHandler extends Object implements org.bonitasoft.engine.core.operation.LeftOperandHandler
| Constructor and Description |
|---|
ExternalDataLeftOperandHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(org.bonitasoft.engine.core.operation.model.SLeftOperand leftOperand,
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() |
Object |
update(org.bonitasoft.engine.core.operation.model.SLeftOperand leftOperand,
Object newValue,
long containerId,
String containerType) |
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)
update in interface org.bonitasoft.engine.core.operation.LeftOperandHandlerpublic 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)
retrieve in interface org.bonitasoft.engine.core.operation.LeftOperandHandlerpublic boolean supportBatchUpdate()
supportBatchUpdate in interface org.bonitasoft.engine.core.operation.LeftOperandHandlerCopyright © 2014 Bonitasoft S.A.. All rights reserved.