参数类型为 CommandContext 的 org.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)
|
参数类型为 CommandContext 的 org.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)
|