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 ClassLoader |
getLocalClassLoader(TenantServiceAccessor tenantAccessor,
long processDefinitionId) |
protected SProcessDefinition |
getProcessDefinition(TenantServiceAccessor tenantAccessor,
long processDefinitionId) |
protected ProcessInstance |
getProcessInstance(TenantServiceAccessor tenantAccessor,
long processInstanceId) |
protected org.bonitasoft.engine.core.process.instance.model.SActivityInstance |
getSActivityInstance(TenantServiceAccessor tenantAccessor,
long activityInstanceId) |
protected static TenantServiceAccessor |
getTenantAccessor() |
protected long |
getTenantId() |
protected void |
log(TenantServiceAccessor tenantAccessor,
Exception e) |
getIntegerMandadoryParameter, getLongMandadoryParameter, getMandatoryParameter, getParameter, 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.process.instance.model.SActivityInstance getSActivityInstance(TenantServiceAccessor tenantAccessor, long activityInstanceId) throws org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityInstanceNotFoundException, org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityInstanceNotFoundExceptionorg.bonitasoft.engine.persistence.SBonitaReadExceptionprotected ProcessInstance getProcessInstance(TenantServiceAccessor tenantAccessor, long processInstanceId) throws org.bonitasoft.engine.core.process.instance.api.exceptions.SProcessInstanceNotFoundException, org.bonitasoft.engine.core.process.instance.api.exceptions.SProcessInstanceReadException
org.bonitasoft.engine.core.process.instance.api.exceptions.SProcessInstanceNotFoundExceptionorg.bonitasoft.engine.core.process.instance.api.exceptions.SProcessInstanceReadExceptionprotected ClassLoader getLocalClassLoader(TenantServiceAccessor tenantAccessor, long processDefinitionId) throws org.bonitasoft.engine.classloader.SClassLoaderException
org.bonitasoft.engine.classloader.SClassLoaderExceptionprotected SProcessDefinition getProcessDefinition(TenantServiceAccessor tenantAccessor, long processDefinitionId) throws SProcessDefinitionNotFoundException, SProcessDefinitionReadException
Copyright © 2015 Bonitasoft S.A.. All rights reserved.