Class AgentInvocationExchangePartQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<AgentInvocationExchangePartQuery,AgentInvocationExchangePart>
com.flowable.agent.engine.impl.history.AgentInvocationExchangePartQueryImpl
- All Implemented Interfaces:
AgentInvocationExchangePartQuery,Serializable,org.flowable.common.engine.api.query.Query<AgentInvocationExchangePartQuery,,AgentInvocationExchangePart> org.flowable.common.engine.impl.interceptor.Command<Object>
public class AgentInvocationExchangePartQueryImpl
extends org.flowable.common.engine.impl.query.AbstractQuery<AgentInvocationExchangePartQuery,AgentInvocationExchangePart>
implements AgentInvocationExchangePartQuery
- 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 Stringprotected StringFields 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
ConstructorsConstructorDescriptionAgentInvocationExchangePartQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionagentInstanceId(String agentInstanceId) Query by agent instance idagentInvocationId(String agentInvocationId) Query by agent invocation idexchangeId(String exchangeId) Query by exchange idexchangeIds(Collection<String> exchangeIds) Query by exchange idslongexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getId()getIds()getType()Query by the id of the exchange partids(Collection<String> ids) Query by multiple ids of exchange partOrder by invocation sequenceQuery by sub typeQuery by typeMethods 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
-
exchangeId
-
exchangeIds
-
agentInvocationId
-
agentInstanceId
-
type
-
subType
-
-
Constructor Details
-
AgentInvocationExchangePartQueryImpl
public AgentInvocationExchangePartQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
id
Description copied from interface:AgentInvocationExchangePartQueryQuery by the id of the exchange part- Specified by:
idin interfaceAgentInvocationExchangePartQuery
-
ids
Description copied from interface:AgentInvocationExchangePartQueryQuery by multiple ids of exchange part- Specified by:
idsin interfaceAgentInvocationExchangePartQuery
-
exchangeId
Description copied from interface:AgentInvocationExchangePartQueryQuery by exchange id- Specified by:
exchangeIdin interfaceAgentInvocationExchangePartQuery
-
exchangeIds
Description copied from interface:AgentInvocationExchangePartQueryQuery by exchange ids- Specified by:
exchangeIdsin interfaceAgentInvocationExchangePartQuery
-
agentInvocationId
Description copied from interface:AgentInvocationExchangePartQueryQuery by agent invocation id- Specified by:
agentInvocationIdin interfaceAgentInvocationExchangePartQuery
-
agentInstanceId
Description copied from interface:AgentInvocationExchangePartQueryQuery by agent instance id- Specified by:
agentInstanceIdin interfaceAgentInvocationExchangePartQuery
-
type
Description copied from interface:AgentInvocationExchangePartQueryQuery by type- Specified by:
typein interfaceAgentInvocationExchangePartQuery
-
subType
Description copied from interface:AgentInvocationExchangePartQueryQuery by sub type- Specified by:
subTypein interfaceAgentInvocationExchangePartQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<AgentInvocationExchangePartQuery,AgentInvocationExchangePart>
-
executeList
public List<AgentInvocationExchangePart> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<AgentInvocationExchangePartQuery,AgentInvocationExchangePart>
-
orderByInvocationSequence
Description copied from interface:AgentInvocationExchangePartQueryOrder by invocation sequence- Specified by:
orderByInvocationSequencein interfaceAgentInvocationExchangePartQuery
-
getId
-
getIds
-
getExchangeId
-
getExchangeIds
-
getAgentInvocationId
-
getAgentInstanceId
-
getType
-
getSubType
-