Modifier and Type | Method and Description |
---|---|
void |
CreationalContextReleaseListener.onCommandContextClose(CommandContext commandContext) |
void |
CreationalContextReleaseListener.onCommandFailed(CommandContext commandContext,
Throwable t) |
Modifier and Type | Field and Description |
---|---|
protected CommandContext |
MessageCorrelationBuilderImpl.commandContext |
protected CommandContext |
AbstractQuery.commandContext |
protected CommandContext |
AbstractNativeQuery.commandContext |
Modifier and Type | Method and Description |
---|---|
CommandContext |
MessageCorrelationBuilderImpl.getCommandContext() |
Modifier and Type | Method and Description |
---|---|
TablePage |
TablePageQueryImpl.execute(CommandContext commandContext) |
Object |
SchemaOperationsProcessEngineBuild.execute(CommandContext commandContext) |
Object |
AbstractQuery.execute(CommandContext commandContext) |
Object |
AbstractNativeQuery.execute(CommandContext commandContext) |
long |
VariableInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
UserOperationLogQueryImpl.executeCount(CommandContext commandContext) |
long |
TaskQueryImpl.executeCount(CommandContext commandContext) |
long |
ProcessInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
ProcessDefinitionStatisticsQueryImpl.executeCount(CommandContext commandContext) |
long |
ProcessDefinitionQueryImpl.executeCount(CommandContext commandContext) |
long |
JobQueryImpl.executeCount(CommandContext commandContext) |
long |
JobDefinitionQueryImpl.executeCount(CommandContext commandContext) |
long |
IncidentQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricVariableInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricTaskInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricProcessInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricIncidentQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricDetailQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricActivityStatisticsQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricActivityInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
ExecutionQueryImpl.executeCount(CommandContext commandContext) |
long |
EventSubscriptionQueryImpl.executeCount(CommandContext commandContext) |
long |
DeploymentStatisticsQueryImpl.executeCount(CommandContext commandContext) |
long |
DeploymentQueryImpl.executeCount(CommandContext commandContext) |
long |
AuthorizationQueryImpl.executeCount(CommandContext commandContext) |
long |
ActivityStatisticsQueryImpl.executeCount(CommandContext commandContext) |
abstract long |
AbstractVariableQueryImpl.executeCount(CommandContext commandContext) |
abstract long |
AbstractQuery.executeCount(CommandContext commandContext) |
long |
NativeTaskQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeProcessInstanceQueryImpl.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 |
NativeHistoricActivityInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeExecutionQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
abstract long |
AbstractNativeQuery.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
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<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<HistoricActivityInstance> |
NativeHistoricActivityInstanceQueryImpl.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) |
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<VariableInstance> |
VariableInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<UserOperationLogEntry> |
UserOperationLogQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Task> |
TaskQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<ProcessInstance> |
ProcessInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<ProcessDefinitionStatistics> |
ProcessDefinitionStatisticsQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<ProcessDefinition> |
ProcessDefinitionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Job> |
JobQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<JobDefinition> |
JobDefinitionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Incident> |
IncidentQueryImpl.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<HistoricIncident> |
HistoricIncidentQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricDetail> |
HistoricDetailQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricActivityStatistics> |
HistoricActivityStatisticsQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<HistoricActivityInstance> |
HistoricActivityInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Execution> |
ExecutionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<EventSubscription> |
EventSubscriptionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<DeploymentStatistics> |
DeploymentStatisticsQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Deployment> |
DeploymentQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Authorization> |
AuthorizationQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<ActivityStatistics> |
ActivityStatisticsQueryImpl.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) |
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 |
---|
JtaTransactionContext.TransactionStateSynchronization(TransactionState transactionState,
TransactionListener transactionListener,
CommandContext commandContext) |
Modifier and Type | Field and Description |
---|---|
protected CommandContext |
StandaloneMybatisTransactionContext.commandContext |
Modifier and Type | Method and Description |
---|---|
TransactionContext |
StandaloneMybatisTransactionContextFactory.openTransactionContext(CommandContext commandContext) |
Constructor and Description |
---|
StandaloneMybatisTransactionContext(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
Void |
UnregisterProcessApplicationCmd.execute(CommandContext commandContext) |
Void |
UnregisterDeploymentCmd.execute(CommandContext commandContext) |
Object |
SubmitTaskFormCmd.execute(CommandContext commandContext) |
ProcessInstance |
SubmitStartFormCmd.execute(CommandContext commandContext) |
ProcessInstance |
StartProcessInstanceCmd.execute(CommandContext commandContext) |
ProcessInstance |
StartProcessInstanceByMessageCmd.execute(CommandContext commandContext) |
Void |
SignalEventReceivedCmd.execute(CommandContext commandContext) |
Object |
SignalCmd.execute(CommandContext commandContext) |
Void |
SetUserPictureCmd.execute(CommandContext commandContext) |
Object |
SetUserInfoCmd.execute(CommandContext commandContext) |
Object |
SetTaskVariablesCmd.execute(CommandContext commandContext) |
Void |
SetTaskPriorityCmd.execute(CommandContext commandContext) |
Void |
SetTaskOwnerCmd.execute(CommandContext commandContext) |
Object |
SetPropertyCmd.execute(CommandContext commandContext) |
Void |
SetProcessDefinitionVersionCmd.execute(CommandContext commandContext) |
Void |
SetJobRetriesCmd.execute(CommandContext commandContext) |
Void |
SetJobDuedateCmd.execute(CommandContext commandContext) |
Object |
SetExecutionVariablesCmd.execute(CommandContext commandContext) |
Void |
SaveTaskCmd.execute(CommandContext commandContext) |
Authorization |
SaveAuthorizationCmd.execute(CommandContext commandContext) |
Object |
SaveAttachmentCmd.execute(CommandContext commandContext) |
Void |
RemoveTaskVariablesCmd.execute(CommandContext commandContext) |
Void |
RemoveExecutionVariablesCmd.execute(CommandContext commandContext) |
ProcessApplicationRegistration |
RegisterProcessApplicationCmd.execute(CommandContext commandContext) |
Void |
RegisterDeploymentCmd.execute(CommandContext commandContext) |
Void |
PatchExecutionVariablesCmd.execute(CommandContext commandContext) |
Void |
MessageEventReceivedCmd.execute(CommandContext commandContext) |
Boolean |
IsIdentityServiceReadOnlyCmd.execute(CommandContext commandContext) |
Picture |
GetUserPictureCmd.execute(CommandContext commandContext) |
List<String> |
GetUserInfoKeysCmd.execute(CommandContext commandContext) |
String |
GetUserInfoCmd.execute(CommandContext commandContext) |
Account |
GetUserAccountCmd.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) |
List<Comment> |
GetTaskCommentsCmd.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<Comment> |
GetProcessInstanceCommentsCmd.execute(CommandContext commandContext) |
List<Attachment> |
GetProcessInstanceAttachmentsCmd.execute(CommandContext commandContext) |
String |
GetProcessApplicationForDeploymentCmd.execute(CommandContext commandContext) |
IdBlock |
GetNextIdBlockCmd.execute(CommandContext commandContext) |
String |
GetJobExceptionStacktraceCmd.execute(CommandContext commandContext) |
List<IdentityLink> |
GetIdentityLinksForTaskCmd.execute(CommandContext commandContext) |
List<IdentityLink> |
GetIdentityLinksForProcessDefinitionCmd.execute(CommandContext commandContext) |
String |
GetFormKeyCmd.execute(CommandContext commandContext) |
Map<String,Object> |
GetExecutionVariablesCmd.execute(CommandContext commandContext) |
Object |
GetExecutionVariableCmd.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) |
BpmnModelInstance |
GetDeploymentBpmnModelInstanceCmd.execute(CommandContext commandContext) |
InputStream |
GetAttachmentContentCmd.execute(CommandContext commandContext) |
Attachment |
GetAttachmentCmd.execute(CommandContext commandContext) |
ActivityInstance |
GetActivityInstanceCmd.execute(CommandContext commandContext) |
Object |
FoxJobRetryCmd.execute(CommandContext commandContext) |
Void |
FoxDeleteProcessInstanceCmd.execute(CommandContext commandContext) |
List<String> |
FindActiveActivityIdsCmd.execute(CommandContext commandContext) |
Object |
ExecuteJobsCmd.execute(CommandContext commandContext) |
Deployment |
DeployCmd.execute(CommandContext commandContext) |
Void |
DeleteUserPictureCmd.execute(CommandContext commandContext) |
String |
DeleteUserInfoCmd.execute(CommandContext commandContext) |
Void |
DeleteUserIdentityLinkCmd.execute(CommandContext commandContext) |
Void |
DeleteTaskCmd.execute(CommandContext commandContext) |
Void |
DeleteProcessInstanceCmd.execute(CommandContext commandContext) |
Void |
DeleteJobsCmd.execute(CommandContext commandContext) |
Object |
DeleteJobCmd.execute(CommandContext commandContext) |
Void |
DeleteIdentityLinkForProcessDefinitionCmd.execute(CommandContext commandContext) |
Void |
DeleteIdentityLinkCmd.execute(CommandContext commandContext) |
Object |
DeleteHistoricTaskInstanceCmd.execute(CommandContext commandContext) |
Object |
DeleteHistoricProcessInstanceCmd.execute(CommandContext commandContext) |
Void |
DeleteGroupIdentityLinkCmd.execute(CommandContext commandContext) |
Void |
DeleteDeploymentCmd.execute(CommandContext commandContext) |
Void |
DeleteAuthorizationCmd.execute(CommandContext commandContext) |
Object |
DeleteAttachmentCmd.execute(CommandContext commandContext) |
Object |
DelegateTaskCmd.execute(CommandContext commandContext) |
Object |
DecrementJobRetriesCmd.execute(CommandContext commandContext) |
UserQuery |
CreateUserQueryCmd.execute(CommandContext commandContext) |
GroupQuery |
CreateGroupQueryCmd.execute(CommandContext commandContext) |
Authorization |
CreateAuthorizationCommand.execute(CommandContext commandContext) |
Attachment |
CreateAttachmentCmd.execute(CommandContext commandContext) |
Void |
CorrelateMessageCmd.execute(CommandContext commandContext) |
Void |
CompleteTaskCmd.execute(CommandContext commandContext) |
Void |
ClaimTaskCmd.execute(CommandContext commandContext) |
Boolean |
CheckPassword.execute(CommandContext commandContext) |
Boolean |
AuthorizationCheckCmd.execute(CommandContext commandContext) |
Void |
AssignTaskCmd.execute(CommandContext commandContext) |
Void |
AddUserIdentityLinkCmd.execute(CommandContext commandContext) |
Void |
AddIdentityLinkForProcessDefinitionCmd.execute(CommandContext commandContext) |
Void |
AddIdentityLinkCmd.execute(CommandContext commandContext) |
Void |
AddGroupIdentityLinkCmd.execute(CommandContext commandContext) |
Object |
AddCommentCmd.execute(CommandContext commandContext) |
AcquiredJobs |
AcquireJobsCmd.execute(CommandContext commandContext) |
T |
AbstractWritableIdentityServiceCmd.execute(CommandContext commandContext) |
Void |
AbstractSetProcessInstanceStateCmd.execute(CommandContext commandContext) |
Void |
AbstractSetProcessDefinitionStateCmd.execute(CommandContext commandContext) |
Void |
AbstractSetJobStateCmd.execute(CommandContext commandContext) |
Void |
AbstractSetJobDefinitionStateCmd.execute(CommandContext commandContext) |
protected Object |
SignalCmd.execute(CommandContext commandContext,
ExecutionEntity execution) |
protected Void |
SaveUserCmd.executeCmd(CommandContext commandContext) |
protected Void |
SaveGroupCmd.executeCmd(CommandContext commandContext) |
protected Void |
DeleteUserCmd.executeCmd(CommandContext commandContext) |
protected Void |
DeleteMembershipCmd.executeCmd(CommandContext commandContext) |
protected Void |
DeleteGroupCmd.executeCmd(CommandContext commandContext) |
protected User |
CreateUserCmd.executeCmd(CommandContext commandContext) |
protected Void |
CreateMembershipCmd.executeCmd(CommandContext commandContext) |
protected Group |
CreateGroupCmd.executeCmd(CommandContext commandContext) |
protected abstract T |
AbstractWritableIdentityServiceCmd.executeCmd(CommandContext commandContext) |
protected void |
FoxJobRetryCmd.executeCustomStrategy(CommandContext commandContext,
JobEntity job,
ActivityImpl activity) |
protected void |
FoxJobRetryCmd.executeStandardStrategy(CommandContext commandContext) |
protected ActivityImpl |
FoxJobRetryCmd.getCurrentActivity(CommandContext commandContext,
JobEntity job) |
protected void |
CorrelateMessageCmd.instantiateProcess(CommandContext commandContext,
MessageCorrelationResult correlationResult) |
protected List<ExecutionEntity> |
GetActivityInstanceCmd.loadFromDb(String processInstanceId,
CommandContext commandContext) |
protected List<ExecutionEntity> |
GetActivityInstanceCmd.loadProcessInstance(String processInstanceId,
CommandContext commandContext) |
protected void |
JobRetryCmd.notifyAcquisition(CommandContext commandContext) |
protected ProcessApplicationRegistration |
DeployCmd.registerProcessApplication(CommandContext commandContext,
DeploymentEntity deployment) |
protected void |
DeployCmd.registerWithJobExecutor(CommandContext commandContext,
DeploymentEntity deployment) |
protected void |
DeployCmd.resumePreviousVersions(CommandContext commandContext,
DeploymentEntity deployment,
Set<String> deploymentsToRegister) |
protected void |
DeployCmd.scheduleProcessDefinitionActivation(CommandContext commandContext,
DeploymentEntity deployment) |
protected void |
AbstractSetProcessDefinitionStateCmd.scheduleSuspensionStateUpdate(CommandContext commandContext) |
protected void |
SetJobRetriesCmd.setJobRetriesByJobDefinitionId(CommandContext commandContext) |
protected void |
SetJobRetriesCmd.setJobRetriesByJobId(CommandContext commandContext) |
protected void |
CorrelateMessageCmd.triggerExecution(CommandContext commandContext,
MessageCorrelationResult correlationResult) |
protected void |
AbstractSetProcessDefinitionStateCmd.updateSuspensionState(CommandContext commandContext) |
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 |
---|---|
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 |
---|---|
GroupQuery |
ReadOnlyIdentityProvider.createGroupQuery(CommandContext commandContext) |
UserQuery |
ReadOnlyIdentityProvider.createUserQuery(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
GroupQuery |
DbReadOnlyIdentityServiceProvider.createGroupQuery(CommandContext commandContext) |
UserQueryImpl |
DbReadOnlyIdentityServiceProvider.createUserQuery(CommandContext commandContext) |
long |
DbUserQueryImpl.executeCount(CommandContext commandContext) |
long |
DbGroupQueryImpl.executeCount(CommandContext commandContext) |
List<User> |
DbUserQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Group> |
DbGroupQueryImpl.executeList(CommandContext commandContext,
Page page) |
protected DbReadOnlyIdentityServiceProvider |
DbGroupQueryImpl.getIdentityProvider(CommandContext commandContext) |
Constructor and Description |
---|
DbGroupQueryImpl(CommandContext commandContext) |
DbUserQueryImpl(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
CommandContext |
TxContextCommandContextFactory.createCommandContext() |
CommandContext |
CommandContextFactory.createCommandContext() |
Modifier and Type | Method and Description |
---|---|
T |
Command.execute(CommandContext commandContext) |
void |
CommandContextListener.onCommandContextClose(CommandContext commandContext) |
void |
CommandContextListener.onCommandFailed(CommandContext commandContext,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
void |
RepeatingFailedJobListener.execute(CommandContext commandContext) |
Void |
RepeatingFailedJobListener.CreateNewTimerJobCommand.execute(CommandContext commandContext) |
void |
MessageAddedNotification.execute(CommandContext commandContext) |
List<TimerEntity> |
GetUnlockedTimersByDuedateCmd.execute(CommandContext commandContext) |
void |
FailedJobListener.execute(CommandContext commandContext) |
void |
ExclusiveJobAddedNotification.execute(CommandContext commandContext) |
void |
TimerSuspendProcessDefinitionHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerSuspendJobDefinitionHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerStartEventSubprocessJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerStartEventJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerExecuteNestedActivityJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerCatchIntermediateEventJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerActivateProcessDefinitionHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerActivateJobDefinitionHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
ProcessEventJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
JobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
AsyncContinuationJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
FailedJobListener.onCommandContextClose(CommandContext commandContext) |
void |
FailedJobListener.onCommandFailed(CommandContext commandContext,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
void |
MailScanCmd.createTask(CommandContext commandContext,
DbSqlSession dbSqlSession,
MailTransformer mailTransformer) |
Object |
MailScanCmd.execute(CommandContext commandContext) |
MailScanCmd |
CreateMailScanCmd.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentFailListener.execute(CommandContext commandContext) |
void |
DeleteDeploymentFailListener.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
void |
TimerEntity.execute(CommandContext commandContext) |
void |
MessageEntity.execute(CommandContext commandContext) |
void |
JobEntity.execute(CommandContext commandContext) |
void |
TaskEntity.onCommandContextClose(CommandContext commandContext) |
void |
TaskEntity.onCommandFailed(CommandContext commandContext,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
MessageCorrelationResult |
DefaultCorrelationHandler.correlateMessage(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet) |
MessageCorrelationResult |
CorrelationHandler.correlateMessage(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
Correlate the given message and return the
MessageCorrelationResult that matches it. |
protected MessageCorrelationResult |
DefaultCorrelationHandler.tryCorrelateMessageToExecution(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet) |
protected MessageCorrelationResult |
DefaultCorrelationHandler.tryCorrelateMessageToProcessDefinition(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet) |
Modifier and Type | Field and Description |
---|---|
protected CommandContext |
SpringTransactionContext.commandContext |
Modifier and Type | Method and Description |
---|---|
TransactionContext |
SpringTransactionContextFactory.openTransactionContext(CommandContext commandContext) |
Constructor and Description |
---|
SpringTransactionContext(org.springframework.transaction.PlatformTransactionManager transactionManager,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
GroupQuery |
LdapIdentityProviderSession.createGroupQuery(CommandContext commandContext) |
UserQueryImpl |
LdapIdentityProviderSession.createUserQuery(CommandContext commandContext) |
long |
LdapUserQueryImpl.executeCount(CommandContext commandContext) |
long |
LdapGroupQuery.executeCount(CommandContext commandContext) |
List<User> |
LdapUserQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<Group> |
LdapGroupQuery.executeList(CommandContext commandContext,
Page page) |
protected LdapIdentityProviderSession |
LdapUserQueryImpl.getLdapIdentityProvider(CommandContext commandContext) |
protected LdapIdentityProviderSession |
LdapGroupQuery.getLdapIdentityProvider(CommandContext commandContext) |
Constructor and Description |
---|
LdapGroupQuery(CommandContext commandContext) |
LdapUserQueryImpl(CommandContext commandContext) |
Copyright © 2015. All rights reserved.