public interface LeftOperandHandler
| Modifier and Type | Method and Description |
|---|---|
void |
delete(SLeftOperand sLeftOperand,
long containerId,
String containerType) |
String |
getType() |
void |
loadLeftOperandInContext(List<SLeftOperand> sLeftOperandList,
long leftOperandContainerId,
String leftOperandContainerType,
SExpressionContext contextToSet) |
void |
loadLeftOperandInContext(SLeftOperand sLeftOperand,
long leftOperandContainerId,
String leftOperandContainerType,
SExpressionContext contextToSet)
retrieve the left operand and put it in context as needed by the left operand
|
Object |
update(SLeftOperand sLeftOperand,
Map<String,Object> inputValues,
Object newValue,
long containerId,
String containerType) |
String getType()
Object update(SLeftOperand sLeftOperand, Map<String,Object> inputValues, Object newValue, long containerId, String containerType) throws SOperationExecutionException
inputValues - contains value(s) given by the strategy to update the left operand withsLeftOperand - the left operandnewValue - the value to set the element withcontainerId - the container idcontainerType - the container typeSOperationExecutionExceptionvoid delete(SLeftOperand sLeftOperand, long containerId, String containerType) throws SOperationExecutionException
SOperationExecutionExceptionvoid loadLeftOperandInContext(SLeftOperand sLeftOperand, long leftOperandContainerId, String leftOperandContainerType, SExpressionContext contextToSet) throws SBonitaReadException
sLeftOperand - the left operandleftOperandContainerId - the left operand container id. Used to execute the left Operand in the correct contextleftOperandContainerType - the left operand container type. Used to execute the left Operand in the correct contextcontextToSet - the context to add the value iSBonitaReadExceptionvoid loadLeftOperandInContext(List<SLeftOperand> sLeftOperandList, long leftOperandContainerId, String leftOperandContainerType, SExpressionContext contextToSet) throws SBonitaReadException
SBonitaReadExceptionCopyright © 2019 Bonitasoft S.A.. All rights reserved.