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 Collection<String> protected Stringprotected Collection<String> protected Booleanprotected booleanprotected Stringprotected Collection<String> protected Stringprotected Collection<String> protected 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 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.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 instancesbooleanbooleanbooleanreferenceId(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 instanceQuery 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 java.lang.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 -
agentDefinitionId
-
referenceId
-
referenceIds
-
referenceType
-
startUserId
-
callbackId
-
callbackScopeId
-
callbackScopeIds
-
callbackType
-
callbackTypes
-
finished
protected boolean finished -
unfinished
protected boolean unfinished -
chatEnabled
-
-
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
-
agentDefinitionId
Description copied from interface:HistoricAgentInstanceQueryQuery by the ID of the agent definition- Specified by:
agentDefinitionIdin 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
-
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() -
getAgentDefinitionId
-
getReferenceId
-
getReferenceType
-
getStartUserId
-
getCallbackId
-
getCallbackScopeId
-
getCallbackType
-
getCallbackTypes
-
isFinished
public boolean isFinished() -
isUnfinished
public boolean isUnfinished() -
getChatEnabled
-