Class ActionDeploymentQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<ActionDeploymentQuery,ActionDeployment>
com.flowable.action.engine.impl.repository.ActionDeploymentQueryImpl
- All Implemented Interfaces:
ActionDeploymentQuery,java.io.Serializable,org.flowable.common.engine.api.query.Query<ActionDeploymentQuery,ActionDeployment>,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
public class ActionDeploymentQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<ActionDeploymentQuery,ActionDeployment> implements ActionDeploymentQuery, java.io.Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringactionDefinitionKeyprotected java.lang.StringactionDefinitionKeyLikeprotected java.lang.Stringcategoryprotected java.lang.StringcategoryNotEqualsprotected java.lang.StringdeploymentIdprotected java.util.List<java.lang.String>deploymentIdsprotected java.lang.Stringkeyprotected booleanlatestprotected java.lang.Stringnameprotected java.lang.StringnameLikeprotected java.lang.StringparentDeploymentIdprotected java.lang.StringparentDeploymentIdLikeprotected java.lang.StringtenantIdprotected java.lang.StringtenantIdLikeprotected booleanwithoutTenantId -
Constructor Summary
Constructors Constructor Description ActionDeploymentQueryImpl()ActionDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)ActionDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and Type Method Description ActionDeploymentQueryImplactionDefinitionKey(java.lang.String key)Only select deployments with the given action definition key.ActionDeploymentQueryImplactionDefinitionKeyLike(java.lang.String keyLike)Only select deployments with a action definition key like the given string.ActionDeploymentQueryImpldeploymentCategory(java.lang.String deploymentCategory)Only select deployments with the given category.ActionDeploymentQueryImpldeploymentCategoryNotEquals(java.lang.String deploymentCategoryNotEquals)Only select deployments that have a different category then the given one.ActionDeploymentQueryImpldeploymentId(java.lang.String deploymentId)Only select deployments with the given deployment id.ActionDeploymentQueryImpldeploymentIds(java.util.List<java.lang.String> deploymentIds)Only select deployments with the given deployment ids.ActionDeploymentQueryImpldeploymentKey(java.lang.String deploymentKey)Only select deployments with the given key.ActionDeploymentQueryImpldeploymentName(java.lang.String deploymentName)Only select deployments with the given name.ActionDeploymentQueryImpldeploymentNameLike(java.lang.String nameLike)Only select deployments with a name like the given string.ActionDeploymentQueryImpldeploymentTenantId(java.lang.String tenantId)Only select deployment that have the given tenant id.ActionDeploymentQueryImpldeploymentTenantIdLike(java.lang.String tenantIdLike)Only select deployments with a tenant id like the given one.ActionDeploymentQueryImpldeploymentWithoutTenantId()Only select deployments that do not have a tenant id.longexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.util.List<ActionDeployment>executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.lang.StringgetActionDefinitionKey()java.lang.StringgetActionDefinitionKeyLike()java.lang.StringgetCategory()java.lang.StringgetCategoryNotEquals()java.lang.StringgetDeploymentId()java.util.List<java.lang.String>getDeploymentIds()java.lang.StringgetKey()java.lang.StringgetName()java.lang.StringgetNameLike()java.lang.StringgetTenantId()java.lang.StringgetTenantIdLike()booleanisWithoutTenantId()ActionDeploymentQueryImpllatest()Only select the latest deployments per deployment key.ActionDeploymentQueryorderByDeploymentId()Order by deployment id (needs to be followed byQuery.asc()orQuery.desc()).ActionDeploymentQueryorderByDeploymentName()Order by deployment name (needs to be followed byQuery.asc()orQuery.desc()).ActionDeploymentQueryorderByDeploymentTime()Order by deployment time (needs to be followed byQuery.asc()orQuery.desc()).ActionDeploymentQueryorderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).ActionDeploymentQueryImplparentDeploymentId(java.lang.String parentDeploymentId)Only select deployment that have the given deployment parent id.ActionDeploymentQueryImplparentDeploymentIdLike(java.lang.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, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultMethods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameter
-
Field Details
-
deploymentId
protected java.lang.String deploymentId -
deploymentIds
protected java.util.List<java.lang.String> deploymentIds -
name
protected java.lang.String name -
nameLike
protected java.lang.String nameLike -
key
protected java.lang.String key -
category
protected java.lang.String category -
categoryNotEquals
protected java.lang.String categoryNotEquals -
tenantId
protected java.lang.String tenantId -
tenantIdLike
protected java.lang.String tenantIdLike -
withoutTenantId
protected boolean withoutTenantId -
parentDeploymentId
protected java.lang.String parentDeploymentId -
parentDeploymentIdLike
protected java.lang.String parentDeploymentIdLike -
actionDefinitionKey
protected java.lang.String actionDefinitionKey -
actionDefinitionKeyLike
protected java.lang.String actionDefinitionKeyLike -
latest
protected boolean latest
-
-
Constructor Details
-
ActionDeploymentQueryImpl
public ActionDeploymentQueryImpl() -
ActionDeploymentQueryImpl
public ActionDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
ActionDeploymentQueryImpl
public ActionDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
deploymentId
Description copied from interface:ActionDeploymentQueryOnly select deployments with the given deployment id.- Specified by:
deploymentIdin interfaceActionDeploymentQuery
-
deploymentIds
Description copied from interface:ActionDeploymentQueryOnly select deployments with the given deployment ids.- Specified by:
deploymentIdsin interfaceActionDeploymentQuery
-
deploymentName
Description copied from interface:ActionDeploymentQueryOnly select deployments with the given name.- Specified by:
deploymentNamein interfaceActionDeploymentQuery
-
deploymentNameLike
Description copied from interface:ActionDeploymentQueryOnly select deployments with a name like the given string.- Specified by:
deploymentNameLikein interfaceActionDeploymentQuery
-
deploymentKey
Description copied from interface:ActionDeploymentQueryOnly select deployments with the given key.- Specified by:
deploymentKeyin interfaceActionDeploymentQuery
-
deploymentCategory
Description copied from interface:ActionDeploymentQueryOnly select deployments with the given category.- Specified by:
deploymentCategoryin interfaceActionDeploymentQuery- See Also:
ActionDeploymentBuilder.category(String)
-
deploymentCategoryNotEquals
public ActionDeploymentQueryImpl deploymentCategoryNotEquals(java.lang.String deploymentCategoryNotEquals)Description copied from interface:ActionDeploymentQueryOnly select deployments that have a different category then the given one.- Specified by:
deploymentCategoryNotEqualsin interfaceActionDeploymentQuery- See Also:
ActionDeploymentBuilder.category(String)
-
parentDeploymentId
Description copied from interface:ActionDeploymentQueryOnly select deployment that have the given deployment parent id.- Specified by:
parentDeploymentIdin interfaceActionDeploymentQuery
-
parentDeploymentIdLike
Description copied from interface:ActionDeploymentQueryOnly select deployments with a deployment parent id like the given one.- Specified by:
parentDeploymentIdLikein interfaceActionDeploymentQuery
-
deploymentWithoutTenantId
Description copied from interface:ActionDeploymentQueryOnly select deployments that do not have a tenant id.- Specified by:
deploymentWithoutTenantIdin interfaceActionDeploymentQuery
-
deploymentTenantId
Description copied from interface:ActionDeploymentQueryOnly select deployment that have the given tenant id.- Specified by:
deploymentTenantIdin interfaceActionDeploymentQuery
-
deploymentTenantIdLike
Description copied from interface:ActionDeploymentQueryOnly select deployments with a tenant id like the given one.- Specified by:
deploymentTenantIdLikein interfaceActionDeploymentQuery
-
actionDefinitionKey
Description copied from interface:ActionDeploymentQueryOnly select deployments with the given action definition key.- Specified by:
actionDefinitionKeyin interfaceActionDeploymentQuery
-
actionDefinitionKeyLike
Description copied from interface:ActionDeploymentQueryOnly select deployments with a action definition key like the given string.- Specified by:
actionDefinitionKeyLikein interfaceActionDeploymentQuery
-
latest
Description copied from interface:ActionDeploymentQueryOnly select the latest deployments per deployment key.- Specified by:
latestin interfaceActionDeploymentQuery
-
orderByDeploymentId
Description copied from interface:ActionDeploymentQueryOrder by deployment id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentIdin interfaceActionDeploymentQuery
-
orderByDeploymentTime
Description copied from interface:ActionDeploymentQueryOrder by deployment time (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentTimein interfaceActionDeploymentQuery
-
orderByDeploymentName
Description copied from interface:ActionDeploymentQueryOrder by deployment name (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentNamein interfaceActionDeploymentQuery
-
orderByTenantId
Description copied from interface:ActionDeploymentQueryOrder by tenant id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTenantIdin interfaceActionDeploymentQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<ActionDeploymentQuery,ActionDeployment>
-
executeList
public java.util.List<ActionDeployment> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<ActionDeploymentQuery,ActionDeployment>
-
getDeploymentId
public java.lang.String getDeploymentId() -
getDeploymentIds
public java.util.List<java.lang.String> getDeploymentIds() -
getName
public java.lang.String getName() -
getNameLike
public java.lang.String getNameLike() -
getKey
public java.lang.String getKey() -
getCategory
public java.lang.String getCategory() -
getCategoryNotEquals
public java.lang.String getCategoryNotEquals() -
getTenantId
public java.lang.String getTenantId() -
getTenantIdLike
public java.lang.String getTenantIdLike() -
isWithoutTenantId
public boolean isWithoutTenantId() -
getActionDefinitionKey
public java.lang.String getActionDefinitionKey() -
getActionDefinitionKeyLike
public java.lang.String getActionDefinitionKeyLike()
-