类 org.activiti.engine.impl.interceptor.CommandContext
的使用

使用 CommandContext 的软件包
org.activiti.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.activiti.engine.impl.cfg   
org.activiti.engine.impl.cfg.jta   
org.activiti.engine.impl.cfg.standalone   
org.activiti.engine.impl.cmd   
org.activiti.engine.impl.context   
org.activiti.engine.impl.event   
org.activiti.engine.impl.interceptor   
org.activiti.engine.impl.jobexecutor   
org.activiti.engine.impl.persistence.entity   
 

org.activiti.engine.implCommandContext 的使用
 

声明为 CommandContextorg.activiti.engine.impl 中的字段
protected  CommandContext AbstractQuery.commandContext
           
protected  CommandContext AbstractNativeQuery.commandContext
           
 

参数类型为 CommandContextorg.activiti.engine.impl 中的方法
 TablePage TablePageQueryImpl.execute(CommandContext commandContext)
           
 Object SchemaOperationsProcessEngineBuild.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)
           
 

参数类型为 CommandContextorg.activiti.engine.impl 中的构造方法
AbstractNativeQuery(CommandContext commandContext)
           
AbstractQuery(CommandContext commandContext)
           
AbstractVariableQueryImpl(CommandContext commandContext)
           
DeploymentQueryImpl(CommandContext commandContext)
           
EventSubscriptionQueryImpl(CommandContext commandContext)
           
ExecutionQueryImpl(CommandContext commandContext)
           
GroupQueryImpl(CommandContext commandContext)
           
HistoricActivityInstanceQueryImpl(CommandContext commandContext)
           
HistoricDetailQueryImpl(CommandContext commandContext)
           
HistoricProcessInstanceQueryImpl(CommandContext commandContext)
           
HistoricVariableInstanceQueryImpl(CommandContext commandContext)
           
JobQueryImpl(CommandContext commandContext)
           
ModelQueryImpl(CommandContext commandContext)
           
NativeDeploymentQueryImpl(CommandContext commandContext)
           
NativeExecutionQueryImpl(CommandContext commandContext)
           
NativeGroupQueryImpl(CommandContext commandContext)
           
NativeHistoricActivityInstanceQueryImpl(CommandContext commandContext)
           
NativeHistoricDetailQueryImpl(CommandContext commandContext)
           
NativeHistoricProcessInstanceQueryImpl(CommandContext commandContext)
           
NativeHistoricTaskInstanceQueryImpl(CommandContext commandContext)
           
NativeHistoricVariableInstanceQueryImpl(CommandContext commandContext)
           
NativeModelQueryImpl(CommandContext commandContext)
           
NativeProcessDefinitionQueryImpl(CommandContext commandContext)
           
NativeProcessInstanceQueryImpl(CommandContext commandContext)
           
NativeTaskQueryImpl(CommandContext commandContext)
           
NativeUserQueryImpl(CommandContext commandContext)
           
ProcessDefinitionQueryImpl(CommandContext commandContext)
           
ProcessInstanceQueryImpl(CommandContext commandContext)
           
TaskQueryImpl(CommandContext commandContext)
           
UserQueryImpl(CommandContext commandContext)
           
 

org.activiti.engine.impl.cfgCommandContext 的使用
 

参数类型为 CommandContextorg.activiti.engine.impl.cfg 中的方法
 void TransactionListener.execute(CommandContext commandContext)
           
 TransactionContext TransactionContextFactory.openTransactionContext(CommandContext commandContext)
           
 

org.activiti.engine.impl.cfg.jtaCommandContext 的使用
 

参数类型为 CommandContextorg.activiti.engine.impl.cfg.jta 中的方法
 TransactionContext JtaTransactionContextFactory.openTransactionContext(CommandContext commandContext)
           
 

参数类型为 CommandContextorg.activiti.engine.impl.cfg.jta 中的构造方法
JtaTransactionContext.TransactionStateSynchronization(TransactionState transactionState, TransactionListener transactionListener, CommandContext commandContext)
           
 

org.activiti.engine.impl.cfg.standaloneCommandContext 的使用
 

声明为 CommandContextorg.activiti.engine.impl.cfg.standalone 中的字段
protected  CommandContext StandaloneMybatisTransactionContext.commandContext
           
 

参数类型为 CommandContextorg.activiti.engine.impl.cfg.standalone 中的方法
 TransactionContext StandaloneMybatisTransactionContextFactory.openTransactionContext(CommandContext commandContext)
           
 

参数类型为 CommandContextorg.activiti.engine.impl.cfg.standalone 中的构造方法
StandaloneMybatisTransactionContext(CommandContext commandContext)
           
 

org.activiti.engine.impl.cmdCommandContext 的使用
 

