Class HistoricAgentInstanceQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<HistoricAgentInstanceQuery, HistoricAgentInstance>
com.flowable.agent.engine.impl.history.HistoricAgentInstanceQueryImpl
- All Implemented Interfaces:
HistoricAgentInstanceQuery, Serializable, org.flowable.common.engine.api.query.Query<HistoricAgentInstanceQuery, HistoricAgentInstance>, org.flowable.common.engine.impl.interceptor.Command<Object>
public class HistoricAgentInstanceQueryImpl
extends org.flowable.common.engine.impl.query.AbstractQuery<HistoricAgentInstanceQuery, HistoricAgentInstance>
implements HistoricAgentInstanceQuery
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy, org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Collection<String> protected Stringprotected Collection<String> protected Booleanprotected HistoricAgentInstanceQueryImplprotected booleanprotected Stringprotected Collection<String> protected booleanprotected List<HistoricAgentInstanceQueryImpl> protected Stringprotected Collection<String> protected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected booleanFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, ignoreOrderBy, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
ConstructorsConstructorDescriptionHistoricAgentInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionagentDefinitionId(String agentDefinitionId) Query by the ID of the agent definitionagentDefinitionKey(String agentDefinitionKey) Query by the key of the agent definitioncallbackId(String callbackId) Query by the callback id of the instancecallbackScopeId(String callbackScopeId) Query by the callback scope id of the instancecallbackScopeIds(Collection<String> callbackScopeIds) Query by multiple callback scope id of the instancescallbackType(String callbackType) Query by the callback type of the instancecallbackTypes(Collection<String> callbackTypes) Query by multiple callback types of instancesQuery only agent instances which are chat disabled.Query only agent instances which are chat enabled.endOr()End an OR statement.longexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) finished()Query only agent instances which are finished.getId()getIds()Query by the id of the instanceids(Collection<String> ids) Query by multiple ids of instancesbooleanbooleanbooleanor()Begin an OR statement.referenceId(String referenceId) Query by the agent instance reference idreferenceIds(Collection<String> referenceIds) Query by multiple agent instance reference idsreferenceType(String referenceType) Query by the agent instance reference typevoidsetSafeCallbackScopeIds(List<List<String>> safeCallbackScopeIds) voidsetSafeReferenceIds(List<List<String>> safeReferenceIds) startUserId(String startUserId) Query by the id of the user that started the instanceQuery by the tenant id of the instancetenantIdLike(String tenantIdLike) Query by a tenant id like the given oneQuery only agent instances which are not yet finished.Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getSafeList, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultMethods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setIgnoreOrderBy, setMaxResults, setNullHandlingColumn, setParameterMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Field Details
-
id
-
ids
-
tenantId
-
tenantIdSet
protected boolean tenantIdSet -
tenantIdLike
-
agentDefinitionId
-
agentDefinitionKey
-
referenceId
-
referenceIds
-
referenceType
-
startUserId
-
callbackId
-
callbackScopeId
-
callbackScopeIds
-
callbackType
-
callbackTypes
-
finished
protected boolean finished -
unfinished
protected boolean unfinished -
chatEnabled
-
orQueryObjects
-
currentOrQueryObject
-
inOrStatement
protected boolean inOrStatement
-
-
Constructor Details
-
HistoricAgentInstanceQueryImpl
public HistoricAgentInstanceQueryImpl() -
HistoricAgentInstanceQueryImpl
public HistoricAgentInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
id
Description copied from interface:HistoricAgentInstanceQueryQuery by the id of the instance- Specified by:
idin interfaceHistoricAgentInstanceQuery
-
ids
Description copied from interface:HistoricAgentInstanceQueryQuery by multiple ids of instances- Specified by:
idsin interfaceHistoricAgentInstanceQuery
-
tenantId
Description copied from interface:HistoricAgentInstanceQueryQuery by the tenant id of the instance- Specified by:
tenantIdin interfaceHistoricAgentInstanceQuery
-
tenantIdLike
Description copied from interface:HistoricAgentInstanceQueryQuery by a tenant id like the given one- Specified by:
tenantIdLikein interfaceHistoricAgentInstanceQuery
-
agentDefinitionId
Description copied from interface:HistoricAgentInstanceQueryQuery by the ID of the agent definition- Specified by:
agentDefinitionIdin interfaceHistoricAgentInstanceQuery
-
agentDefinitionKey
Description copied from interface:HistoricAgentInstanceQueryQuery by the key of the agent definition- Specified by:
agentDefinitionKeyin interfaceHistoricAgentInstanceQuery
-
startUserId
Description copied from interface:HistoricAgentInstanceQueryQuery by the id of the user that started the instance- Specified by:
startUserIdin interfaceHistoricAgentInstanceQuery
-
referenceId
Description copied from interface:HistoricAgentInstanceQueryQuery by the agent instance reference id- Specified by:
referenceIdin interfaceHistoricAgentInstanceQuery
-
referenceIds
Description copied from interface:HistoricAgentInstanceQueryQuery by multiple agent instance reference ids- Specified by:
referenceIdsin interfaceHistoricAgentInstanceQuery
-
getReferenceIds
-
setSafeReferenceIds
-
getSafeReferenceIds
-
referenceType
Description copied from interface:HistoricAgentInstanceQueryQuery by the agent instance reference type- Specified by:
referenceTypein interfaceHistoricAgentInstanceQuery
-
callbackId
Description copied from interface:HistoricAgentInstanceQueryQuery by the callback id of the instance- Specified by:
callbackIdin interfaceHistoricAgentInstanceQuery
-
callbackScopeId
Description copied from interface:HistoricAgentInstanceQueryQuery by the callback scope id of the instance- Specified by:
callbackScopeIdin interfaceHistoricAgentInstanceQuery
-
callbackScopeIds
Description copied from interface:HistoricAgentInstanceQueryQuery by multiple callback scope id of the instances- Specified by:
callbackScopeIdsin interfaceHistoricAgentInstanceQuery
-
getCallbackScopeIds
-
setSafeCallbackScopeIds
-
getSafeCallbackScopeIds
-
callbackType
Description copied from interface:HistoricAgentInstanceQueryQuery by the callback type of the instance- Specified by:
callbackTypein interfaceHistoricAgentInstanceQuery
-
callbackTypes
Description copied from interface:HistoricAgentInstanceQueryQuery by multiple callback types of instances- Specified by:
callbackTypesin interfaceHistoricAgentInstanceQuery
-
finished
Description copied from interface:HistoricAgentInstanceQueryQuery only agent instances which are finished.- Specified by:
finishedin interfaceHistoricAgentInstanceQuery
-
unfinished
Description copied from interface:HistoricAgentInstanceQueryQuery only agent instances which are not yet finished.- Specified by:
unfinishedin interfaceHistoricAgentInstanceQuery
-
chatEnabled
Description copied from interface:HistoricAgentInstanceQueryQuery only agent instances which are chat enabled.- Specified by:
chatEnabledin interfaceHistoricAgentInstanceQuery
-
chatDisabled
Description copied from interface:HistoricAgentInstanceQueryQuery only agent instances which are chat disabled.- Specified by:
chatDisabledin interfaceHistoricAgentInstanceQuery
-
or
Description copied from interface:HistoricAgentInstanceQueryBegin an OR statement. Make sure to end the OR statement withHistoricAgentInstanceQuery.endOr().- Specified by:
orin interfaceHistoricAgentInstanceQuery
-
endOr
Description copied from interface:HistoricAgentInstanceQueryEnd an OR statement.- Specified by:
endOrin interfaceHistoricAgentInstanceQuery
-
orderByAgentInstanceId
- Specified by:
orderByAgentInstanceIdin interfaceHistoricAgentInstanceQuery
-
orderByStartTime
- Specified by:
orderByStartTimein interfaceHistoricAgentInstanceQuery
-
orderByEndTime
- Specified by:
orderByEndTimein interfaceHistoricAgentInstanceQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<HistoricAgentInstanceQuery, HistoricAgentInstance>
-
executeList
public List<HistoricAgentInstance> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<HistoricAgentInstanceQuery, HistoricAgentInstance>
-
getId
-
getIds
-
getTenantId
-
isTenantIdSet
public boolean isTenantIdSet() -
getTenantIdLike
-
getAgentDefinitionId
-
getAgentDefinitionKey
-
getReferenceId
-
getReferenceType
-
getStartUserId
-
getCallbackId
-
getCallbackScopeId
-
getCallbackType
-
getCallbackTypes
-
isFinished
public boolean isFinished() -
isUnfinished
public boolean isUnfinished() -
getChatEnabled
-
getOrQueryObjects
-