Class PolicyDeploymentQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<PolicyDeploymentQuery,PolicyDeployment>
com.flowable.policy.engine.impl.repository.PolicyDeploymentQueryImpl
- All Implemented Interfaces:
PolicyDeploymentQuery
,java.io.Serializable
,org.flowable.common.engine.api.query.Query<PolicyDeploymentQuery,PolicyDeployment>
,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
public class PolicyDeploymentQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<PolicyDeploymentQuery,PolicyDeployment> implements PolicyDeploymentQuery, java.io.Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
actionDefinitionKey
protected java.lang.String
actionDefinitionKeyLike
protected java.lang.String
category
protected java.lang.String
categoryNotEquals
protected java.lang.String
deploymentId
protected java.util.List<java.lang.String>
deploymentIds
protected java.lang.String
key
protected boolean
latest
protected java.lang.String
name
protected java.lang.String
nameLike
protected java.lang.String
parentDeploymentId
protected java.lang.String
parentDeploymentIdLike
protected java.lang.String
tenantId
protected java.lang.String
tenantIdLike
protected boolean
withoutTenantId
-
Constructor Summary
Constructors Constructor Description PolicyDeploymentQueryImpl()
PolicyDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
PolicyDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Method Summary
Modifier and Type Method Description PolicyDeploymentQueryImpl
deploymentCategory(java.lang.String deploymentCategory)
Only select deployments with the given category.PolicyDeploymentQueryImpl
deploymentCategoryNotEquals(java.lang.String deploymentCategoryNotEquals)
Only select deployments that have a different category then the given one.PolicyDeploymentQueryImpl
deploymentId(java.lang.String deploymentId)
Only select deployments with the given deployment id.PolicyDeploymentQueryImpl
deploymentIds(java.util.List<java.lang.String> deploymentIds)
Only select deployments with the given deployment ids.PolicyDeploymentQueryImpl
deploymentKey(java.lang.String deploymentKey)
Only select deployments with the given key.PolicyDeploymentQueryImpl
deploymentName(java.lang.String deploymentName)
Only select deployments with the given name.PolicyDeploymentQueryImpl
deploymentNameLike(java.lang.String nameLike)
Only select deployments with a name like the given string.PolicyDeploymentQueryImpl
deploymentTenantId(java.lang.String tenantId)
Only select deployment that have the given tenant id.PolicyDeploymentQueryImpl
deploymentTenantIdLike(java.lang.String tenantIdLike)
Only select deployments with a tenant id like the given one.PolicyDeploymentQueryImpl
deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.long
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.util.List<PolicyDeployment>
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.lang.String
getActionDefinitionKey()
java.lang.String
getActionDefinitionKeyLike()
java.lang.String
getCategory()
java.lang.String
getCategoryNotEquals()
java.lang.String
getDeploymentId()
java.util.List<java.lang.String>
getDeploymentIds()
java.lang.String
getKey()
java.lang.String
getName()
java.lang.String
getNameLike()
java.lang.String
getTenantId()
java.lang.String
getTenantIdLike()
boolean
isWithoutTenantId()
PolicyDeploymentQueryImpl
latest()
Only select the latest deployments per deployment key.PolicyDeploymentQuery
orderByDeploymentId()
Order by deployment id (needs to be followed byQuery.asc()
orQuery.desc()
).PolicyDeploymentQuery
orderByDeploymentName()
Order by deployment name (needs to be followed byQuery.asc()
orQuery.desc()
).PolicyDeploymentQuery
orderByDeploymentTime()
Order by deployment time (needs to be followed byQuery.asc()
orQuery.desc()
).PolicyDeploymentQuery
orderByTenantId()
Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).PolicyDeploymentQueryImpl
parentDeploymentId(java.lang.String parentDeploymentId)
Only select deployment that have the given deployment parent id.PolicyDeploymentQueryImpl
parentDeploymentIdLike(java.lang.String parentDeploymentIdLike)
Only select deployments with a deployment parent id like the given one.PolicyDeploymentQueryImpl
policyDefinitionKey(java.lang.String key)
Only select deployments with the given policy definition key.PolicyDeploymentQueryImpl
policyDefinitionKeyLike(java.lang.String keyLike)
Only select deployments with a policy definition key like the given string.Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
Methods 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
-
PolicyDeploymentQueryImpl
public PolicyDeploymentQueryImpl() -
PolicyDeploymentQueryImpl
public PolicyDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
PolicyDeploymentQueryImpl
public PolicyDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
deploymentId
Description copied from interface:PolicyDeploymentQuery
Only select deployments with the given deployment id.- Specified by:
deploymentId
in interfacePolicyDeploymentQuery
-
deploymentIds
Description copied from interface:PolicyDeploymentQuery
Only select deployments with the given deployment ids.- Specified by:
deploymentIds
in interfacePolicyDeploymentQuery
-
deploymentName
Description copied from interface:PolicyDeploymentQuery
Only select deployments with the given name.- Specified by:
deploymentName
in interfacePolicyDeploymentQuery
-
deploymentNameLike
Description copied from interface:PolicyDeploymentQuery
Only select deployments with a name like the given string.- Specified by:
deploymentNameLike
in interfacePolicyDeploymentQuery
-
deploymentKey
Description copied from interface:PolicyDeploymentQuery
Only select deployments with the given key.- Specified by:
deploymentKey
in interfacePolicyDeploymentQuery
-
deploymentCategory
Description copied from interface:PolicyDeploymentQuery
Only select deployments with the given category.- Specified by:
deploymentCategory
in interfacePolicyDeploymentQuery
- See Also:
PolicyDeploymentBuilder.category(String)
-
deploymentCategoryNotEquals
public PolicyDeploymentQueryImpl deploymentCategoryNotEquals(java.lang.String deploymentCategoryNotEquals)Description copied from interface:PolicyDeploymentQuery
Only select deployments that have a different category then the given one.- Specified by:
deploymentCategoryNotEquals
in interfacePolicyDeploymentQuery
- See Also:
PolicyDeploymentBuilder.category(String)
-
parentDeploymentId
Description copied from interface:PolicyDeploymentQuery
Only select deployment that have the given deployment parent id.- Specified by:
parentDeploymentId
in interfacePolicyDeploymentQuery
-
parentDeploymentIdLike
Description copied from interface:PolicyDeploymentQuery
Only select deployments with a deployment parent id like the given one.- Specified by:
parentDeploymentIdLike
in interfacePolicyDeploymentQuery
-
deploymentWithoutTenantId
Description copied from interface:PolicyDeploymentQuery
Only select deployments that do not have a tenant id.- Specified by:
deploymentWithoutTenantId
in interfacePolicyDeploymentQuery
-
deploymentTenantId
Description copied from interface:PolicyDeploymentQuery
Only select deployment that have the given tenant id.- Specified by:
deploymentTenantId
in interfacePolicyDeploymentQuery
-
deploymentTenantIdLike
Description copied from interface:PolicyDeploymentQuery
Only select deployments with a tenant id like the given one.- Specified by:
deploymentTenantIdLike
in interfacePolicyDeploymentQuery
-
policyDefinitionKey
Description copied from interface:PolicyDeploymentQuery
Only select deployments with the given policy definition key.- Specified by:
policyDefinitionKey
in interfacePolicyDeploymentQuery
-
policyDefinitionKeyLike
Description copied from interface:PolicyDeploymentQuery
Only select deployments with a policy definition key like the given string.- Specified by:
policyDefinitionKeyLike
in interfacePolicyDeploymentQuery
-
latest
Description copied from interface:PolicyDeploymentQuery
Only select the latest deployments per deployment key.- Specified by:
latest
in interfacePolicyDeploymentQuery
-
orderByDeploymentId
Description copied from interface:PolicyDeploymentQuery
Order by deployment id (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByDeploymentId
in interfacePolicyDeploymentQuery
-
orderByDeploymentTime
Description copied from interface:PolicyDeploymentQuery
Order by deployment time (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByDeploymentTime
in interfacePolicyDeploymentQuery
-
orderByDeploymentName
Description copied from interface:PolicyDeploymentQuery
Order by deployment name (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByDeploymentName
in interfacePolicyDeploymentQuery
-
orderByTenantId
Description copied from interface:PolicyDeploymentQuery
Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByTenantId
in interfacePolicyDeploymentQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeCount
in classorg.flowable.common.engine.impl.query.AbstractQuery<PolicyDeploymentQuery,PolicyDeployment>
-
executeList
public java.util.List<PolicyDeployment> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeList
in classorg.flowable.common.engine.impl.query.AbstractQuery<PolicyDeploymentQuery,PolicyDeployment>
-
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()
-