Class AgentInvocationEvaluationQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<AgentInvocationEvaluationQuery, AgentInvocationEvaluation>
com.flowable.agent.engine.impl.history.AgentInvocationEvaluationQueryImpl
- All Implemented Interfaces:
AgentInvocationEvaluationQuery, Serializable, org.flowable.common.engine.api.query.Query<AgentInvocationEvaluationQuery, AgentInvocationEvaluation>, org.flowable.common.engine.impl.interceptor.Command<Object>
public class AgentInvocationEvaluationQueryImpl
extends org.flowable.common.engine.impl.query.AbstractQuery<AgentInvocationEvaluationQuery, AgentInvocationEvaluation>
implements AgentInvocationEvaluationQuery
- 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 Booleanprotected Stringprotected Collection<String> protected Stringprotected Stringprotected Stringprotected Booleanprotected Stringprotected Stringprotected Stringprotected 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
ConstructorsConstructorDescriptionAgentInvocationEvaluationQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionagentInstanceId(String agentInstanceId) evaluatorKey(String evaluatorKey) evaluatorSubKey(String evaluatorSubKey) longexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) finished()getId()getIds()getKind()ids(Collection<String> ids) invocationId(String invocationId) booleanoperationKey(String operationKey) passed(boolean passed) referenceScopeId(String referenceScopeId) referenceScopeType(String referenceScopeType) 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
-
invocationId
-
agentInstanceId
-
operationKey
-
kind
-
evaluatorKey
-
evaluatorSubKey
-
referenceScopeId
-
referenceScopeType
-
passed
-
finished
-
tenantId
-
tenantIdSet
protected boolean tenantIdSet
-
-
Constructor Details
-
AgentInvocationEvaluationQueryImpl
public AgentInvocationEvaluationQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
id
- Specified by:
idin interfaceAgentInvocationEvaluationQuery
-
ids
- Specified by:
idsin interfaceAgentInvocationEvaluationQuery
-
invocationId
- Specified by:
invocationIdin interfaceAgentInvocationEvaluationQuery
-
agentInstanceId
- Specified by:
agentInstanceIdin interfaceAgentInvocationEvaluationQuery
-
operationKey
- Specified by:
operationKeyin interfaceAgentInvocationEvaluationQuery
-
kind
- Specified by:
kindin interfaceAgentInvocationEvaluationQuery
-
evaluatorKey
- Specified by:
evaluatorKeyin interfaceAgentInvocationEvaluationQuery
-
evaluatorSubKey
- Specified by:
evaluatorSubKeyin interfaceAgentInvocationEvaluationQuery
-
referenceScopeId
- Specified by:
referenceScopeIdin interfaceAgentInvocationEvaluationQuery
-
referenceScopeType
- Specified by:
referenceScopeTypein interfaceAgentInvocationEvaluationQuery
-
passed
- Specified by:
passedin interfaceAgentInvocationEvaluationQuery
-
finished
- Specified by:
finishedin interfaceAgentInvocationEvaluationQuery
-
unfinished
- Specified by:
unfinishedin interfaceAgentInvocationEvaluationQuery
-
tenantId
- Specified by:
tenantIdin interfaceAgentInvocationEvaluationQuery
-
orderByAgentInvocationEvaluationId
- Specified by:
orderByAgentInvocationEvaluationIdin interfaceAgentInvocationEvaluationQuery
-
orderByStartTime
- Specified by:
orderByStartTimein interfaceAgentInvocationEvaluationQuery
-
orderByEndTime
- Specified by:
orderByEndTimein interfaceAgentInvocationEvaluationQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<AgentInvocationEvaluationQuery, AgentInvocationEvaluation>
-
executeList
public List<AgentInvocationEvaluation> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<AgentInvocationEvaluationQuery, AgentInvocationEvaluation>
-
getId
-
getIds
-
getInvocationId
-
getAgentInstanceId
-
getOperationKey
-
getKind
-
getEvaluatorKey
-
getEvaluatorSubKey
-
getReferenceScopeId
-
getReferenceScopeType
-
getPassed
-
getFinished
-
getTenantId
-
isTenantIdSet
public boolean isTenantIdSet()
-