|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.activiti.engine.impl.persistence.entity.VariableScopeImpl
org.activiti.engine.impl.persistence.entity.ExecutionEntity
public class ExecutionEntity
字段摘要 | |
---|---|
protected ActivityImpl |
activity
current activity |
protected String |
activityId
persisted reference to the current position in the diagram within the processDefinition . |
protected String |
activityName
The name of the current activity position |
protected String |
businessKey
persisted reference to the business key. |
protected int |
cachedEntityState
|
protected String |
deleteReason
|
protected boolean |
deleteRoot
|
protected static int |
EVENT_SUBSCRIPTIONS_STATE_BIT
|
protected String |
eventName
|
protected PvmProcessElement |
eventSource
|
protected List<EventSubscriptionEntity> |
eventSubscriptions
|
protected int |
executionListenerIndex
|
protected List<ExecutionEntity> |
executions
nested executions representing scopes or concurrent paths |
protected boolean |
forcedUpdate
|
protected List<IdentityLinkEntity> |
identityLinks
|
protected boolean |
isActive
indicates if this execution represents an active path of execution. |
protected boolean |
isConcurrent
|
protected boolean |
isEnded
|
protected boolean |
isEventScope
|
protected boolean |
isOperating
|
protected boolean |
isScope
|
protected List<JobEntity> |
jobs
|
protected static int |
JOBS_STATE_BIT
|
protected AtomicOperation |
nextOperation
next operation. |
protected ExecutionEntity |
parent
the parent execution |
protected String |
parentId
persisted reference to the parent of this execution. |
protected ProcessDefinitionImpl |
processDefinition
|
protected String |
processDefinitionId
persisted reference to the processDefinition. |
protected ExecutionEntity |
processInstance
the process instance. |
protected String |
processInstanceId
persisted reference to the process instance. |
protected List<VariableInstanceEntity> |
queryVariables
|
protected ExecutionEntity |
replacedBy
when execution structure is pruned during a takeAll, then the original execution has to be resolved to the replaced execution. |
protected int |
revision
|
protected StartingExecution |
startingExecution
|
protected ExecutionEntity |
subProcessInstance
reference to a subprocessinstance, not-null if currently subprocess is started from this execution |
protected ExecutionEntity |
superExecution
super execution, not-null if this execution is part of a subprocess |
protected String |
superExecutionId
persisted reference to the super execution of this execution |
protected int |
suspensionState
|
protected List<TaskEntity> |
tasks
|
protected static int |
TASKS_STATE_BIT
|
protected TransitionImpl |
transition
current transition. |
protected TransitionImpl |
transitionBeingTaken
transition that will be taken. |
从类 org.activiti.engine.impl.persistence.entity.VariableScopeImpl 继承的字段 |
---|
cachedElContext, id, variableInstances |
构造方法摘要 | |
---|---|
ExecutionEntity()
|
|
ExecutionEntity(ActivityImpl activityImpl)
|
方法摘要 | |
---|---|
void |
addEventSubscription(EventSubscriptionEntity eventSubscriptionEntity)
|
IdentityLinkEntity |
addIdentityLink(String userId,
String type)
|
void |
addJob(JobEntity jobEntity)
|
void |
addTask(TaskEntity taskEntity)
|
protected boolean |
allExecutionsInSameActivity(List<ExecutionEntity> executions)
|
protected void |
collectActiveActivityIds(List<String> activeActivityIds)
|
ExecutionEntity |
createExecution()
creates a new execution. properties processDefinition, processInstance and activity will be initialized. |
PvmProcessInstance |
createSubProcessInstance(PvmProcessDefinition processDefinition)
creates a new sub process instance. |
void |
deleteCascade(String deleteReason)
|
void |
destroy()
|
void |
destroyScope(String reason)
Called when an execution is interrupted. |
void |
disposeStartingExecution()
|
void |
end()
removes an execution. if there are nested executions, those will be ended recursively. |
protected void |
ensureActivityInitialized()
must be called before the activity member field or getActivity() is called |
protected void |
ensureEventSubscriptionsInitialized()
|
protected void |
ensureExecutionsInitialized()
|
protected void |
ensureJobsInitialized()
|
protected void |
ensureParentInitialized()
|
protected void |
ensureProcessDefinitionInitialized()
for setting the process definition, this setter must be used as subclasses can override |
protected void |
ensureProcessInstanceInitialized()
|
protected void |
ensureSubProcessInstanceInitialized()
|
protected void |
ensureSuperExecutionInitialized()
|
protected void |
ensureTasksInitialized()
|
void |
executeActivity(PvmActivity activity)
Executes the ActivityBehavior associated with the given activity. |
List<String> |
findActiveActivityIds()
|
ExecutionEntity |
findExecution(String activityId)
searches for an execution positioned in the given activity |
List<ActivityExecution> |
findInactiveConcurrentExecutions(PvmActivity activity)
Retrieves all executions which are concurrent and inactive at the given activity. |
void |
forceUpdate()
|
ActivityImpl |
getActivity()
ensures initialization and returns the activity |
String |
getActivityId()
Returns the id of the activity where the execution currently is at. |
protected List<ExecutionEntity> |
getAllChildExecutions()
|
String |
getBusinessKey()
The business key for this execution. |
int |
getCachedEntityState()
|
List<CompensateEventSubscriptionEntity> |
getCompensateEventSubscriptions()
|
List<CompensateEventSubscriptionEntity> |
getCompensateEventSubscriptions(String activityId)
|
String |
getCurrentActivityId()
Gets the id of the current activity. |
String |
getCurrentActivityName()
Gets the name of the current activity. |
String |
getDeleteReason()
|
EngineServices |
getEngineServices()
All Activiti services can be accessed through this interface. |
String |
getEventName()
The event name in case this execution is passed in for an ExecutionListener |
PvmProcessElement |
getEventSource()
|
List<EventSubscriptionEntity> |
getEventSubscriptions()
|
List<EventSubscriptionEntity> |
getEventSubscriptionsInternal()
|
Integer |
getExecutionListenerIndex()
|
List<ExecutionEntity> |
getExecutions()
ensures initialization and returns the non-null executions list |
String |
getId()
Unique id of this path of execution that can be used as a handle to provide external signals back into the engine after wait states. |
List<IdentityLinkEntity> |
getIdentityLinks()
|
List<JobEntity> |
getJobs()
|
protected List<JobEntity> |
getJobsInternal()
|
ExecutionEntity |
getParent()
ensures initialization and returns the parent |
String |
getParentId()
Gets the id of the parent of this execution. |
protected VariableScopeImpl |
getParentVariableScope()
|
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database. |
String |
getProcessBusinessKey()
The business key for the process instance this execution is associated with. |
ProcessDefinitionImpl |
getProcessDefinition()
ensures initialization and returns the process definition. |
String |
getProcessDefinitionId()
The process definition key for the process instance this execution is associated with. |
ExecutionEntity |
getProcessInstance()
ensures initialization and returns the process instance. |
String |
getProcessInstanceId()
Reference to the overall process instance |
Map<String,Object> |
getProcessVariables()
Returns the process variables if requested in the process instance query |
List<VariableInstanceEntity> |
getQueryVariables()
|
ExecutionEntity |
getReplacedBy()
|
int |
getRevision()
|
int |
getRevisionNext()
|
protected ScopeImpl |
getScopeObject()
|
protected ExecutionEntity |
getSourceActivityExecution()
used to calculate the sourceActivityExecution for method #updateActivityInstanceIdInHistoricVariableUpdate(HistoricDetailVariableInstanceUpdateEntity, ExecutionEntity) |
StartingExecution |
getStartingExecution()
|
ExecutionEntity |
getSubProcessInstance()
|
ExecutionEntity |
getSuperExecution()
|
String |
getSuperExecutionId()
|
int |
getSuspensionState()
|
List<TaskEntity> |
getTasks()
|
protected List<TaskEntity> |
getTasksInternal()
|
protected String |
getToStringIdentity()
|
TransitionImpl |
getTransition()
|
TransitionImpl |
getTransitionBeingTaken()
|
void |
inactivate()
Inactivates this execution. |
void |
initialize()
|
protected void |
initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance)
|
void |
insert()
|
IdentityLinkEntity |
involveUser(String userId,
String type)
Adds an IdentityLink for this user with the specified type, but only if the user is not associated with this instance yet. |
boolean |
isActive()
returns whether this execution is currently active. |
boolean |
isActive(String activityId)
|
protected boolean |
isActivityIdUsedForDetails()
Execution variable updates have activity instance ids, but historic task variable updates don't. |
boolean |
isConcurrent()
returns whether this execution is concurrent or not. |
boolean |
isDeleteRoot()
|
boolean |
isEnded()
returns whether this execution has ended or not. |
boolean |
isEventScope()
|
boolean |
isProcessInstanceType()
returns whether this execution is a process instance or not. |
boolean |
isScope()
Returns whether this execution is a scope. |
boolean |
isSuspended()
Indicates if the execution is suspended. |
protected List<VariableInstanceEntity> |
loadVariableInstances()
|
protected ExecutionEntity |
newExecution()
|
void |
performOperation(AtomicOperation executionOperation)
|
protected void |
performOperationSync(AtomicOperation executionOperation)
|
void |
remove()
|
void |
removeEventSubscription(EventSubscriptionEntity eventSubscriptionEntity)
|
void |
removeIdentityLinks()
|
void |
removeJob(JobEntity job)
|
void |
removeTask(TaskEntity task)
|
protected void |
scheduleAtomicOperationAsync(AtomicOperation executionOperation)
|
void |
setActive(boolean isActive)
makes this execution active or inactive. |
void |
setActivity(ActivityImpl activity)
|
void |
setBusinessKey(String businessKey)
|
void |
setCachedEntityState(int cachedEntityState)
|
void |
setConcurrent(boolean isConcurrent)
changes the concurrent indicator on this execution. |
void |
setDeleteReason(String deleteReason)
|
void |
setEventName(String eventName)
|
void |
setEventScope(boolean isEventScope)
|
void |
setEventSource(PvmProcessElement eventSource)
|
void |
setExecutionListenerIndex(Integer executionListenerIndex)
|
void |
setExecutions(List<ExecutionEntity> executions)
|
void |
setId(String id)
|
void |
setParent(InterpretableExecution parent)
|
void |
setParentId(String parentId)
|
void |
setProcessDefinition(ProcessDefinitionImpl processDefinition)
|
void |
setProcessDefinitionId(String processDefinitionId)
|
void |
setProcessInstance(InterpretableExecution processInstance)
|
void |
setQueryVariables(List<VariableInstanceEntity> queryVariables)
|
void |
setReplacedBy(InterpretableExecution replacedBy)
|
void |
setRevision(int revision)
|
void |
setScope(boolean isScope)
Changes whether this execution is a scope or not |
void |
setSubProcessInstance(InterpretableExecution subProcessInstance)
|
void |
setSuperExecution(ExecutionEntity superExecution)
|
void |
setSuspensionState(int suspensionState)
|
void |
setTransition(TransitionImpl transition)
|
void |
setTransitionBeingTaken(TransitionImpl transitionBeingTaken)
|
void |
signal(String signalName,
Object signalData)
|
void |
start()
|
void |
take(PvmTransition transition)
leaves the current activity by taking the given transition. |
void |
takeAll(List<PvmTransition> transitions,
List<ActivityExecution> recyclableExecutions)
Takes the given outgoing transitions, and potentially reusing the given list of executions that were previously joined. |
String |
toString()
|
String |
updateProcessBusinessKey(String bzKey)
Update process business key if not null. |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
从接口 org.activiti.engine.impl.pvm.PvmExecution 继承的方法 |
---|
getVariable, getVariables, hasVariable, setVariable |
字段详细信息 |
---|
protected static final int EVENT_SUBSCRIPTIONS_STATE_BIT
protected static final int TASKS_STATE_BIT
protected static final int JOBS_STATE_BIT
protected ProcessDefinitionImpl processDefinition
protected ActivityImpl activity
protected TransitionImpl transition
protected TransitionImpl transitionBeingTaken
protected ExecutionEntity processInstance
protected ExecutionEntity parent
protected List<ExecutionEntity> executions
protected ExecutionEntity superExecution
protected ExecutionEntity subProcessInstance
protected StartingExecution startingExecution
protected boolean isActive
protected boolean isScope
protected boolean isConcurrent
protected boolean isEnded
protected boolean isEventScope
protected String eventName
protected PvmProcessElement eventSource
protected int executionListenerIndex
protected List<EventSubscriptionEntity> eventSubscriptions
protected List<JobEntity> jobs
protected List<TaskEntity> tasks
protected List<IdentityLinkEntity> identityLinks
protected int cachedEntityState
protected boolean deleteRoot
protected String deleteReason
protected ExecutionEntity replacedBy
#takeAll(List, List)} {@link OutgoingExecution}
protected AtomicOperation nextOperation
AtomicOperation
,
performOperation(AtomicOperation)
protected boolean isOperating
protected int revision
protected int suspensionState
protected String processDefinitionId
processDefinition
,
setProcessDefinition(ProcessDefinitionImpl)
,
getProcessDefinition()
protected String activityId
processDefinition
.
activity
,
setActivity(ActivityImpl)
,
getActivity()
protected String activityName
protected String processInstanceId
getProcessInstance()
protected String businessKey
protected String parentId
getParent()
,
#setParent(ExecutionEntity)
protected String superExecutionId
setSuperExecution(ExecutionEntity)
protected boolean forcedUpdate
protected List<VariableInstanceEntity> queryVariables
构造方法详细信息 |
---|
public ExecutionEntity()
public ExecutionEntity(ActivityImpl activityImpl)
方法详细信息 |
---|
public ExecutionEntity createExecution()
ActivityExecution
中的 createExecution
public PvmProcessInstance createSubProcessInstance(PvmProcessDefinition processDefinition)
ActivityExecution
复制的描述
ActivityExecution
中的 createSubProcessInstance
processDefinition
- The PvmProcessDefinition
of the subprocess.protected ExecutionEntity newExecution()
public void initialize()
InterpretableExecution
中的 initialize
public void start()
PvmProcessInstance
中的 start
public void destroy()
InterpretableExecution
中的 destroy
public void end()
ActivityExecution
中的 end
public void signal(String signalName, Object signalData)
PvmExecution
中的 signal
public void take(PvmTransition transition)
ActivityExecution
复制的描述
ActivityExecution
中的 take
InterpretableExecution
中的 take
public void executeActivity(PvmActivity activity)
ActivityExecution
复制的描述ActivityBehavior
associated with the given activity.
ActivityExecution
中的 executeActivity
public List<ActivityExecution> findInactiveConcurrentExecutions(PvmActivity activity)
ActivityExecution
复制的描述
ActivityExecution
中的 findInactiveConcurrentExecutions
protected List<ExecutionEntity> getAllChildExecutions()
public void takeAll(List<PvmTransition> transitions, List<ActivityExecution> recyclableExecutions)
ActivityExecution
复制的描述
ActivityExecution
中的 takeAll
protected boolean allExecutionsInSameActivity(List<ExecutionEntity> executions)
public void performOperation(AtomicOperation executionOperation)
InterpretableExecution
中的 performOperation
protected void performOperationSync(AtomicOperation executionOperation)
protected void scheduleAtomicOperationAsync(AtomicOperation executionOperation)
public boolean isActive(String activityId)
public void inactivate()
ActivityExecution
复制的描述
ActivityExecution
中的 inactivate
public List<ExecutionEntity> getExecutions()
ActivityExecution
中的 getExecutions
protected void ensureExecutionsInitialized()
public void setExecutions(List<ExecutionEntity> executions)
public ExecutionEntity findExecution(String activityId)
PvmProcessInstance
中的 findExecution
public List<String> findActiveActivityIds()
PvmProcessInstance
中的 findActiveActivityIds
protected void collectActiveActivityIds(List<String> activeActivityIds)
public String getBusinessKey()
DelegateExecution
复制的描述
DelegateExecution
中的 getBusinessKey
ProcessInstance
中的 getBusinessKey
public void setBusinessKey(String businessKey)
public String getProcessBusinessKey()
DelegateExecution
复制的描述
DelegateExecution
中的 getProcessBusinessKey
public ProcessDefinitionImpl getProcessDefinition()
InterpretableExecution
中的 getProcessDefinition
public void setProcessDefinitionId(String processDefinitionId)
public String getProcessDefinitionId()
DelegateExecution
复制的描述
DelegateExecution
中的 getProcessDefinitionId
ProcessInstance
中的 getProcessDefinitionId
protected void ensureProcessDefinitionInitialized()
public void setProcessDefinition(ProcessDefinitionImpl processDefinition)
InterpretableExecution
中的 setProcessDefinition
public ExecutionEntity getProcessInstance()
protected void ensureProcessInstanceInitialized()
public void setProcessInstance(InterpretableExecution processInstance)
InterpretableExecution
中的 setProcessInstance
public boolean isProcessInstanceType()
ActivityExecution
复制的描述
ActivityExecution
中的 isProcessInstanceType
public ActivityImpl getActivity()
ActivityExecution
中的 getActivity
PvmExecution
中的 getActivity
protected void ensureActivityInitialized()
public void setActivity(ActivityImpl activity)
InterpretableExecution
中的 setActivity
public ExecutionEntity getParent()
ActivityExecution
中的 getParent
protected void ensureParentInitialized()
public void setParent(InterpretableExecution parent)
InterpretableExecution
中的 setParent
public String getSuperExecutionId()
public ExecutionEntity getSuperExecution()
InterpretableExecution
中的 getSuperExecution
public void setSuperExecution(ExecutionEntity superExecution)
protected void ensureSuperExecutionInitialized()
public ExecutionEntity getSubProcessInstance()
InterpretableExecution
中的 getSubProcessInstance
public void setSubProcessInstance(InterpretableExecution subProcessInstance)
InterpretableExecution
中的 setSubProcessInstance
protected void ensureSubProcessInstanceInitialized()
protected ScopeImpl getScopeObject()
public boolean isScope()
ActivityExecution
复制的描述
ActivityExecution
中的 isScope
InterpretableExecution
中的 isScope
public void setScope(boolean isScope)
ActivityExecution
复制的描述
ActivityExecution
中的 setScope
public void remove()
InterpretableExecution
中的 remove
public void destroyScope(String reason)
ActivityExecution
复制的描述
ActivityExecution
中的 destroyScope
public ExecutionEntity getReplacedBy()
InterpretableExecution
中的 getReplacedBy
public void setReplacedBy(InterpretableExecution replacedBy)
InterpretableExecution
中的 setReplacedBy
protected void initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance)
VariableScopeImpl
中的 initializeVariableInstanceBackPointer
protected List<VariableInstanceEntity> loadVariableInstances()
VariableScopeImpl
中的 loadVariableInstances
protected VariableScopeImpl getParentVariableScope()
VariableScopeImpl
中的 getParentVariableScope
protected ExecutionEntity getSourceActivityExecution()
#updateActivityInstanceIdInHistoricVariableUpdate(HistoricDetailVariableInstanceUpdateEntity, ExecutionEntity)
VariableScopeImpl
中的 getSourceActivityExecution
protected boolean isActivityIdUsedForDetails()
VariableScopeImpl
复制的描述
VariableScopeImpl
中的 isActivityIdUsedForDetails
public Object getPersistentState()
PersistentObject
复制的描述
PersistentObject
中的 getPersistentState
public void insert()
public void deleteCascade(String deleteReason)
PvmProcessInstance
中的 deleteCascade
InterpretableExecution
中的 deleteCascade
public int getRevisionNext()
HasRevision
中的 getRevisionNext
public void forceUpdate()
public EngineServices getEngineServices()
DelegateExecution
复制的描述
DelegateExecution
中的 getEngineServices
public String toString()
Object
中的 toString
protected String getToStringIdentity()
public List<EventSubscriptionEntity> getEventSubscriptionsInternal()
public List<EventSubscriptionEntity> getEventSubscriptions()
public List<CompensateEventSubscriptionEntity> getCompensateEventSubscriptions()
public List<CompensateEventSubscriptionEntity> getCompensateEventSubscriptions(String activityId)
protected void ensureEventSubscriptionsInitialized()
public void addEventSubscription(EventSubscriptionEntity eventSubscriptionEntity)
public void removeEventSubscription(EventSubscriptionEntity eventSubscriptionEntity)
protected void ensureJobsInitialized()
protected List<JobEntity> getJobsInternal()
public List<JobEntity> getJobs()
public void addJob(JobEntity jobEntity)
public void removeJob(JobEntity job)
protected void ensureTasksInitialized()
protected List<TaskEntity> getTasksInternal()
public List<TaskEntity> getTasks()
public void addTask(TaskEntity taskEntity)
public void removeTask(TaskEntity task)
public List<IdentityLinkEntity> getIdentityLinks()
public IdentityLinkEntity addIdentityLink(String userId, String type)
public IdentityLinkEntity involveUser(String userId, String type)
public void removeIdentityLinks()
public void setCachedEntityState(int cachedEntityState)
public int getCachedEntityState()
public String getProcessInstanceId()
DelegateExecution
复制的描述
DelegateExecution
中的 getProcessInstanceId
Execution
中的 getProcessInstanceId
public String getParentId()
DelegateExecution
复制的描述
DelegateExecution
中的 getParentId
Execution
中的 getParentId
public void setParentId(String parentId)
public String getId()
DelegateExecution
复制的描述
DelegateExecution
中的 getId
PersistentObject
中的 getId
Execution
中的 getId
VariableScopeImpl
中的 getId
public void setId(String id)
PersistentObject
中的 setId
VariableScopeImpl
中的 setId
public int getRevision()
HasRevision
中的 getRevision
public void setRevision(int revision)
HasRevision
中的 setRevision
public String getActivityId()
Execution
复制的描述
Execution
中的 getActivityId
public TransitionImpl getTransition()
InterpretableExecution
中的 getTransition
public void setTransition(TransitionImpl transition)
InterpretableExecution
中的 setTransition
public TransitionImpl getTransitionBeingTaken()
public void setTransitionBeingTaken(TransitionImpl transitionBeingTaken)
public Integer getExecutionListenerIndex()
InterpretableExecution
中的 getExecutionListenerIndex
public void setExecutionListenerIndex(Integer executionListenerIndex)
InterpretableExecution
中的 setExecutionListenerIndex
public boolean isConcurrent()
ActivityExecution
复制的描述
ActivityExecution
中的 isConcurrent
public void setConcurrent(boolean isConcurrent)
ActivityExecution
复制的描述
ActivityExecution
中的 setConcurrent
public boolean isActive()
ActivityExecution
复制的描述
ActivityExecution
中的 isActive
public void setActive(boolean isActive)
ActivityExecution
复制的描述
ActivityExecution
中的 setActive
public boolean isEnded()
ActivityExecution
复制的描述
ActivityExecution
中的 isEnded
PvmProcessInstance
中的 isEnded
Execution
中的 isEnded
public String getEventName()
DelegateExecution
复制的描述event name
in case this execution is passed in for an ExecutionListener
DelegateExecution
中的 getEventName
ExecutionListenerExecution
中的 getEventName
public void setEventName(String eventName)
InterpretableExecution
中的 setEventName
public PvmProcessElement getEventSource()
ExecutionListenerExecution
中的 getEventSource
public void setEventSource(PvmProcessElement eventSource)
InterpretableExecution
中的 setEventSource
public String getDeleteReason()
ExecutionListenerExecution
中的 getDeleteReason
public void setDeleteReason(String deleteReason)
public boolean isDeleteRoot()
InterpretableExecution
中的 isDeleteRoot
public int getSuspensionState()
public void setSuspensionState(int suspensionState)
public boolean isSuspended()
Execution
复制的描述
Execution
中的 isSuspended
ProcessInstance
中的 isSuspended
public boolean isEventScope()
InterpretableExecution
中的 isEventScope
public void setEventScope(boolean isEventScope)
InterpretableExecution
中的 setEventScope
public StartingExecution getStartingExecution()
InterpretableExecution
中的 getStartingExecution
public void disposeStartingExecution()
InterpretableExecution
中的 disposeStartingExecution
public String getCurrentActivityId()
DelegateExecution
复制的描述
DelegateExecution
中的 getCurrentActivityId
public String getCurrentActivityName()
DelegateExecution
复制的描述
DelegateExecution
中的 getCurrentActivityName
public Map<String,Object> getProcessVariables()
ProcessInstance
复制的描述
ProcessInstance
中的 getProcessVariables
public List<VariableInstanceEntity> getQueryVariables()
public void setQueryVariables(List<VariableInstanceEntity> queryVariables)
public String updateProcessBusinessKey(String bzKey)
DelegateExecution
复制的描述
DelegateExecution
中的 updateProcessBusinessKey
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |