org.bonitasoft.engine.external.process
public abstract class UpdateVariableValuesThroughOperations extends TenantCommand
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CURRENT_VARIABLE_VALUES_MAP_KEY |
protected static String |
OPERATIONS_INPUT_KEY |
protected static String |
OPERATIONS_LIST_KEY |
| Constructor and Description |
|---|
UpdateVariableValuesThroughOperations() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
executeOperation(Operation operation,
Map<String,Serializable> operationsInputValues,
Map<String,Serializable> currentVariableValues,
long containerId) |
abstract long |
getProcessDefinitionId(long containerInstanceId) |
abstract TenantServiceAccessor |
getServiceAccessor() |
protected void |
updateVariablesThroughOperations(List<Operation> operations,
Map<String,Serializable> operationsInputValues,
Map<String,Serializable> currentVariableValues,
long containerInstanceId) |
protected static final String OPERATIONS_LIST_KEY
protected static final String OPERATIONS_INPUT_KEY
protected static final String CURRENT_VARIABLE_VALUES_MAP_KEY
public UpdateVariableValuesThroughOperations()
protected void updateVariablesThroughOperations(List<Operation> operations, Map<String,Serializable> operationsInputValues, Map<String,Serializable> currentVariableValues, long containerInstanceId) throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionprotected abstract void executeOperation(Operation operation, Map<String,Serializable> operationsInputValues, Map<String,Serializable> currentVariableValues, long containerId) throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic abstract long getProcessDefinitionId(long containerInstanceId)
throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic abstract TenantServiceAccessor getServiceAccessor()
Copyright © 2014 Bonitasoft S.A.. All rights reserved.