public class DocumentListLeftOperandHandler extends AbstractDocumentLeftOperandHandler
DocumentValue| Modifier and Type | Field and Description |
|---|---|
DocumentHelper |
documentHelper |
| Constructor and Description |
|---|
DocumentListLeftOperandHandler(ActivityInstanceService activityInstanceService,
SessionAccessor sessionAccessor,
SessionService sessionService,
DocumentService documentService,
DocumentHelper documentHelper) |
DocumentListLeftOperandHandler(DocumentService documentService,
ActivityInstanceService activityInstanceService,
SessionAccessor sessionAccessor,
SessionService sessionService,
ProcessDefinitionService processDefinitionService,
ProcessInstanceService processInstanceService) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(SLeftOperand leftOperand,
long containerId,
java.lang.String containerType) |
java.lang.String |
getType() |
java.lang.Object |
update(SLeftOperand sLeftOperand,
java.util.Map<java.lang.String,java.lang.Object> inputValues,
java.lang.Object newValue,
long containerId,
java.lang.String containerType) |
getAuthorId, getProcessInstanceId, loadLeftOperandInContext, loadLeftOperandInContextpublic final DocumentHelper documentHelper
public DocumentListLeftOperandHandler(DocumentService documentService, ActivityInstanceService activityInstanceService, SessionAccessor sessionAccessor, SessionService sessionService, ProcessDefinitionService processDefinitionService, ProcessInstanceService processInstanceService)
public DocumentListLeftOperandHandler(ActivityInstanceService activityInstanceService, SessionAccessor sessionAccessor, SessionService sessionService, DocumentService documentService, DocumentHelper documentHelper)
public java.lang.Object update(SLeftOperand sLeftOperand, java.util.Map<java.lang.String,java.lang.Object> inputValues, java.lang.Object newValue, long containerId, java.lang.String containerType) throws SOperationExecutionException
sLeftOperand - the left operandinputValues - contains value(s) given by the strategy to update the left operand withnewValue - the value to set the element withcontainerId - the container idcontainerType - the container typeSOperationExecutionExceptionpublic java.lang.String getType()
public void delete(SLeftOperand leftOperand, long containerId, java.lang.String containerType) throws SOperationExecutionException
SOperationExecutionException