|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.activiti.engine.impl.ServiceImpl
org.activiti.engine.impl.HistoryServiceImpl
public class HistoryServiceImpl
字段摘要 |
---|
从类 org.activiti.engine.impl.ServiceImpl 继承的字段 |
---|
commandExecutor |
构造方法摘要 | |
---|---|
HistoryServiceImpl()
|
从类 org.activiti.engine.impl.ServiceImpl 继承的方法 |
---|
getCommandExecutor, setCommandExecutor |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public HistoryServiceImpl()
方法详细信息 |
---|
public HistoricProcessInstanceQuery createHistoricProcessInstanceQuery()
HistoryService
复制的描述HistoricProcessInstance
s.
HistoryService
中的 createHistoricProcessInstanceQuery
public HistoricActivityInstanceQuery createHistoricActivityInstanceQuery()
HistoryService
复制的描述HistoricActivityInstance
s.
HistoryService
中的 createHistoricActivityInstanceQuery
public HistoricTaskInstanceQuery createHistoricTaskInstanceQuery()
HistoryService
复制的描述HistoricTaskInstance
s.
HistoryService
中的 createHistoricTaskInstanceQuery
public HistoricDetailQuery createHistoricDetailQuery()
HistoryService
复制的描述HistoricDetail
s.
HistoryService
中的 createHistoricDetailQuery
public NativeHistoricDetailQuery createNativeHistoricDetailQuery()
HistoryService
复制的描述NativeQuery
for process definitions.
HistoryService
中的 createNativeHistoricDetailQuery
public HistoricVariableInstanceQuery createHistoricVariableInstanceQuery()
HistoryService
复制的描述HistoricVariableInstance
s.
HistoryService
中的 createHistoricVariableInstanceQuery
public NativeHistoricVariableInstanceQuery createNativeHistoricVariableInstanceQuery()
HistoryService
复制的描述NativeQuery
for process definitions.
HistoryService
中的 createNativeHistoricVariableInstanceQuery
public void deleteHistoricTaskInstance(String taskId)
HistoryService
复制的描述dynamically created
and then completed
.
If the historic task instance doesn't exist, no exception is thrown and the
method returns normal.
HistoryService
中的 deleteHistoricTaskInstance
public void deleteHistoricProcessInstance(String processInstanceId)
HistoryService
复制的描述
HistoryService
中的 deleteHistoricProcessInstance
public NativeHistoricProcessInstanceQuery createNativeHistoricProcessInstanceQuery()
HistoryService
复制的描述HistoricProcessInstance
s via SQL
HistoryService
中的 createNativeHistoricProcessInstanceQuery
public NativeHistoricTaskInstanceQuery createNativeHistoricTaskInstanceQuery()
HistoryService
复制的描述HistoricTaskInstance
s via SQL
HistoryService
中的 createNativeHistoricTaskInstanceQuery
public NativeHistoricActivityInstanceQuery createNativeHistoricActivityInstanceQuery()
HistoryService
复制的描述HistoricActivityInstance
s via SQL
HistoryService
中的 createNativeHistoricActivityInstanceQuery
public List<HistoricIdentityLink> getHistoricIdentityLinksForProcessInstance(String processInstanceId)
HistoryService
复制的描述HistoricIdentityLink
s associated with the given process instance.
Such an IdentityLink
informs how a certain identity (eg. group or user)
is associated with a certain process instance, even if the instance is completed as
opposed to IdentityLink
s which only exist for active instances.
HistoryService
中的 getHistoricIdentityLinksForProcessInstance
public List<HistoricIdentityLink> getHistoricIdentityLinksForTask(String taskId)
HistoryService
复制的描述HistoricIdentityLink
s associated with the given task.
Such an IdentityLink
informs how a certain identity (eg. group or user)
is associated with a certain task (eg. as candidate, assignee, etc.), even if the
task is completed as opposed to IdentityLink
s which only exist for active
tasks.
HistoryService
中的 getHistoricIdentityLinksForTask
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |