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 | Field and Description |
---|---|
protected CommandContext |
Agenda.commandContext |
protected CommandContext |
AbstractOperation.commandContext |
Modifier and Type | Method and Description |
---|---|
CommandContext |
Agenda.getCommandContext() |
CommandContext |
AbstractOperation.getCommandContext() |
Modifier and Type | Method and Description |
---|---|
void |
Agenda.setCommandContext(CommandContext commandContext) |
void |
AbstractOperation.setCommandContext(CommandContext commandContext) |
Constructor and Description |
---|
AbstractOperation(CommandContext commandContext,
ExecutionEntity execution) |
Agenda(CommandContext commandContext) |
ContinueMultiInstanceOperation(CommandContext commandContext,
ExecutionEntity execution) |
ContinueProcessOperation(CommandContext commandContext,
ExecutionEntity execution) |
ContinueProcessOperation(CommandContext commandContext,
ExecutionEntity execution,
boolean forceSynchronousOperation,
boolean inCompensation) |
DestroyScopeOperation(CommandContext commandContext,
ExecutionEntity execution) |
EndExecutionOperation(CommandContext commandContext,
ExecutionEntity execution) |
ExecuteInactiveBehaviorsOperation(CommandContext commandContext) |
TakeOutgoingSequenceFlowsOperation(CommandContext commandContext,
ExecutionEntity activityExecution,
boolean evaluateConditions) |
TriggerExecutionOperation(CommandContext commandContext,
ExecutionEntity execution) |
Modifier and Type | Method and Description |
---|---|
protected void |
ParallelMultiInstanceBehavior.deleteChildExecutions(ExecutionEntity parentExecution,
boolean deleteExecution,
CommandContext commandContext) |
protected void |
CancelEndEventActivityBehavior.deleteChildExecutions(ExecutionEntity parentExecution,
ExecutionEntity notToDeleteExecution,
CommandContext commandContext) |
protected void |
BoundaryEventActivityBehavior.deleteChildExecutions(ExecutionEntity parentExecution,
ExecutionEntity notToDeleteExecution,
CommandContext commandContext) |
protected void |
TerminateEndEventActivityBehavior.deleteExecutionEntities(CommandContext commandContext,
ExecutionEntityManager executionEntityManager,
ExecutionTreeBfsIterator treeIterator) |
protected void |
BoundaryEventActivityBehavior.executeInterruptingBehavior(ExecutionEntity executionEntity,
CommandContext commandContext) |
protected void |
BoundaryEventActivityBehavior.executeNonInterruptingBehavior(ExecutionEntity executionEntity,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
BpmnDeploymentHelper.addAuthorizationsFromIterator(CommandContext commandContext,
Set<Expression> expressions,
ProcessDefinitionEntity processDefinition,
org.activiti.engine.impl.bpmn.deployer.BpmnDeploymentHelper.ExprType expressionType) |
protected void |
CachingAndArtifactsManager.addDefinitionInfoToCache(ProcessDefinitionEntity processDefinition,
ProcessEngineConfigurationImpl processEngineConfiguration,
CommandContext commandContext) |
protected void |
EventSubscriptionManager.addSignalEventSubscriptions(CommandContext commandContext,
ProcessDefinitionEntity processDefinition,
org.activiti.bpmn.model.Process process,
org.activiti.bpmn.model.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 |
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 |
---|---|
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) |
void |
ExecuteJobsCmd.ManualJobExecutionCommandContextCloseListener.closed(CommandContext commandContext) |
void |
ExecuteJobsCmd.ManualJobExecutionCommandContextCloseListener.closing(CommandContext context) |
protected void |
AbstractSetProcessDefinitionStateCmd.createTimerForDelayedExecution(CommandContext commandContext,
List<ProcessDefinitionEntity> processDefinitions) |
protected void |
DeleteTaskCmd.deleteTask(CommandContext commandContext,
String taskId) |
protected Deployment |
DeployCmd.deployAsActiviti5ProcessDefinition(CommandContext commandContext) |
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 |
IsActiviti5ProcessDefinitionCmd.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<? extends 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<? extends 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) |
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) |
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 |
TriggerCmd.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 Void |
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 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 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) |
protected ExecutionEntity |
CreateAttachmentCmd.verifyExecutionParameters(CommandContext commandContext) |
protected TaskEntity |
CreateAttachmentCmd.verifyTaskParameters(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,
org.activiti.bpmn.model.FlowElement currentFlowElement,
CommandContext commandContext) |
protected void |
AbstractEventHandler.dispatchActivityCancelled(EventSubscriptionEntity eventSubscription,
ExecutionEntity boundaryEventExecution,
org.activiti.bpmn.model.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 |
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) |
protected void |
CommandInvoker.executeOperations(CommandContext commandContext) |
Session |
SessionFactory.openSession(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
TriggerTimerEventJobHandler.dispatchActivityTimeOut(JobEntity timerEntity,
org.activiti.bpmn.model.FlowNode flowNode,
ExecutionEntity execution,
CommandContext commandContext) |
protected void |
TriggerTimerEventJobHandler.dispatchExecutionTimeOut(JobEntity timerEntity,
ExecutionEntity execution,
List<String> processedElements,
CommandContext commandContext) |
void |
JobAddedNotification.execute(CommandContext commandContext) |
List<TimerEntity> |
GetUnlockedTimersByDuedateCmd.execute(CommandContext commandContext) |
void |
FailedJobListener.execute(CommandContext commandContext) |
void |
AsyncJobAddedNotification.execute(CommandContext commandContext) |
void |
TriggerTimerEventJobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
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 |
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 |
---|---|
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 StartFormHandler |
FormHandlerUtil.getStartFormHandler(CommandContext commandContext,
ProcessDefinitionEntity processDefinitionEntity) |
static boolean |
Activiti5Util.isActiviti5ProcessDefinition(CommandContext commandContext,
ProcessDefinitionEntity processDefinitionEntity) |
static boolean |
Activiti5Util.isActiviti5ProcessDefinitionId(CommandContext commandContext,
String processDefinitionId) |
static void |
ProcessInstanceUtil.startProcessInstance(ExecutionEntity processInstance,
CommandContext commandContext,
Map<String,Object> variables) |
Modifier and Type | Method and Description |
---|---|
Session |
EntityManagerSessionFactory.openSession(CommandContext commandContext) |
Copyright © 2015 Alfresco. All rights reserved.