| Modifier and Type | Method and Description |
|---|---|
ActivitiEngineAgenda |
ActivitiEngineAgendaFactory.createAgenda(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
AbstractQuery.commandContext |
protected CommandContext |
AbstractNativeQuery.commandContext |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractQuery.execute(CommandContext commandContext) |
ProcessInstanceHistoryLog |
ProcessInstanceHistoryLogQueryImpl.execute(CommandContext commandContext) |
Object |
SchemaOperationsProcessEngineBuild.execute(CommandContext commandContext) |
Object |
AbstractNativeQuery.execute(CommandContext commandContext) |
TablePage |
TablePageQueryImpl.execute(CommandContext commandContext) |
long |
JobQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricProcessInstanceQueryImpl.executeCount(CommandContext commandContext) |
abstract long |
AbstractQuery.executeCount(CommandContext commandContext) |
long |
DeadLetterJobQueryImpl.executeCount(CommandContext commandContext) |
long |
ProcessDefinitionQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricActivityInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
EventSubscriptionQueryImpl.executeCount(CommandContext commandContext) |
long |
ModelQueryImpl.executeCount(CommandContext commandContext) |
abstract long |
AbstractVariableQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricDetailQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricTaskInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
ExecutionQueryImpl.executeCount(CommandContext commandContext) |
long |
ProcessInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
SuspendedJobQueryImpl.executeCount(CommandContext commandContext) |
long |
TaskQueryImpl.executeCount(CommandContext commandContext) |
long |
DeploymentQueryImpl.executeCount(CommandContext commandContext) |
long |
TimerJobQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricVariableInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
NativeHistoricActivityInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeHistoricProcessInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeTaskQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeExecutionQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeHistoricDetailQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeProcessDefinitionQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeProcessInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeDeploymentQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeModelQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeHistoricTaskInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
abstract long |
AbstractNativeQuery.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeHistoricVariableInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<HistoricActivityInstance> |
NativeHistoricActivityInstanceQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<HistoricProcessInstance> |
NativeHistoricProcessInstanceQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<Task> |
NativeTaskQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<Execution> |
NativeExecutionQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<HistoricDetail> |
NativeHistoricDetailQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<ProcessDefinition> |
NativeProcessDefinitionQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<ProcessInstance> |
NativeProcessInstanceQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<Deployment> |
NativeDeploymentQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<Model> |
NativeModelQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<HistoricTaskInstance> |
NativeHistoricTaskInstanceQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
abstract List<U> |
AbstractNativeQuery.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults)
Executes the actual query to retrieve the list of results.
|
List<HistoricVariableInstance> |
NativeHistoricVariableInstanceQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<Job> |
JobQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricProcessInstance> |
HistoricProcessInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
abstract List<U> |
AbstractQuery.executeList(CommandContext commandContext,
Page page)
Executes the actual query to retrieve the list of results.
|
List<Job> |
DeadLetterJobQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<ProcessDefinition> |
ProcessDefinitionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricActivityInstance> |
HistoricActivityInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<EventSubscriptionEntity> |
EventSubscriptionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Model> |
ModelQueryImpl.executeList(CommandContext commandContext,
Page page) |
abstract List<U> |
AbstractVariableQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricDetail> |
HistoricDetailQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricTaskInstance> |
HistoricTaskInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Execution> |
ExecutionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<ProcessInstance> |
ProcessInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Job> |
SuspendedJobQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Task> |
TaskQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Deployment> |
DeploymentQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Job> |
TimerJobQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricVariableInstance> |
HistoricVariableInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
U |
AbstractQuery.executeSingleResult(CommandContext commandContext) |
U |
AbstractNativeQuery.executeSingleResult(CommandContext commandContext) |
protected void |
HistoricProcessInstanceQueryImpl.localize(HistoricProcessInstance processInstance,
CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
DefaultActivitiEngineAgenda.commandContext |
protected CommandContext |
AbstractOperation.commandContext |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
AbstractOperation.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
ActivitiEngineAgenda |
DefaultActivitiEngineAgendaFactory.createAgenda(CommandContext commandContext) |
void |
AbstractOperation.setCommandContext(CommandContext commandContext) |
| Constructor and Description |
|---|
AbstractOperation(CommandContext commandContext,
ExecutionEntity execution) |
ContinueMultiInstanceOperation(CommandContext commandContext,
ExecutionEntity execution) |
ContinueProcessOperation(CommandContext commandContext,
ExecutionEntity execution) |
ContinueProcessOperation(CommandContext commandContext,
ExecutionEntity execution,
boolean forceSynchronousOperation,
boolean inCompensation) |
DefaultActivitiEngineAgenda(CommandContext commandContext) |
DestroyScopeOperation(CommandContext commandContext,
ExecutionEntity execution) |
EndExecutionOperation(CommandContext commandContext,
ExecutionEntity execution) |
ExecuteInactiveBehaviorsOperation(CommandContext commandContext) |
TakeOutgoingSequenceFlowsOperation(CommandContext commandContext,
ExecutionEntity executionEntity,
boolean evaluateConditions) |
TriggerExecutionOperation(CommandContext commandContext,
ExecutionEntity execution) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
DefaultJobManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
Void |
ResetExpiredJobsCmd.execute(CommandContext commandContext) |
List<JobEntity> |
FindExpiredJobsCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TerminateEndEventActivityBehavior.defaultTerminateEndEventBehaviour(DelegateExecution execution,
CommandContext commandContext,
ExecutionEntityManager executionEntityManager) |
protected void |
ParallelMultiInstanceBehavior.deleteChildExecutions(ExecutionEntity parentExecution,
boolean deleteExecution,
CommandContext commandContext) |
protected void |
BoundaryEventActivityBehavior.deleteChildExecutions(ExecutionEntity parentExecution,
ExecutionEntity notToDeleteExecution,
CommandContext commandContext) |
protected void |
CancelEndEventActivityBehavior.deleteChildExecutions(ExecutionEntity parentExecution,
ExecutionEntity notToDeleteExecution,
CommandContext commandContext,
String deleteReason) |
protected void |
BoundaryEventActivityBehavior.executeInterruptingBehavior(ExecutionEntity executionEntity,
CommandContext commandContext) |
protected void |
BoundaryEventActivityBehavior.executeNonInterruptingBehavior(ExecutionEntity executionEntity,
CommandContext commandContext) |
protected void |
TerminateEndEventActivityBehavior.terminateAllBehaviour(DelegateExecution execution,
CommandContext commandContext,
ExecutionEntityManager executionEntityManager) |
protected void |
TerminateEndEventActivityBehavior.terminateMultiInstanceRoot(DelegateExecution execution,
CommandContext commandContext,
ExecutionEntityManager executionEntityManager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BpmnDeploymentHelper.addAuthorizationsFromIterator(CommandContext commandContext,
List<String> expressions,
ProcessDefinitionEntity processDefinition,
org.activiti.engine.impl.bpmn.deployer.BpmnDeploymentHelper.ExpressionType expressionType) |
protected void |
CachingAndArtifactsManager.addDefinitionInfoToCache(ProcessDefinitionEntity processDefinition,
ProcessEngineConfigurationImpl processEngineConfiguration,
CommandContext commandContext) |
protected void |
EventSubscriptionManager.addSignalEventSubscriptions(CommandContext commandContext,
ProcessDefinitionEntity processDefinition,
Process process,
BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SkipExpressionUtil.shouldSkipFlowElement(CommandContext commandContext,
DelegateExecution execution,
String skipExpressionString) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteExecutionListenerTransactionListener.execute(CommandContext commandContext) |
void |
ExecuteTaskListenerTransactionListener.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionListener.execute(CommandContext commandContext) |
TransactionContext |
TransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
TransactionContext |
JtaTransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Constructor and Description |
|---|
TransactionStateSynchronization(TransactionState transactionState,
TransactionListener transactionListener,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Void |
ExecuteSchemaOperationCommand.execute(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
StandaloneMybatisTransactionContext.commandContext |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StandaloneMybatisTransactionContext.executeTransactionListeners(List<TransactionListener> transactionListeners,
CommandContext commandContext) |
TransactionContext |
StandaloneMybatisTransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Constructor and Description |
|---|
StandaloneMybatisTransactionContext(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected Date |
JobRetryCmd.calculateDueDate(CommandContext commandContext,
int waitTimeInSeconds,
Date oldDate) |
protected void |
AbstractSetProcessDefinitionStateCmd.changeProcessDefinitionState(CommandContext commandContext,
List<ProcessDefinitionEntity> processDefinitions) |
protected void |
AbstractSetProcessDefinitionStateCmd.createTimerForDelayedExecution(CommandContext commandContext,
List<ProcessDefinitionEntity> processDefinitions) |
protected void |
DeleteTaskCmd.deleteTask(CommandContext commandContext,
String taskId) |
protected Deployment |
DeployCmd.deployAsActiviti5ProcessDefinition(CommandContext commandContext) |
AcquiredJobEntities |
AcquireJobsCmd.execute(CommandContext commandContext) |
Map<String,Object> |
GetExecutionVariablesCmd.execute(CommandContext commandContext) |
List |
GetDeploymentResourceNamesCmd.execute(CommandContext commandContext) |
List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.execute(CommandContext commandContext) |
Object |
DeleteHistoricTaskInstanceCmd.execute(CommandContext commandContext) |
Object |
GetTaskVariableCmd.execute(CommandContext commandContext) |
Comment |
AddCommentCmd.execute(CommandContext commandContext) |
AcquiredTimerJobEntities |
AcquireTimerJobsCmd.execute(CommandContext commandContext) |
Object |
GetExecutionVariableCmd.execute(CommandContext commandContext) |
Void |
SignalEventReceivedCmd.execute(CommandContext commandContext) |
byte[] |
GetModelEditorSourceCmd.execute(CommandContext commandContext) |
List<FlowNode> |
GetEnabledActivitiesForAdhocSubProcessCmd.execute(CommandContext commandContext) |
Object |
AddEditorSourceForModelCmd.execute(CommandContext commandContext) |
Object |
DeleteDeadLetterJobCmd.execute(CommandContext commandContext) |
List<? extends Attachment> |
GetTaskAttachmentsCmd.execute(CommandContext commandContext) |
List<Comment> |
GetTypeCommentsCmd.execute(CommandContext commandContext) |
Object |
DeleteTimerJobCmd.execute(CommandContext commandContext) |
Attachment |
GetAttachmentCmd.execute(CommandContext commandContext) |
Object |
ExecuteAsyncJobCmd.execute(CommandContext commandContext) |
Execution |
ExecuteActivityForAdhocSubProcessCmd.execute(CommandContext commandContext) |
BpmnModel |
GetBpmnModelCmd.execute(CommandContext commandContext) |
Map<String,Long> |
GetTableCountCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentResourceCmd.execute(CommandContext commandContext) |
TableMetaData |
GetTableMetaDataCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentKeyCmd.execute(CommandContext commandContext) |
String |
GetTableNameCmd.execute(CommandContext commandContext) |
Void |
AddIdentityLinkForProcessInstanceCmd.execute(CommandContext commandContext) |
Model |
CreateModelCmd.execute(CommandContext commandContext) |
DataObject |
GetDataObjectCmd.execute(CommandContext commandContext) |
Void |
AddEventListenerCommand.execute(CommandContext commandContext) |
List<Event> |
GetTaskEventsCmd.execute(CommandContext commandContext) |
Object |
UnlockExclusiveJobCmd.execute(CommandContext commandContext) |
List<IdentityLink> |
GetIdentityLinksForProcessInstanceCmd.execute(CommandContext commandContext) |
Map<String,DataObject> |
GetDataObjectsCmd.execute(CommandContext commandContext) |
List<Comment> |
GetTaskCommentsByTypeCmd.execute(CommandContext commandContext) |
Object |
JobRetryCmd.execute(CommandContext commandContext) |
List<String> |
FindActiveActivityIdsCmd.execute(CommandContext commandContext) |
Object |
DeleteAttachmentCmd.execute(CommandContext commandContext) |
Void |
CompleteAdhocSubProcessCmd.execute(CommandContext commandContext) |
Void |
SetTimerJobRetriesCmd.execute(CommandContext commandContext) |
List<EventLogEntry> |
GetEventLogEntriesCmd.execute(CommandContext commandContext) |
DeadLetterJobEntity |
MoveJobToDeadLetterJobCmd.execute(CommandContext commandContext) |
T |
NeedsActiveProcessDefinitionCmd.execute(CommandContext commandContext) |
Map<String,Object> |
GetTaskVariablesCmd.execute(CommandContext commandContext) |
List<IdentityLink> |
GetIdentityLinksForTaskCmd.execute(CommandContext commandContext) |
Boolean |
IsProcessDefinitionSuspendedCmd.execute(CommandContext commandContext) |
Void |
ChangeDeploymentTenantIdCmd.execute(CommandContext commandContext) |
Map<String,VariableInstance> |
GetExecutionVariableInstancesCmd.execute(CommandContext commandContext) |
Void |
DeleteTaskCmd.execute(CommandContext commandContext) |
List<VariableInstance> |
GetTasksLocalVariablesCmd.execute(CommandContext commandContext) |
Void |
AbstractSetProcessDefinitionStateCmd.execute(CommandContext commandContext) |
Void |
RemoveEventListenerCommand.execute(CommandContext commandContext) |
T |
NeedsActiveExecutionCmd.execute(CommandContext commandContext) |
Void |
SaveTaskCmd.execute(CommandContext commandContext) |
Void |
SetProcessInstanceBusinessKeyCmd.execute(CommandContext commandContext) |
VariableInstance |
GetExecutionVariableInstanceCmd.execute(CommandContext commandContext) |
Void |
SetProcessDefinitionCategoryCmd.execute(CommandContext commandContext) |
Object |
LockExclusiveJobCmd.execute(CommandContext commandContext) |
List<Comment> |
GetTaskCommentsCmd.execute(CommandContext commandContext) |
ProcessInstance |
StartProcessInstanceByMessageCmd.execute(CommandContext commandContext) |
Void |
SetProcessDefinitionVersionCmd.execute(CommandContext commandContext) |
ProcessDefinition |
GetDeploymentProcessDefinitionCmd.execute(CommandContext commandContext) |
Map<String,String> |
GetPropertiesCmd.execute(CommandContext commandContext) |
T |
NeedsActiveTaskCmd.execute(CommandContext commandContext) |
Void |
DeleteIdentityLinkForProcessDefinitionCmd.execute(CommandContext commandContext) |
String |
GetJobExceptionStacktraceCmd.execute(CommandContext commandContext) |
Void |
DispatchEventCommand.execute(CommandContext commandContext) |
Void |
DeleteDeploymentCmd.execute(CommandContext commandContext) |
Event |
GetTaskEventCmd.execute(CommandContext commandContext) |
Object |
DeleteHistoricProcessInstanceCmd.execute(CommandContext commandContext) |
VariableInstance |
GetTaskVariableInstanceCmd.execute(CommandContext commandContext) |
List<Task> |
GetSubTasksCmd.execute(CommandContext commandContext) |
Comment |
GetCommentCmd.execute(CommandContext commandContext) |
Void |
DeleteEventLogEntry.execute(CommandContext commandContext) |
List<Comment> |
GetProcessInstanceCommentsCmd.execute(CommandContext commandContext) |
List<IdentityLink> |
GetIdentityLinksForProcessDefinitionCmd.execute(CommandContext commandContext) |
Void |
DeleteProcessInstanceCmd.execute(CommandContext commandContext) |
List<Event> |
GetProcessInstanceEventsCmd.execute(CommandContext commandContext) |
Deployment |
DeployCmd.execute(CommandContext commandContext) |
InputStream |
GetAttachmentContentCmd.execute(CommandContext commandContext) |
List<ValidationError> |
ValidateBpmnModelCmd.execute(CommandContext commandContext) |
Void |
ValidateExecutionRelatedEntityCountCfgCmd.execute(CommandContext commandContext) |
Task |
NewTaskCmd.execute(CommandContext commandContext) |
byte[] |
GetModelEditorSourceExtraCmd.execute(CommandContext commandContext) |
Map<String,DataObject> |
GetTaskDataObjectsCmd.execute(CommandContext commandContext) |
Void |
DeleteIdentityLinkForProcessInstanceCmd.execute(CommandContext commandContext) |
Attachment |
CreateAttachmentCmd.execute(CommandContext commandContext) |
Void |
SaveProcessDefinitionInfoCmd.execute(CommandContext commandContext) |
ProcessInstance |
StartProcessInstanceCmd.execute(CommandContext commandContext) |
JobEntity |
MoveTimerToExecutableJobCmd.execute(CommandContext commandContext) |
List<? extends Attachment> |
GetProcessInstanceAttachmentsCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentProcessModelCmd.execute(CommandContext commandContext) |
Boolean |
IsActiviti5ProcessDefinitionCmd.execute(CommandContext commandContext) |
JobEntity |
MoveDeadLetterJobToExecutableJobCmd.execute(CommandContext commandContext) |
Void |
AbstractSetProcessInstanceStateCmd.execute(CommandContext commandContext) |
Boolean |
HasExecutionVariableCmd.execute(CommandContext commandContext) |
Object |
SaveAttachmentCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentCategoryCmd.execute(CommandContext commandContext) |
Boolean |
HasTaskVariableCmd.execute(CommandContext commandContext) |
ResultType |
ExecuteCustomSqlCmd.execute(CommandContext commandContext) |
Object |
DeleteJobCmd.execute(CommandContext commandContext) |
Object |
AddEditorSourceExtraForModelCmd.execute(CommandContext commandContext) |
Void |
SetProcessInstanceNameCmd.execute(CommandContext commandContext) |
List<VariableInstance> |
GetExecutionsVariablesCmd.execute(CommandContext commandContext) |
Map<String,VariableInstance> |
GetTaskVariableInstancesCmd.execute(CommandContext commandContext) |
Void |
SaveModelCmd.execute(CommandContext commandContext) |
com.fasterxml.jackson.databind.node.ObjectNode |
GetProcessDefinitionInfoCmd.execute(CommandContext commandContext) |
IdBlock |
GetNextIdBlockCmd.execute(CommandContext commandContext) |
Void |
DeleteCommentCmd.execute(CommandContext commandContext) |
DataObject |
GetTaskDataObjectCmd.execute(CommandContext commandContext) |
Void |
CancelJobsCmd.execute(CommandContext commandContext) |
Void |
SetJobRetriesCmd.execute(CommandContext commandContext) |
Void |
DeleteModelCmd.execute(CommandContext commandContext) |
Object |
ExecuteJobCmd.execute(CommandContext commandContext) |
Void |
AddIdentityLinkForProcessDefinitionCmd.execute(CommandContext commandContext) |
ModelEntity |
GetModelCmd.execute(CommandContext commandContext) |
protected Object |
SetExecutionVariablesCmd.execute(CommandContext commandContext,
ExecutionEntity execution) |
protected Object |
TriggerCmd.execute(CommandContext commandContext,
ExecutionEntity execution) |
protected Void |
MessageEventReceivedCmd.execute(CommandContext commandContext,
ExecutionEntity execution) |
protected abstract T |
NeedsActiveExecutionCmd.execute(CommandContext commandContext,
ExecutionEntity execution)
Subclasses should implement this method.
|
protected Void |
RemoveExecutionVariablesCmd.execute(CommandContext commandContext,
ExecutionEntity execution) |
protected abstract T |
NeedsActiveProcessDefinitionCmd.execute(CommandContext commandContext,
ProcessDefinitionEntity processDefinition)
Subclasses should implement this.
|
protected Void |
SetTaskPriorityCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
CompleteTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
RemoveTaskVariablesCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
AddIdentityLinkCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
ClaimTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Object |
SetTaskVariablesCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected abstract T |
NeedsActiveTaskCmd.execute(CommandContext commandContext,
TaskEntity task)
Subclasses must implement in this method their normal command logic.
|
protected Void |
SetTaskDueDateCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Object |
DelegateTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
DeleteIdentityLinkCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
ResolveTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Deployment |
DeployCmd.executeDeploy(CommandContext commandContext) |
protected void |
AbstractCompleteTaskCmd.executeTaskComplete(CommandContext commandContext,
TaskEntity taskEntity,
Map<String,Object> variables,
boolean localScope) |
protected ExecutionEntity |
JobRetryCmd.fetchExecutionEntity(CommandContext commandContext,
String executionId) |
protected List<ProcessInstance> |
AbstractSetProcessDefinitionStateCmd.fetchProcessInstancesPage(CommandContext commandContext,
ProcessDefinition processDefinition,
int currentPageStartIndex) |
protected List<ProcessDefinitionEntity> |
AbstractSetProcessDefinitionStateCmd.findProcessDefinition(CommandContext commandContext) |
protected DeadLetterJobEntity |
DeleteDeadLetterJobCmd.getJobToDelete(CommandContext commandContext) |
protected TimerJobEntity |
DeleteTimerJobCmd.getJobToDelete(CommandContext commandContext) |
protected JobEntity |
DeleteJobCmd.getJobToDelete(CommandContext commandContext) |
protected List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.getLinksForProcessInstance(CommandContext commandContext) |
protected List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.getLinksForTask(CommandContext commandContext) |
protected void |
AcquireJobsCmd.lockJob(CommandContext commandContext,
JobEntity job,
int lockTimeInMillis) |
protected void |
AcquireTimerJobsCmd.lockJob(CommandContext commandContext,
TimerJobEntity job,
int lockTimeInMillis) |
protected void |
DeployCmd.scheduleProcessDefinitionActivation(CommandContext commandContext,
DeploymentEntity deployment) |
protected void |
SetProcessDefinitionVersionCmd.validateAndSwitchVersionOfExecution(CommandContext commandContext,
ExecutionEntity execution,
ProcessDefinition newProcessDefinition) |
protected ExecutionEntity |
CreateAttachmentCmd.verifyExecutionParameters(CommandContext commandContext) |
protected TaskEntity |
CreateAttachmentCmd.verifyTaskParameters(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
IntegrationContextEntity |
DeleteIntegrationContextCmd.execute(CommandContext commandContext) |
IntegrationContextEntity |
RetrieveIntegrationContextsCmd.execute(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<Stack<CommandContext>> |
Context.commandContextThreadLocal |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
Context.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Context.setCommandContext(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Session |
DbSqlSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractEventHandler.dispatchActivitiesCanceledIfNeeded(EventSubscriptionEntity eventSubscription,
ExecutionEntity execution,
FlowElement currentFlowElement,
CommandContext commandContext) |
protected void |
AbstractEventHandler.dispatchActivityCancelled(EventSubscriptionEntity eventSubscription,
ExecutionEntity boundaryEventExecution,
FlowNode flowNode,
CommandContext commandContext) |
protected void |
AbstractEventHandler.dispatchActivityCancelledForChildExecution(EventSubscriptionEntity eventSubscription,
ExecutionEntity parentExecutionEntity,
ExecutionEntity boundaryEventExecution,
CommandContext commandContext) |
protected void |
AbstractEventHandler.dispatchExecutionCancelled(EventSubscriptionEntity eventSubscription,
ExecutionEntity execution,
CommandContext commandContext) |
void |
AbstractEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
MessageEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
CompensationEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
EventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
SignalEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseEventFlusher.afterSessionsFlush(CommandContext commandContext) |
void |
AbstractEventFlusher.closed(CommandContext commandContext) |
void |
DatabaseEventFlusher.closeFailure(CommandContext commandContext) |
void |
DatabaseEventFlusher.closing(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
CommandContextFactory.createCommandContext(Command<?> cmd) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionCommandContextCloseListener.afterSessionsFlush(CommandContext commandContext) |
void |
CommandContextCloseListener.afterSessionsFlush(CommandContext commandContext)
Called when the
Session have been successfully flushed. |
void |
TransactionCommandContextCloseListener.closed(CommandContext commandContext) |
void |
CommandContextCloseListener.closed(CommandContext commandContext)
Called when the
CommandContext is successfully closed. |
void |
TransactionCommandContextCloseListener.closeFailure(CommandContext commandContext) |
void |
CommandContextCloseListener.closeFailure(CommandContext commandContext)
Called when the
CommandContext has not been successully closed due to an exception that happened. |
void |
TransactionCommandContextCloseListener.closing(CommandContext commandContext) |
void |
CommandContextCloseListener.closing(CommandContext commandContext)
Called when the
CommandContext is being closed, but no 'close logic' has been executed. |
T |
Command.execute(CommandContext commandContext) |
protected void |
CommandInvoker.executeOperations(CommandContext commandContext) |
Session |
SessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncJobAddedNotification.afterSessionsFlush(CommandContext commandContext) |
void |
FailedJobListener.afterSessionsFlush(CommandContext commandContext) |
void |
AsyncJobAddedNotification.closed(CommandContext commandContext) |
void |
FailedJobListener.closed(CommandContext context) |
void |
AsyncJobAddedNotification.closeFailure(CommandContext commandContext) |
void |
FailedJobListener.closeFailure(CommandContext commandContext) |
void |
AsyncJobAddedNotification.closing(CommandContext commandContext) |
void |
FailedJobListener.closing(CommandContext commandContext) |
protected void |
TriggerTimerEventJobHandler.dispatchActivityTimeOut(JobEntity timerEntity,
FlowNode flowNode,
ExecutionEntity execution,
CommandContext commandContext) |
protected void |
TriggerTimerEventJobHandler.dispatchExecutionTimeOut(JobEntity timerEntity,
ExecutionEntity execution,
List<String> processedElements,
CommandContext commandContext) |
void |
TimerSuspendProcessDefinitionHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
ProcessEventJobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerActivateProcessDefinitionHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
JobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerStartEventJobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
AsyncContinuationJobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TriggerTimerEventJobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
Session |
GenericManagerFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessDefinitionInfoCacheObject |
ProcessDefinitionInfoCache.retrieveProcessDefinitionInfoCacheObject(String processDefinitionId,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Activiti5Util.isActiviti5ProcessDefinition(CommandContext commandContext,
ProcessDefinition processDefinition) |
static boolean |
Activiti5Util.isActiviti5ProcessDefinitionId(CommandContext commandContext,
String processDefinitionId) |
void |
ProcessInstanceHelper.startProcessInstance(ExecutionEntity processInstance,
CommandContext commandContext,
Map<String,Object> variables) |
| Modifier and Type | Method and Description |
|---|---|
void |
VerifyDeserializedObjectCommandContextCloseListener.afterSessionsFlush(CommandContext commandContext) |
void |
VerifyDeserializedObjectCommandContextCloseListener.closed(CommandContext commandContext) |
void |
VerifyDeserializedObjectCommandContextCloseListener.closeFailure(CommandContext commandContext) |
void |
VerifyDeserializedObjectCommandContextCloseListener.closing(CommandContext commandContext) |
Session |
EntityManagerSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Session |
ProfilingDbSqlSessionFactory.openSession(CommandContext commandContext) |
Copyright © 2010–2018 Alfresco. All rights reserved.