Class TemplateDeploymentQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<TemplateDeploymentQuery,TemplateDeployment>
com.flowable.template.engine.impl.repository.TemplateDeploymentQueryImpl
- All Implemented Interfaces:
TemplateDeploymentQuery
,Serializable
,Query<TemplateDeploymentQuery,
,TemplateDeployment> Command<Object>
public class TemplateDeploymentQueryImpl
extends AbstractQuery<TemplateDeploymentQuery,TemplateDeployment>
implements TemplateDeploymentQuery, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected boolean
protected String
protected String
protected String
protected String
protected String
protected String
protected boolean
Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutor
Fields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
Constructor Summary
ConstructorDescriptionTemplateDeploymentQueryImpl
(CommandContext commandContext) TemplateDeploymentQueryImpl
(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionOnly select deployments with the given action definition key.actionDefinitionKeyLike
(String keyLike) Only select deployments with a action definition key like the given string.deploymentCategory
(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.long
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) getKey()
getName()
boolean
latest()
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, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
Methods 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, setMaxResults, setNullHandlingColumn, setParameter
-
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
-
TemplateDeploymentQueryImpl
public TemplateDeploymentQueryImpl() -
TemplateDeploymentQueryImpl
-
TemplateDeploymentQueryImpl
-
-
Method Details
-
deploymentId
Description copied from interface:TemplateDeploymentQuery
Only select deployments with the given deployment id.- Specified by:
deploymentId
in interfaceTemplateDeploymentQuery
-
deploymentIds
Description copied from interface:TemplateDeploymentQuery
Only select deployments with the given deployment ids.- Specified by:
deploymentIds
in interfaceTemplateDeploymentQuery
-
deploymentName
Description copied from interface:TemplateDeploymentQuery
Only select deployments with the given name.- Specified by:
deploymentName
in interfaceTemplateDeploymentQuery
-
deploymentNameLike
Description copied from interface:TemplateDeploymentQuery
Only select deployments with a name like the given string.- Specified by:
deploymentNameLike
in interfaceTemplateDeploymentQuery
-
deploymentKey
Description copied from interface:TemplateDeploymentQuery
Only select deployments with the given key.- Specified by:
deploymentKey
in interfaceTemplateDeploymentQuery
-
deploymentCategory
Description copied from interface:TemplateDeploymentQuery
Only select deployments with the given category.- Specified by:
deploymentCategory
in interfaceTemplateDeploymentQuery
- See Also:
-
deploymentCategoryNotEquals
Description copied from interface:TemplateDeploymentQuery
Only select deployments that have a different category then the given one.- Specified by:
deploymentCategoryNotEquals
in interfaceTemplateDeploymentQuery
- See Also:
-
parentDeploymentId
Description copied from interface:TemplateDeploymentQuery
Only select deployment that have the given deployment parent id.- Specified by:
parentDeploymentId
in interfaceTemplateDeploymentQuery
-
parentDeploymentIdLike
Description copied from interface:TemplateDeploymentQuery
Only select deployments with a deployment parent id like the given one.- Specified by:
parentDeploymentIdLike
in interfaceTemplateDeploymentQuery
-
deploymentWithoutTenantId
Description copied from interface:TemplateDeploymentQuery
Only select deployments that do not have a tenant id.- Specified by:
deploymentWithoutTenantId
in interfaceTemplateDeploymentQuery
-
deploymentTenantId
Description copied from interface:TemplateDeploymentQuery
Only select deployment that have the given tenant id.- Specified by:
deploymentTenantId
in interfaceTemplateDeploymentQuery
-
deploymentTenantIdLike
Description copied from interface:TemplateDeploymentQuery
Only select deployments with a tenant id like the given one.- Specified by:
deploymentTenantIdLike
in interfaceTemplateDeploymentQuery
-
actionDefinitionKey
Description copied from interface:TemplateDeploymentQuery
Only select deployments with the given action definition key.- Specified by:
actionDefinitionKey
in interfaceTemplateDeploymentQuery
-
actionDefinitionKeyLike
Description copied from interface:TemplateDeploymentQuery
Only select deployments with a action definition key like the given string.- Specified by:
actionDefinitionKeyLike
in interfaceTemplateDeploymentQuery
-
latest
Description copied from interface:TemplateDeploymentQuery
Only select the latest deployments per deployment key.- Specified by:
latest
in interfaceTemplateDeploymentQuery
-
orderByDeploymentId
Description copied from interface:TemplateDeploymentQuery
Order by deployment id (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByDeploymentId
in interfaceTemplateDeploymentQuery
-
orderByDeploymentTime
Description copied from interface:TemplateDeploymentQuery
Order by deployment time (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByDeploymentTime
in interfaceTemplateDeploymentQuery
-
orderByDeploymentName
Description copied from interface:TemplateDeploymentQuery
Order by deployment name (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByDeploymentName
in interfaceTemplateDeploymentQuery
-
orderByTenantId
Description copied from interface:TemplateDeploymentQuery
Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByTenantId
in interfaceTemplateDeploymentQuery
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<TemplateDeploymentQuery,
TemplateDeployment>
-
executeList
- Specified by:
executeList
in classAbstractQuery<TemplateDeploymentQuery,
TemplateDeployment>
-
getDeploymentId
-
getDeploymentIds
-
getName
-
getNameLike
-
getKey
-
getCategory
-
getCategoryNotEquals
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getActionDefinitionKey
-
getActionDefinitionKeyLike
-