Class AgentDeploymentQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<AgentDeploymentQuery,AgentDeployment>
com.flowable.agent.engine.impl.repository.AgentDeploymentQueryImpl
- All Implemented Interfaces:
AgentDeploymentQuery,Serializable,org.flowable.common.engine.api.query.Query<AgentDeploymentQuery,,AgentDeployment> org.flowable.common.engine.impl.interceptor.Command<Object>
public class AgentDeploymentQueryImpl
extends org.flowable.common.engine.impl.query.AbstractQuery<AgentDeploymentQuery,AgentDeployment>
implements AgentDeploymentQuery, Serializable
- 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 Stringprotected booleanprotected Stringprotected Stringprotected Stringprotected 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
ConstructorsConstructorDescriptionAgentDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptiondeploymentCategory(String deploymentCategory) Only select deployments with the given category.deploymentCategoryNotEquals(String deploymentCategoryNotEquals) Only select deployments that have a different category then the given one.deploymentId(String deploymentId) Only select deployments with the given deployment id.deploymentIds(List<String> deploymentIds) Only select deployments with the given deployment ids.deploymentKey(String deploymentKey) Only select deployments with the given key.deploymentName(String deploymentName) Only select deployments with the given name.deploymentNameLike(String nameLike) Only select deployments with a name like the given string.deploymentTenantId(String tenantId) Only select deployment that have the given tenant id.deploymentTenantIdLike(String tenantIdLike) Only select deployments with a tenant id like the given one.Only select deployments that do not have a tenant id.longexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getKey()getName()booleanlatest()Only select the latest deployments per deployment key.Order by deployment id (needs to be followed byQuery.asc()orQuery.desc()).Order by deployment name (needs to be followed byQuery.asc()orQuery.desc()).Order by deployment time (needs to be followed byQuery.asc()orQuery.desc()).Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).parentDeploymentId(String parentDeploymentId) Only select deployment that have the given deployment parent id.parentDeploymentIdLike(String parentDeploymentIdLike) Only select deployments with a deployment parent id like the given one.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
-
deploymentId
-
deploymentIds
-
name
-
nameLike
-
key
-
category
-
categoryNotEquals
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
parentDeploymentId
-
parentDeploymentIdLike
-
actionDefinitionKey
-
actionDefinitionKeyLike
-
latest
protected boolean latest
-
-
Constructor Details
-
AgentDeploymentQueryImpl
public AgentDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
deploymentId
Description copied from interface:AgentDeploymentQueryOnly select deployments with the given deployment id.- Specified by:
deploymentIdin interfaceAgentDeploymentQuery
-
deploymentIds
Description copied from interface:AgentDeploymentQueryOnly select deployments with the given deployment ids.- Specified by:
deploymentIdsin interfaceAgentDeploymentQuery
-
deploymentName
Description copied from interface:AgentDeploymentQueryOnly select deployments with the given name.- Specified by:
deploymentNamein interfaceAgentDeploymentQuery
-
deploymentNameLike
Description copied from interface:AgentDeploymentQueryOnly select deployments with a name like the given string.- Specified by:
deploymentNameLikein interfaceAgentDeploymentQuery
-
deploymentKey
Description copied from interface:AgentDeploymentQueryOnly select deployments with the given key.- Specified by:
deploymentKeyin interfaceAgentDeploymentQuery
-
deploymentCategory
Description copied from interface:AgentDeploymentQueryOnly select deployments with the given category.- Specified by:
deploymentCategoryin interfaceAgentDeploymentQuery- See Also:
-
deploymentCategoryNotEquals
Description copied from interface:AgentDeploymentQueryOnly select deployments that have a different category then the given one.- Specified by:
deploymentCategoryNotEqualsin interfaceAgentDeploymentQuery- See Also:
-
parentDeploymentId
Description copied from interface:AgentDeploymentQueryOnly select deployment that have the given deployment parent id.- Specified by:
parentDeploymentIdin interfaceAgentDeploymentQuery
-
parentDeploymentIdLike
Description copied from interface:AgentDeploymentQueryOnly select deployments with a deployment parent id like the given one.- Specified by:
parentDeploymentIdLikein interfaceAgentDeploymentQuery
-
deploymentWithoutTenantId
Description copied from interface:AgentDeploymentQueryOnly select deployments that do not have a tenant id.- Specified by:
deploymentWithoutTenantIdin interfaceAgentDeploymentQuery
-
deploymentTenantId
Description copied from interface:AgentDeploymentQueryOnly select deployment that have the given tenant id.- Specified by:
deploymentTenantIdin interfaceAgentDeploymentQuery
-
deploymentTenantIdLike
Description copied from interface:AgentDeploymentQueryOnly select deployments with a tenant id like the given one.- Specified by:
deploymentTenantIdLikein interfaceAgentDeploymentQuery
-
latest
Description copied from interface:AgentDeploymentQueryOnly select the latest deployments per deployment key.- Specified by:
latestin interfaceAgentDeploymentQuery
-
orderByDeploymentId
Description copied from interface:AgentDeploymentQueryOrder by deployment id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentIdin interfaceAgentDeploymentQuery
-
orderByDeploymentTime
Description copied from interface:AgentDeploymentQueryOrder by deployment time (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentTimein interfaceAgentDeploymentQuery
-
orderByDeploymentName
Description copied from interface:AgentDeploymentQueryOrder by deployment name (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentNamein interfaceAgentDeploymentQuery
-
orderByTenantId
Description copied from interface:AgentDeploymentQueryOrder by tenant id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTenantIdin interfaceAgentDeploymentQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<AgentDeploymentQuery,AgentDeployment>
-
executeList
public List<AgentDeployment> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<AgentDeploymentQuery,AgentDeployment>
-
getDeploymentId
-
getDeploymentIds
-
getName
-
getNameLike
-
getKey
-
getCategory
-
getCategoryNotEquals
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getActionDefinitionKey
-
getActionDefinitionKeyLike
-