Class DataObjectDeploymentQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<DataObjectDeploymentQuery,DataObjectDeployment>
com.flowable.dataobject.engine.impl.repository.DataObjectDeploymentQueryImpl
- All Implemented Interfaces:
DataObjectDeploymentQuery,Serializable,Query<DataObjectDeploymentQuery,,DataObjectDeployment> Command<Object>
public class DataObjectDeploymentQueryImpl
extends AbstractQuery<DataObjectDeploymentQuery,DataObjectDeployment>
implements DataObjectDeploymentQuery, 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.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.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, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
ConstructorsConstructorDescriptionDataObjectDeploymentQueryImpl(CommandContext commandContext) DataObjectDeploymentQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionOnly select deployments with the given data object definition key.dataObjectDefinitionKeyLike(String keyLike) Only select deployments with a data object 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.longexecuteCount(CommandContext commandContext) executeList(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, 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, setMaxResults, setNullHandlingColumn, setParameter
-
Field Details
-
deploymentId
-
deploymentIds
-
name
-
nameLike
-
key
-
category
-
categoryNotEquals
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
parentDeploymentId
-
parentDeploymentIdLike
-
dataObjectDefinitionKey
-
dataObjectDefinitionKeyLike
-
latest
protected boolean latest
-
-
Constructor Details
-
DataObjectDeploymentQueryImpl
public DataObjectDeploymentQueryImpl() -
DataObjectDeploymentQueryImpl
-
DataObjectDeploymentQueryImpl
-
-
Method Details
-
deploymentId
Description copied from interface:DataObjectDeploymentQueryOnly select deployments with the given deployment id.- Specified by:
deploymentIdin interfaceDataObjectDeploymentQuery
-
deploymentIds
Description copied from interface:DataObjectDeploymentQueryOnly select deployments with the given deployment ids.- Specified by:
deploymentIdsin interfaceDataObjectDeploymentQuery
-
deploymentName
Description copied from interface:DataObjectDeploymentQueryOnly select deployments with the given name.- Specified by:
deploymentNamein interfaceDataObjectDeploymentQuery
-
deploymentNameLike
Description copied from interface:DataObjectDeploymentQueryOnly select deployments with a name like the given string.- Specified by:
deploymentNameLikein interfaceDataObjectDeploymentQuery
-
deploymentKey
Description copied from interface:DataObjectDeploymentQueryOnly select deployments with the given key.- Specified by:
deploymentKeyin interfaceDataObjectDeploymentQuery
-
deploymentCategory
Description copied from interface:DataObjectDeploymentQueryOnly select deployments with the given category.- Specified by:
deploymentCategoryin interfaceDataObjectDeploymentQuery- See Also:
-
deploymentCategoryNotEquals
public DataObjectDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals) Description copied from interface:DataObjectDeploymentQueryOnly select deployments that have a different category then the given one.- Specified by:
deploymentCategoryNotEqualsin interfaceDataObjectDeploymentQuery- See Also:
-
parentDeploymentId
Description copied from interface:DataObjectDeploymentQueryOnly select deployment that have the given deployment parent id.- Specified by:
parentDeploymentIdin interfaceDataObjectDeploymentQuery
-
parentDeploymentIdLike
Description copied from interface:DataObjectDeploymentQueryOnly select deployments with a deployment parent id like the given one.- Specified by:
parentDeploymentIdLikein interfaceDataObjectDeploymentQuery
-
deploymentWithoutTenantId
Description copied from interface:DataObjectDeploymentQueryOnly select deployments that do not have a tenant id.- Specified by:
deploymentWithoutTenantIdin interfaceDataObjectDeploymentQuery
-
deploymentTenantId
Description copied from interface:DataObjectDeploymentQueryOnly select deployment that have the given tenant id.- Specified by:
deploymentTenantIdin interfaceDataObjectDeploymentQuery
-
deploymentTenantIdLike
Description copied from interface:DataObjectDeploymentQueryOnly select deployments with a tenant id like the given one.- Specified by:
deploymentTenantIdLikein interfaceDataObjectDeploymentQuery
-
dataObjectDefinitionKey
Description copied from interface:DataObjectDeploymentQueryOnly select deployments with the given data object definition key.- Specified by:
dataObjectDefinitionKeyin interfaceDataObjectDeploymentQuery
-
dataObjectDefinitionKeyLike
Description copied from interface:DataObjectDeploymentQueryOnly select deployments with a data object definition key like the given string.- Specified by:
dataObjectDefinitionKeyLikein interfaceDataObjectDeploymentQuery
-
latest
Description copied from interface:DataObjectDeploymentQueryOnly select the latest deployments per deployment key.- Specified by:
latestin interfaceDataObjectDeploymentQuery
-
orderByDeploymentId
Description copied from interface:DataObjectDeploymentQueryOrder by deployment id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentIdin interfaceDataObjectDeploymentQuery
-
orderByDeploymentTime
Description copied from interface:DataObjectDeploymentQueryOrder by deployment time (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentTimein interfaceDataObjectDeploymentQuery
-
orderByDeploymentName
Description copied from interface:DataObjectDeploymentQueryOrder by deployment name (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentNamein interfaceDataObjectDeploymentQuery
-
orderByTenantId
Description copied from interface:DataObjectDeploymentQueryOrder by tenant id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTenantIdin interfaceDataObjectDeploymentQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<DataObjectDeploymentQuery,DataObjectDeployment>
-
executeList
- Specified by:
executeListin classAbstractQuery<DataObjectDeploymentQuery,DataObjectDeployment>
-
getDeploymentId
-
getDeploymentIds
-
getName
-
getNameLike
-
getKey
-
getCategory
-
getCategoryNotEquals
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getDataObjectDefinitionKey
-
getDataObjectDefinitionKeyLike
-