参数类型为 CommandContextorg.activiti.engine.impl.cmd 中的方法
protected  void AbstractSetProcessDefinitionStateCmd.changeProcessDefinitionState(CommandContext commandContext, List<ProcessDefinitionEntity> processDefinitions)
           
protected  void AbstractSetProcessDefinitionStateCmd.createTimerForDelayedExecution(CommandContext commandContext, List<ProcessDefinitionEntity> processDefinitions)
           
 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 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 SaveModelCmd.execute(CommandContext commandContext)
           
 Void SaveGroupCmd.execute(CommandContext commandContext)
           
 Object SaveAttachmentCmd.execute(CommandContext commandContext)
           
 T NeedsActiveTaskCmd.execute(CommandContext commandContext)
           
 T NeedsActiveProcessDefinitionCmd.execute(CommandContext commandContext)
           
 T NeedsActiveExecutionCmd.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<Comment> GetProcessInstanceCommentsCmd.execute(CommandContext commandContext)
           
 List<Attachment> GetProcessInstanceAttachmentsCmd.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 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)
           
 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)
           
 Void DeleteJobsCmd.execute(CommandContext commandContext)
           
 Object DeleteJobCmd.execute(CommandContext commandContext)
           
 Void DeleteIdentityLinkForProcessDefinitionCmd.execute(CommandContext commandContext)
           
 Object DeleteHistoricTaskInstanceCmd.execute(CommandContext commandContext)
           
 Object DeleteHistoricProcessInstanceCmd.execute(CommandContext commandContext)
           
 Void DeleteGroupCmd.execute(CommandContext commandContext)
           
 Void DeleteDeploymentCmd.execute(CommandContext commandContext)
           
 Void DeleteCommentCmd.execute(CommandContext commandContext)
           
 Object DeleteAttachmentCmd.execute(CommandContext commandContext)
           
 Object DecrementJobRetriesCmd.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 AddIdentityLinkForProcessInstanceCmd.execute(CommandContext commandContext)
           
 Void AddIdentityLinkForProcessDefinitionCmd.execute(CommandContext commandContext)
           
 Object AddEditorSourceForModelCmd.execute(CommandContext commandContext)
           
 Object AddEditorSourceExtraForModelCmd.execute(CommandContext commandContext)
           
 Comment AddCommentCmd.execute(CommandContext commandContext)
           
 AcquiredJobs AcquireJobsCmd.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  void DeployCmd.scheduleProcessDefinitionActivation(CommandContext commandContext, DeploymentEntity deployment)
           
protected  void SetProcessDefinitionVersionCmd.validateAndSwitchVersionOfExecution(CommandContext commandContext, ExecutionEntity execution, ProcessDefinitionEntity newProcessDefinition)
           
 

org.activiti.engine.impl.contextCommandContext 的使用
 

类型参数类型为 CommandContextorg.activiti.engine.impl.context 中的字段
protected static ThreadLocal<Stack<CommandContext>> Context.commandContextThreadLocal
           
 

返回 CommandContextorg.activiti.engine.impl.context 中的方法
static CommandContext Context.getCommandContext()
           
 

参数类型为 CommandContextorg.activiti.engine.impl.context 中的方法
static void Context.setCommandContext(CommandContext commandContext)
           
 

org.activiti.engine.impl.eventCommandContext 的使用
 

参数类型为 CommandContextorg.activiti.engine.impl.event 中的方法
 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)
           
 

org.activiti.engine.impl.interceptorCommandContext 的使用
 

返回 CommandContextorg.activiti.engine.impl.interceptor 中的方法
 CommandContext CommandContextFactory.createCommandContext(Command<?> cmd)
           
 

参数类型为 CommandContextorg.activiti.engine.impl.interceptor 中的方法
 T Command.execute(CommandContext commandContext)
           
 

org.activiti.engine.impl.jobexecutorCommandContext 的使用
 

参数类型为 CommandContextorg.activiti.engine.impl.jobexecutor 中的方法
 void MessageAddedNotification.execute(CommandContext commandContext)
           
 List<TimerEntity> GetUnlockedTimersByDuedateCmd.execute(CommandContext commandContext)
           
 void FailedJobListener.execute(CommandContext commandContext)
           
 void ExclusiveJobAddedNotification.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)
           
 

org.activiti.engine.impl.persistence.entityCommandContext 的使用
 

参数类型为 CommandContextorg.activiti.engine.impl.persistence.entity 中的方法
 void TimerEntity.execute(CommandContext commandContext)
           
 void MessageEntity.execute(CommandContext commandContext)
           
 void JobEntity.execute(CommandContext commandContext)
           
 



Copyright © 2013 Alfresco. All rights reserved.