Class AgentInvocationExchangeQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<AgentInvocationExchangeQuery,AgentInvocationExchange>
com.flowable.agent.engine.impl.history.AgentInvocationExchangeQueryImpl
- All Implemented Interfaces:
AgentInvocationExchangeQuery,Serializable,org.flowable.common.engine.api.query.Query<AgentInvocationExchangeQuery,,AgentInvocationExchange> org.flowable.common.engine.impl.interceptor.Command<Object>
public class AgentInvocationExchangeQueryImpl
extends org.flowable.common.engine.impl.query.AbstractQuery<AgentInvocationExchangeQuery,AgentInvocationExchange>
implements AgentInvocationExchangeQuery
- 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 Stringprotected Collection<String> protected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected 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
ConstructorsConstructorDescriptionAgentInvocationExchangeQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionagentDefinitionId(String agentDefinitionId) agentDefinitionKey(String agentDefinitionKey) agentInstanceId(String agentInstanceId) Query by agent instance idagentInvocationId(String agentInvocationId) Query by agent invocation idlongexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getId()getIds()getType()getTypes()Query by the id of the instance exchangeids(Collection<String> ids) Query by multiple ids of instance exchangebooleanoperationKey(String operationKey) subTypeLike(String subTypeLike) Query by tenant iduserIdOrNoUserSet(String userId) 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
-
agentInstanceId
-
tenantId
-
tenantIdSet
protected boolean tenantIdSet -
agentInvocationId
-
agentDefinitionId
-
agentDefinitionKey
-
type
-
types
-
subType
-
subTypeLike
-
userId
-
userIdOrNoUserSet
-
operationKey
-
-
Constructor Details
-
AgentInvocationExchangeQueryImpl
public AgentInvocationExchangeQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
id
Description copied from interface:AgentInvocationExchangeQueryQuery by the id of the instance exchange- Specified by:
idin interfaceAgentInvocationExchangeQuery
-
ids
Description copied from interface:AgentInvocationExchangeQueryQuery by multiple ids of instance exchange- Specified by:
idsin interfaceAgentInvocationExchangeQuery
-
agentInstanceId
Description copied from interface:AgentInvocationExchangeQueryQuery by agent instance id- Specified by:
agentInstanceIdin interfaceAgentInvocationExchangeQuery
-
tenantId
Description copied from interface:AgentInvocationExchangeQueryQuery by tenant id- Specified by:
tenantIdin interfaceAgentInvocationExchangeQuery
-
agentInvocationId
Description copied from interface:AgentInvocationExchangeQueryQuery by agent invocation id- Specified by:
agentInvocationIdin interfaceAgentInvocationExchangeQuery
-
agentDefinitionId
- Specified by:
agentDefinitionIdin interfaceAgentInvocationExchangeQuery
-
agentDefinitionKey
- Specified by:
agentDefinitionKeyin interfaceAgentInvocationExchangeQuery
-
type
- Specified by:
typein interfaceAgentInvocationExchangeQuery
-
subType
- Specified by:
subTypein interfaceAgentInvocationExchangeQuery
-
subTypeLike
- Specified by:
subTypeLikein interfaceAgentInvocationExchangeQuery
-
operationKey
- Specified by:
operationKeyin interfaceAgentInvocationExchangeQuery
-
types
- Specified by:
typesin interfaceAgentInvocationExchangeQuery
-
userId
- Specified by:
userIdin interfaceAgentInvocationExchangeQuery
-
userIdOrNoUserSet
- Specified by:
userIdOrNoUserSetin interfaceAgentInvocationExchangeQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<AgentInvocationExchangeQuery,AgentInvocationExchange>
-
executeList
public List<AgentInvocationExchange> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<AgentInvocationExchangeQuery,AgentInvocationExchange>
-
orderByCreationTime
- Specified by:
orderByCreationTimein interfaceAgentInvocationExchangeQuery
-
orderByTransactionOrder
- Specified by:
orderByTransactionOrderin interfaceAgentInvocationExchangeQuery
-
getId
-
getIds
-
getAgentInstanceId
-
getTenantId
-
isTenantIdSet
public boolean isTenantIdSet() -
getAgentInvocationId
-
getAgentDefinitionId
-
getAgentDefinitionKey
-
getType
-
getTypes
-
getSubType
-
getSubTypeLike
-
getUserId
-
getUserIdOrNoUserSet
-
getOperationKey
-