public abstract class ExecuteActionsBaseEntry extends CommandWithParameters
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ACTIVITY_INSTANCE_ID_KEY |
protected static String |
CONNECTORS_LIST_KEY |
protected static String |
OPERATIONS_INPUT_KEY |
protected static String |
OPERATIONS_LIST_KEY |
protected static String |
PROCESS_DEFINITION_ID_KEY |
protected static String |
USER_ID_KEY |
| Constructor and Description |
|---|
ExecuteActionsBaseEntry() |
| Modifier and Type | Method and Description |
|---|---|
protected org.bonitasoft.engine.core.process.instance.model.SActivityInstance |
getActivityInstance(TenantServiceAccessor tenantAccessor,
long activityInstanceId) |
protected ClassLoader |
getLocalClassLoader(TenantServiceAccessor tenantAccessor,
long processDefinitionId) |
protected org.bonitasoft.engine.core.process.definition.model.SProcessDefinition |
getProcessDefinition(TenantServiceAccessor tenantAccessor,
long processDefinitionId) |
protected ProcessInstance |
getProcessInstance(TenantServiceAccessor tenantAccessor,
long processInstanceId) |
protected org.bonitasoft.engine.core.process.definition.model.SProcessDefinition |
getServerProcessDefinition(long processDefinitionUUID,
org.bonitasoft.engine.core.process.definition.ProcessDefinitionService processDefinitionService) |
protected static TenantServiceAccessor |
getTenantAccessor() |
protected long |
getTenantId() |
protected void |
log(TenantServiceAccessor tenantAccessor,
Exception e) |
protected org.bonitasoft.engine.expression.model.SExpression |
toSExpression(Expression exp) |
protected org.bonitasoft.engine.core.operation.model.SLeftOperand |
toSLeftOperand(LeftOperand variableToSet) |
protected List<org.bonitasoft.engine.core.operation.model.SOperation> |
toSOperation(List<Operation> operations) |
protected org.bonitasoft.engine.core.operation.model.SOperation |
toSOperation(Operation operation) |
getIntegerMandadoryParameter, getLongMandadoryParameter, getMandatoryParameter, getParameter, getStringMandadoryParameterprotected static final String ACTIVITY_INSTANCE_ID_KEY
protected static final String PROCESS_DEFINITION_ID_KEY
protected static final String OPERATIONS_LIST_KEY
protected static final String OPERATIONS_INPUT_KEY
protected static final String CONNECTORS_LIST_KEY
protected static final String USER_ID_KEY
protected static TenantServiceAccessor getTenantAccessor()
protected void log(TenantServiceAccessor tenantAccessor, Exception e)
protected long getTenantId()
protected org.bonitasoft.engine.core.operation.model.SOperation toSOperation(Operation operation) throws org.bonitasoft.engine.expression.exception.SInvalidExpressionException
protected org.bonitasoft.engine.core.operation.model.SLeftOperand toSLeftOperand(LeftOperand variableToSet)
protected org.bonitasoft.engine.expression.model.SExpression toSExpression(Expression exp) throws org.bonitasoft.engine.expression.exception.SInvalidExpressionException
protected List<org.bonitasoft.engine.core.operation.model.SOperation> toSOperation(List<Operation> operations) throws org.bonitasoft.engine.expression.exception.SInvalidExpressionException
protected org.bonitasoft.engine.core.process.instance.model.SActivityInstance getActivityInstance(TenantServiceAccessor tenantAccessor, long activityInstanceId) throws ActivityInstanceNotFoundException
protected ProcessInstance getProcessInstance(TenantServiceAccessor tenantAccessor, long processInstanceId) throws ProcessInstanceNotFoundException
ProcessInstanceNotFoundExceptionprotected ClassLoader getLocalClassLoader(TenantServiceAccessor tenantAccessor, long processDefinitionId) throws ClassLoaderException
ClassLoaderExceptionprotected org.bonitasoft.engine.core.process.definition.model.SProcessDefinition getServerProcessDefinition(long processDefinitionUUID,
org.bonitasoft.engine.core.process.definition.ProcessDefinitionService processDefinitionService)
throws org.bonitasoft.engine.core.process.definition.SProcessDefinitionNotFoundException,
org.bonitasoft.engine.core.process.definition.exception.SProcessDefinitionReadException
org.bonitasoft.engine.core.process.definition.SProcessDefinitionNotFoundExceptionorg.bonitasoft.engine.core.process.definition.exception.SProcessDefinitionReadExceptionprotected org.bonitasoft.engine.core.process.definition.model.SProcessDefinition getProcessDefinition(TenantServiceAccessor tenantAccessor, long processDefinitionId) throws InvalidProcessDefinitionException
Copyright © 2014 Bonitasoft S.A.. All Rights Reserved.