|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.activiti.engine.impl.db.ListQueryParameterObject
org.activiti.engine.impl.AbstractQuery<T,U>
org.activiti.engine.impl.AbstractVariableQueryImpl<HistoricProcessInstanceQuery,HistoricProcessInstance>
org.activiti.engine.impl.HistoricProcessInstanceQueryImpl
public class HistoricProcessInstanceQueryImpl
字段摘要 | |
---|---|
protected String |
businessKey
|
protected boolean |
excludeSubprocesses
|
protected Date |
finishDateBy
|
protected Date |
finishDateOn
|
protected Date |
finishDateOnBegin
|
protected Date |
finishDateOnEnd
|
protected boolean |
finished
|
protected Date |
finishedAfter
|
protected Date |
finishedBefore
|
protected boolean |
includeProcessVariables
|
protected String |
involvedUser
|
protected String |
processDefinitionId
|
protected String |
processDefinitionKey
|
protected String |
processInstanceId
|
protected Set<String> |
processInstanceIds
|
protected List<String> |
processKeyNotIn
|
protected Date |
startDateBy
|
protected Date |
startDateOn
|
protected Date |
startDateOnBegin
|
protected Date |
startDateOnEnd
|
protected Date |
startedAfter
|
protected Date |
startedBefore
|
protected String |
startedBy
|
protected String |
superProcessInstanceId
|
protected boolean |
unfinished
|
从类 org.activiti.engine.impl.AbstractVariableQueryImpl 继承的字段 |
---|
queryVariableValues |
从类 org.activiti.engine.impl.AbstractQuery 继承的字段 |
---|
commandContext, commandExecutor, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESC |
从类 org.activiti.engine.impl.db.ListQueryParameterObject 继承的字段 |
---|
databaseType, firstResult, maxResults, parameter |
构造方法摘要 | |
---|---|
HistoricProcessInstanceQueryImpl()
|
|
HistoricProcessInstanceQueryImpl(CommandContext commandContext)
|
|
HistoricProcessInstanceQueryImpl(CommandExecutor commandExecutor)
|
方法摘要 | |
---|---|
HistoricProcessInstanceQuery |
excludeSubprocesses(boolean excludeSubprocesses)
Exclude sub processes from the query result; |
long |
executeCount(CommandContext commandContext)
|
List<HistoricProcessInstance> |
executeList(CommandContext commandContext,
Page page)
Executes the actual query to retrieve the list of results. |
HistoricProcessInstanceQuery |
finishDateBy(Date date)
已过时。 |
HistoricProcessInstanceQuery |
finishDateOn(Date date)
已过时。 |
HistoricProcessInstanceQuery |
finished()
Only select historic process instances that are completely finished. |
HistoricProcessInstanceQuery |
finishedAfter(Date date)
Only select historic process instances that were started after the given date. |
HistoricProcessInstanceQuery |
finishedBefore(Date date)
Only select historic process instances that were started before the given date. |
String |
getBusinessKey()
|
Date |
getFinishedAfter()
|
Date |
getFinishedBefore()
|
String |
getInvolvedUser()
|
String |
getMssqlOrDB2OrderBy()
|
String |
getProcessDefinitionId()
|
String |
getProcessDefinitionIdLike()
|
String |
getProcessDefinitionKey()
|
String |
getProcessInstanceId()
|
Set<String> |
getProcessInstanceIds()
|
List<String> |
getProcessKeyNotIn()
|
Date |
getStartedAfter()
|
Date |
getStartedBefore()
|
String |
getStartedBy()
|
String |
getSuperProcessInstanceId()
|
HistoricProcessInstanceQuery |
includeProcessVariables()
Include process variables in the process query result |
HistoricProcessInstanceQuery |
involvedUser(String userId)
Only select the historic process instances with which the user with the given id is involved. |
boolean |
isExcludeSubprocesses()
|
boolean |
isOpen()
|
HistoricProcessInstanceQuery |
orderByProcessDefinitionId()
Order by the process definition id (needs to be followed by Query.asc() or Query.desc() ). |
HistoricProcessInstanceQuery |
orderByProcessInstanceBusinessKey()
Order by the business key (needs to be followed by Query.asc() or Query.desc() ). |
HistoricProcessInstanceQuery |
orderByProcessInstanceDuration()
Order by the duration of the process instance (needs to be followed by Query.asc() or Query.desc() ). |
HistoricProcessInstanceQuery |
orderByProcessInstanceEndTime()
Order by the end time (needs to be followed by Query.asc() or Query.desc() ). |
HistoricProcessInstanceQuery |
orderByProcessInstanceId()
Order by the process instance id (needs to be followed by Query.asc() or Query.desc() ). |
HistoricProcessInstanceQuery |
orderByProcessInstanceStartTime()
Order by the start time (needs to be followed by Query.asc() or Query.desc() ). |
HistoricProcessInstanceQueryImpl |
processDefinitionId(String processDefinitionId)
Only select historic process instances for the given process definition |
HistoricProcessInstanceQuery |
processDefinitionKey(String processDefinitionKey)
Only select historic process instances that are defined by a process definition with the given key. |
HistoricProcessInstanceQuery |
processDefinitionKeyNotIn(List<String> processDefinitionKeys)
Only select historic process instances that don't have a process-definition of which the key is present in the given list |
HistoricProcessInstanceQuery |
processInstanceBusinessKey(String businessKey)
Only select historic process instances with the given business key |
HistoricProcessInstanceQueryImpl |
processInstanceId(String processInstanceId)
Only select historic process instances with the given process instance. |
HistoricProcessInstanceQuery |
processInstanceIds(Set<String> processInstanceIds)
Only select historic process instances whose id is in the given set of ids. |
HistoricProcessInstanceQuery |
startDateBy(Date date)
已过时。 |
HistoricProcessInstanceQuery |
startDateOn(Date date)
已过时。 |
HistoricProcessInstanceQuery |
startedAfter(Date date)
Only select historic process instances that were started after the given date. |
HistoricProcessInstanceQuery |
startedBefore(Date date)
Only select historic process instances that were started before the given date. |
HistoricProcessInstanceQuery |
startedBy(String userId)
Only select historic process instance that are started by the given user. |
HistoricProcessInstanceQuery |
superProcessInstanceId(String superProcessInstanceId)
Only select historic process instances started by the given process instance. |
HistoricProcessInstanceQuery |
unfinished()
Only select historic process instance that are not yet finished. |
从类 org.activiti.engine.impl.AbstractQuery 继承的方法 |
---|
addOrder, asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getOrderBy, list, listPage, orderBy, setCommandExecutor, singleResult |
从类 org.activiti.engine.impl.db.ListQueryParameterObject 继承的方法 |
---|
getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setParameter |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
从接口 org.activiti.engine.query.Query 继承的方法 |
---|
asc, count, desc, list, listPage, singleResult |
字段详细信息 |
---|
protected String processInstanceId
protected String processDefinitionId
protected String businessKey
protected boolean finished
protected boolean unfinished
protected String startedBy
protected String superProcessInstanceId
protected boolean excludeSubprocesses
protected List<String> processKeyNotIn
protected Date startedBefore
protected Date startedAfter
protected Date finishedBefore
protected Date finishedAfter
protected String processDefinitionKey
protected Set<String> processInstanceIds
protected String involvedUser
protected boolean includeProcessVariables
protected Date startDateBy
protected Date startDateOn
protected Date finishDateBy
protected Date finishDateOn
protected Date startDateOnBegin
protected Date startDateOnEnd
protected Date finishDateOnBegin
protected Date finishDateOnEnd
构造方法详细信息 |
---|
public HistoricProcessInstanceQueryImpl()
public HistoricProcessInstanceQueryImpl(CommandContext commandContext)
public HistoricProcessInstanceQueryImpl(CommandExecutor commandExecutor)
方法详细信息 |
---|
public HistoricProcessInstanceQueryImpl processInstanceId(String processInstanceId)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 processInstanceId
public HistoricProcessInstanceQuery processInstanceIds(Set<String> processInstanceIds)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 processInstanceIds
public HistoricProcessInstanceQueryImpl processDefinitionId(String processDefinitionId)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 processDefinitionId
public HistoricProcessInstanceQuery processDefinitionKey(String processDefinitionKey)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 processDefinitionKey
public HistoricProcessInstanceQuery processInstanceBusinessKey(String businessKey)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 processInstanceBusinessKey
public HistoricProcessInstanceQuery finished()
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 finished
public HistoricProcessInstanceQuery unfinished()
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 unfinished
public HistoricProcessInstanceQuery startedBy(String userId)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 startedBy
public HistoricProcessInstanceQuery processDefinitionKeyNotIn(List<String> processDefinitionKeys)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 processDefinitionKeyNotIn
public HistoricProcessInstanceQuery startedAfter(Date date)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 startedAfter
public HistoricProcessInstanceQuery startedBefore(Date date)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 startedBefore
public HistoricProcessInstanceQuery finishedAfter(Date date)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 finishedAfter
public HistoricProcessInstanceQuery finishedBefore(Date date)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 finishedBefore
public HistoricProcessInstanceQuery superProcessInstanceId(String superProcessInstanceId)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 superProcessInstanceId
public HistoricProcessInstanceQuery excludeSubprocesses(boolean excludeSubprocesses)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 excludeSubprocesses
public HistoricProcessInstanceQuery involvedUser(String userId)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 involvedUser
public HistoricProcessInstanceQuery includeProcessVariables()
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 includeProcessVariables
public HistoricProcessInstanceQuery orderByProcessInstanceBusinessKey()
HistoricProcessInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricProcessInstanceQuery
中的 orderByProcessInstanceBusinessKey
public HistoricProcessInstanceQuery orderByProcessInstanceDuration()
HistoricProcessInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricProcessInstanceQuery
中的 orderByProcessInstanceDuration
public HistoricProcessInstanceQuery orderByProcessInstanceStartTime()
HistoricProcessInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricProcessInstanceQuery
中的 orderByProcessInstanceStartTime
public HistoricProcessInstanceQuery orderByProcessInstanceEndTime()
HistoricProcessInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricProcessInstanceQuery
中的 orderByProcessInstanceEndTime
public HistoricProcessInstanceQuery orderByProcessDefinitionId()
HistoricProcessInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricProcessInstanceQuery
中的 orderByProcessDefinitionId
public HistoricProcessInstanceQuery orderByProcessInstanceId()
HistoricProcessInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricProcessInstanceQuery
中的 orderByProcessInstanceId
public String getMssqlOrDB2OrderBy()
public long executeCount(CommandContext commandContext)
AbstractVariableQueryImpl<HistoricProcessInstanceQuery,HistoricProcessInstance>
中的 executeCount
public List<HistoricProcessInstance> executeList(CommandContext commandContext, Page page)
AbstractQuery
复制的描述
AbstractVariableQueryImpl<HistoricProcessInstanceQuery,HistoricProcessInstance>
中的 executeList
page
- used if the results must be paged. If null, no paging will be applied.public String getBusinessKey()
public boolean isOpen()
public String getProcessDefinitionId()
public String getProcessDefinitionKey()
public String getProcessDefinitionIdLike()
public String getProcessInstanceId()
public Set<String> getProcessInstanceIds()
public String getStartedBy()
public String getSuperProcessInstanceId()
public boolean isExcludeSubprocesses()
public List<String> getProcessKeyNotIn()
public Date getStartedAfter()
public Date getStartedBefore()
public Date getFinishedAfter()
public Date getFinishedBefore()
public String getInvolvedUser()
@Deprecated public HistoricProcessInstanceQuery startDateBy(Date date)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 startDateBy
@Deprecated public HistoricProcessInstanceQuery startDateOn(Date date)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 startDateOn
@Deprecated public HistoricProcessInstanceQuery finishDateBy(Date date)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 finishDateBy
@Deprecated public HistoricProcessInstanceQuery finishDateOn(Date date)
HistoricProcessInstanceQuery
复制的描述
HistoricProcessInstanceQuery
中的 finishDateOn
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |