Modifier and Type | Field and Description |
---|---|
protected CommandContext |
AbstractQuery.commandContext |
protected CommandContext |
AbstractNativeQuery.commandContext |
Modifier and Type | Method and Description |
---|---|
TablePage |
TablePageQueryImpl.execute(CommandContext commandContext) |
Object |
SchemaOperationsProcessEngineBuild.execute(CommandContext commandContext) |
ProcessInstanceHistoryLog |
ProcessInstanceHistoryLogQueryImpl.execute(CommandContext commandContext) |
Object |
AbstractQuery.execute(CommandContext commandContext) |
Object |
AbstractNativeQuery.execute(CommandContext commandContext) |
long |
UserQueryImpl.executeCount(CommandContext commandContext) |
long |
TaskQueryImpl.executeCount(CommandContext commandContext) |
long |
ProcessInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
ProcessDefinitionQueryImpl.executeCount(CommandContext commandContext) |
long |
ModelQueryImpl.executeCount(CommandContext commandContext) |
long |
JobQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricVariableInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricTaskInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricProcessInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricDetailQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricActivityInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
GroupQueryImpl.executeCount(CommandContext commandContext) |
long |
ExecutionQueryImpl.executeCount(CommandContext commandContext) |
long |
EventSubscriptionQueryImpl.executeCount(CommandContext commandContext) |
long |
DeploymentQueryImpl.executeCount(CommandContext commandContext) |
abstract long |
AbstractVariableQueryImpl.executeCount(CommandContext commandContext) |
abstract long |
AbstractQuery.executeCount(CommandContext commandContext) |
long |
NativeUserQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeTaskQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeProcessInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeProcessDefinitionQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeModelQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeHistoricVariableInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeHistoricTaskInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeHistoricProcessInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeHistoricDetailQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeHistoricActivityInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeGroupQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeExecutionQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeDeploymentQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
abstract long |
AbstractNativeQuery.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<User> |
NativeUserQueryImpl.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<ProcessInstance> |
NativeProcessInstanceQueryImpl.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<Model> |
NativeModelQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<HistoricVariableInstance> |
NativeHistoricVariableInstanceQueryImpl.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) |
List<HistoricProcessInstance> |
NativeHistoricProcessInstanceQueryImpl.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<HistoricActivityInstance> |
NativeHistoricActivityInstanceQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<Group> |
NativeGroupQueryImpl.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<Deployment> |
NativeDeploymentQueryImpl.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<User> |
UserQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Task> |
TaskQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<ProcessInstance> |
ProcessInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<ProcessDefinition> |
ProcessDefinitionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Model> |
ModelQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Job> |
JobQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricVariableInstance> |
HistoricVariableInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricTaskInstance> |
HistoricTaskInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricProcessInstance> |
HistoricProcessInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricDetail> |
HistoricDetailQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricActivityInstance> |
HistoricActivityInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Group> |
GroupQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Execution> |
ExecutionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<EventSubscriptionEntity> |
EventSubscriptionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Deployment> |
DeploymentQueryImpl.executeList(CommandContext commandContext,
Page page) |
abstract List<U> |
AbstractVariableQueryImpl.executeList(CommandContext commandContext,
Page page) |
abstract List<U> |
AbstractQuery.executeList(CommandContext commandContext,
Page page)
Executes the actual query to retrieve the list of results.
|
U |
AbstractQuery.executeSingleResult(CommandContext commandContext) |
U |
AbstractNativeQuery.executeSingleResult(CommandContext commandContext) |
protected void |
HistoricProcessInstanceQueryImpl.localize(HistoricProcessInstance processInstance,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultAsyncJobExecutor.unlockJob(JobEntity job,
CommandContext commandContext) |
protected void |
AbstractAsyncJobExecutor.unlockJob(JobEntity job,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
BpmnDeployer.addDefinitionInfoToCache(ProcessDefinitionEntity processDefinition,
ProcessEngineConfigurationImpl processEngineConfiguration,
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) |
List<ValidationError> |
ValidateBpmnModelCmd.execute(CommandContext commandContext) |
Object |
UnlockExclusiveJobCmd.execute(CommandContext commandContext) |
ProcessInstance |
StartProcessInstanceCmd.execute(CommandContext commandContext) |
ProcessInstance |
StartProcessInstanceByMessageCmd.execute(CommandContext commandContext) |
Void |
SignalEventReceivedCmd.execute(CommandContext commandContext) |
Object |
SetUserPictureCmd.execute(CommandContext commandContext) |
Object |
SetUserInfoCmd.execute(CommandContext commandContext) |
Void |
SetProcessInstanceNameCmd.execute(CommandContext commandContext) |
Void |
SetProcessInstanceBusinessKeyCmd.execute(CommandContext commandContext) |
Void |
SetProcessDefinitionVersionCmd.execute(CommandContext commandContext) |
Void |
SetProcessDefinitionCategoryCmd.execute(CommandContext commandContext) |
Void |
SetJobRetriesCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentCategoryCmd.execute(CommandContext commandContext) |
Void |
SaveUserCmd.execute(CommandContext commandContext) |
Void |
SaveTaskCmd.execute(CommandContext commandContext) |
Void |
SaveProcessDefinitionInfoCmd.execute(CommandContext commandContext) |
Void |
SaveModelCmd.execute(CommandContext commandContext) |
Void |
SaveGroupCmd.execute(CommandContext commandContext) |
Object |
SaveAttachmentCmd.execute(CommandContext commandContext) |
Void |
RemoveEventListenerCommand.execute(CommandContext commandContext) |
Task |
NewTaskCmd.execute(CommandContext commandContext) |
T |
NeedsActiveTaskCmd.execute(CommandContext commandContext) |
T |
NeedsActiveProcessDefinitionCmd.execute(CommandContext commandContext) |
T |
NeedsActiveExecutionCmd.execute(CommandContext commandContext) |
Object |
LockExclusiveJobCmd.execute(CommandContext commandContext) |
Object |
JobRetryCmd.execute(CommandContext commandContext) |
Boolean |
IsProcessDefinitionSuspendedCmd.execute(CommandContext commandContext) |
Boolean |
HasTaskVariableCmd.execute(CommandContext commandContext) |
Boolean |
HasExecutionVariableCmd.execute(CommandContext commandContext) |
Picture |
GetUserPictureCmd.execute(CommandContext commandContext) |
List<String> |
GetUserInfoKeysCmd.execute(CommandContext commandContext) |
String |
GetUserInfoCmd.execute(CommandContext commandContext) |
List<Comment> |
GetTypeCommentsCmd.execute(CommandContext commandContext) |
Map<String,Object> |
GetTaskVariablesCmd.execute(CommandContext commandContext) |
Object |
GetTaskVariableCmd.execute(CommandContext commandContext) |
TaskFormData |
GetTaskFormCmd.execute(CommandContext commandContext) |
List<Event> |
GetTaskEventsCmd.execute(CommandContext commandContext) |
Event |
GetTaskEventCmd.execute(CommandContext commandContext) |
List<Comment> |
GetTaskCommentsCmd.execute(CommandContext commandContext) |
List<Comment> |
GetTaskCommentsByTypeCmd.execute(CommandContext commandContext) |
List<Attachment> |
GetTaskAttachmentsCmd.execute(CommandContext commandContext) |
String |
GetTableNameCmd.execute(CommandContext commandContext) |
TableMetaData |
GetTableMetaDataCmd.execute(CommandContext commandContext) |
Map<String,Long> |
GetTableCountCmd.execute(CommandContext commandContext) |
List<Task> |
GetSubTasksCmd.execute(CommandContext commandContext) |
StartFormData |
GetStartFormCmd.execute(CommandContext commandContext) |
Object |
GetRenderedTaskFormCmd.execute(CommandContext commandContext) |
Object |
GetRenderedStartFormCmd.execute(CommandContext commandContext) |
Map<String,String> |
GetPropertiesCmd.execute(CommandContext commandContext) |
List<Event> |
GetProcessInstanceEventsCmd.execute(CommandContext commandContext) |
List<Comment> |
GetProcessInstanceCommentsCmd.execute(CommandContext commandContext) |
List<Attachment> |
GetProcessInstanceAttachmentsCmd.execute(CommandContext commandContext) |
com.fasterxml.jackson.databind.node.ObjectNode |
GetProcessDefinitionInfoCmd.execute(CommandContext commandContext) |
IdBlock |
GetNextIdBlockCmd.execute(CommandContext commandContext) |
byte[] |
GetModelEditorSourceExtraCmd.execute(CommandContext commandContext) |
byte[] |
GetModelEditorSourceCmd.execute(CommandContext commandContext) |
ModelEntity |
GetModelCmd.execute(CommandContext commandContext) |
String |
GetJobExceptionStacktraceCmd.execute(CommandContext commandContext) |
List<IdentityLink> |
GetIdentityLinksForTaskCmd.execute(CommandContext commandContext) |
List<IdentityLink> |
GetIdentityLinksForProcessInstanceCmd.execute(CommandContext commandContext) |
List<IdentityLink> |
GetIdentityLinksForProcessDefinitionCmd.execute(CommandContext commandContext) |
List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.execute(CommandContext commandContext) |
String |
GetFormKeyCmd.execute(CommandContext commandContext) |
Map<String,Object> |
GetExecutionVariablesCmd.execute(CommandContext commandContext) |
Map<String,VariableInstance> |
GetExecutionVariableInstancesCmd.execute(CommandContext commandContext) |
VariableInstance |
GetExecutionVariableInstanceCmd.execute(CommandContext commandContext) |
Object |
GetExecutionVariableCmd.execute(CommandContext commandContext) |
List<EventLogEntry> |
GetEventLogEntriesCmd.execute(CommandContext commandContext) |
List |
GetDeploymentResourceNamesCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentResourceCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentProcessModelCmd.execute(CommandContext commandContext) |
DiagramLayout |
GetDeploymentProcessDiagramLayoutCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentProcessDiagramCmd.execute(CommandContext commandContext) |
ProcessDefinitionEntity |
GetDeploymentProcessDefinitionCmd.execute(CommandContext commandContext) |
Comment |
GetCommentCmd.execute(CommandContext commandContext) |
org.activiti.bpmn.model.BpmnModel |
GetBpmnModelCmd.execute(CommandContext commandContext) |
InputStream |
GetAttachmentContentCmd.execute(CommandContext commandContext) |
Attachment |
GetAttachmentCmd.execute(CommandContext commandContext) |
List<String> |
FindActiveActivityIdsCmd.execute(CommandContext commandContext) |
Object |
ExecuteJobsCmd.execute(CommandContext commandContext) |
ResultType |
ExecuteCustomSqlCmd.execute(CommandContext commandContext) |
Object |
ExecuteAsyncJobCmd.execute(CommandContext commandContext) |
Void |
DispatchEventCommand.execute(CommandContext commandContext) |
Deployment |
DeployCmd.execute(CommandContext commandContext) |
String |
DeleteUserInfoCmd.execute(CommandContext commandContext) |
Void |
DeleteUserCmd.execute(CommandContext commandContext) |
Void |
DeleteTaskCmd.execute(CommandContext commandContext) |
Void |
DeleteProcessInstanceCmd.execute(CommandContext commandContext) |
Void |
DeleteModelCmd.execute(CommandContext commandContext) |
Void |
DeleteMembershipCmd.execute(CommandContext commandContext) |
Object |
DeleteJobCmd.execute(CommandContext commandContext) |
Void |
DeleteIdentityLinkForProcessInstanceCmd.execute(CommandContext commandContext) |
Void |
DeleteIdentityLinkForProcessDefinitionCmd.execute(CommandContext commandContext) |
Object |
DeleteHistoricTaskInstanceCmd.execute(CommandContext commandContext) |
Object |
DeleteHistoricProcessInstanceCmd.execute(CommandContext commandContext) |
Void |
DeleteGroupCmd.execute(CommandContext commandContext) |
Void |
DeleteEventLogEntry.execute(CommandContext commandContext) |
Void |
DeleteDeploymentCmd.execute(CommandContext commandContext) |
Void |
DeleteCommentCmd.execute(CommandContext commandContext) |
Object |
DeleteAttachmentCmd.execute(CommandContext commandContext) |
UserQuery |
CreateUserQueryCmd.execute(CommandContext commandContext) |
User |
CreateUserCmd.execute(CommandContext commandContext) |
Model |
CreateModelCmd.execute(CommandContext commandContext) |
Object |
CreateMembershipCmd.execute(CommandContext commandContext) |
GroupQuery |
CreateGroupQueryCmd.execute(CommandContext commandContext) |
Group |
CreateGroupCmd.execute(CommandContext commandContext) |
Attachment |
CreateAttachmentCmd.execute(CommandContext commandContext) |
Boolean |
CheckPassword.execute(CommandContext commandContext) |
Void |
ChangeDeploymentTenantIdCmd.execute(CommandContext commandContext) |
Void |
CancelJobsCmd.execute(CommandContext commandContext) |
Object |
CancelJobCmd.execute(CommandContext commandContext) |
Void |
AddIdentityLinkForProcessInstanceCmd.execute(CommandContext commandContext) |
Void |
AddIdentityLinkForProcessDefinitionCmd.execute(CommandContext commandContext) |
Void |
AddEventListenerCommand.execute(CommandContext commandContext) |
Object |
AddEditorSourceForModelCmd.execute(CommandContext commandContext) |
Object |
AddEditorSourceExtraForModelCmd.execute(CommandContext commandContext) |
Comment |
AddCommentCmd.execute(CommandContext commandContext) |
AcquiredJobEntities |
AcquireTimerJobsCmd.execute(CommandContext commandContext) |
AcquiredJobs |
AcquireJobsCmd.execute(CommandContext commandContext) |
AcquiredJobEntities |
AcquireAsyncJobsDueCmd.execute(CommandContext commandContext) |
Void |
AbstractSetProcessInstanceStateCmd.execute(CommandContext commandContext) |
Void |
AbstractSetProcessDefinitionStateCmd.execute(CommandContext commandContext) |
protected Object |
SignalCmd.execute(CommandContext commandContext,
ExecutionEntity execution) |
protected Object |
SetExecutionVariablesCmd.execute(CommandContext commandContext,
ExecutionEntity execution) |
protected Void |
RemoveExecutionVariablesCmd.execute(CommandContext commandContext,
ExecutionEntity execution) |
protected abstract T |
NeedsActiveExecutionCmd.execute(CommandContext commandContext,
ExecutionEntity execution)
Subclasses should implement this method.
|
protected Void |
MessageEventReceivedCmd.execute(CommandContext commandContext,
ExecutionEntity execution) |
protected ProcessInstance |
SubmitStartFormCmd.execute(CommandContext commandContext,
ProcessDefinitionEntity processDefinition) |
protected abstract T |
NeedsActiveProcessDefinitionCmd.execute(CommandContext commandContext,
ProcessDefinitionEntity processDefinition)
Subclasses should implement this.
|
protected Object |
SubmitTaskFormCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Object |
SetTaskVariablesCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
SetTaskPriorityCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
SetTaskDueDateCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
ResolveTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
RemoveTaskVariablesCmd.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 |
DeleteIdentityLinkCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Object |
DelegateTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
CompleteTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
ClaimTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
AddIdentityLinkCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected List<ProcessInstance> |
AbstractSetProcessDefinitionStateCmd.fetchProcessInstancesPage(CommandContext commandContext,
ProcessDefinition processDefinition,
int currentPageStartIndex) |
protected List<ProcessDefinitionEntity> |
AbstractSetProcessDefinitionStateCmd.findProcessDefinition(CommandContext commandContext) |
protected JobEntity |
DeleteJobCmd.getJobToDelete(CommandContext commandContext) |
protected List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.getLinksForProcessInstance(CommandContext commandContext) |
protected List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.getLinksForTask(CommandContext commandContext) |
protected void |
AcquireAsyncJobsDueCmd.lockJob(CommandContext commandContext,
JobEntity job,
int lockTimeInMillis) |
protected void |
AcquireTimerJobsCmd.lockJob(CommandContext commandContext,
JobEntity job,
String lockOwner,
int lockTimeInMillis) |
protected void |
AcquireJobsCmd.lockJob(CommandContext commandContext,
JobEntity job,
String lockOwner,
int lockTimeInMillis) |
protected void |
DeployCmd.scheduleProcessDefinitionActivation(CommandContext commandContext,
DeploymentEntity deployment) |
protected void |
SetProcessDefinitionVersionCmd.validateAndSwitchVersionOfExecution(CommandContext commandContext,
ExecutionEntity execution,
ProcessDefinitionEntity newProcessDefinition) |
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 |
---|---|
protected void |
AbstractEventHandler.dispatchActivitiesCanceledIfNeeded(EventSubscriptionEntity eventSubscription,
ExecutionEntity execution,
ActivityImpl boundaryEventActivity,
CommandContext commandContext) |
protected void |
AbstractEventHandler.dispatchActivityCancelled(EventSubscriptionEntity eventSubscription,
ExecutionEntity execution,
ActivityImpl activity,
CommandContext commandContext) |
protected void |
AbstractEventHandler.dispatchExecutionCancelled(EventSubscriptionEntity eventSubscription,
ExecutionEntity execution,
CommandContext commandContext) |
void |
SignalEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
MessageEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
EventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
CompensationEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
AbstractEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEventFlusher.closed(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 |
CommandContextCloseListener.closed(CommandContext commandContext) |
void |
CommandContextCloseListener.closing(CommandContext commandContext) |
T |
Command.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
TimerExecuteNestedActivityJobHandler.dispatchActivityTimeOut(JobEntity timerEntity,
ActivityImpl activity,
ExecutionEntity execution,
CommandContext commandContext) |
protected void |
TimerExecuteNestedActivityJobHandler.dispatchActivityTimeoutIfNeeded(JobEntity timerEntity,
ExecutionEntity execution,
CommandContext commandContext) |
protected void |
TimerExecuteNestedActivityJobHandler.dispatchExecutionTimeOut(JobEntity timerEntity,
ExecutionEntity execution,
CommandContext commandContext) |
void |
JobAddedNotification.execute(CommandContext commandContext) |
List<TimerEntity> |
GetUnlockedTimersByDuedateCmd.execute(CommandContext commandContext) |
void |
FailedJobListener.execute(CommandContext commandContext) |
void |
AsyncJobAddedNotification.execute(CommandContext commandContext) |
void |
TimerSuspendProcessDefinitionHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerStartEventJobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerExecuteNestedActivityJobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerCatchIntermediateEventJobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerActivateProcessDefinitionHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
ProcessEventJobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
JobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
AsyncContinuationJobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
void |
TimerEntity.execute(CommandContext commandContext) |
void |
MessageEntity.execute(CommandContext commandContext) |
void |
JobEntity.execute(CommandContext commandContext) |
Copyright © 2016 Alfresco. All rights reserved.