Class AppDeploymentQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<AppDeploymentQuery,AppDeployment>
com.flowable.app.engine.impl.repository.AppDeploymentQueryImpl
- All Implemented Interfaces:
Serializable
,AppDeploymentQuery
,Query<AppDeploymentQuery,
,AppDeployment> Command<Object>
public class AppDeploymentQueryImpl
extends AbstractQuery<AppDeploymentQuery,AppDeployment>
implements AppDeploymentQuery, 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 boolean
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
ConstructorDescriptionAppDeploymentQueryImpl
(CommandContext commandContext) AppDeploymentQueryImpl
(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptiondeploymentCategory
(String deploymentCategory) deploymentCategoryNotEquals
(String deploymentCategoryNotEquals) deploymentId
(String deploymentId) deploymentIds
(List<String> deploymentIds) deploymentKey
(String deploymentKey) deploymentName
(String deploymentName) deploymentNameLike
(String nameLike) deploymentTenantId
(String tenantId) deploymentTenantIdLike
(String tenantIdLike) long
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) getKey()
getName()
boolean
latest()
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
-
category
-
categoryNotEquals
-
key
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
latest
protected boolean latest
-
-
Constructor Details
-
AppDeploymentQueryImpl
public AppDeploymentQueryImpl() -
AppDeploymentQueryImpl
-
AppDeploymentQueryImpl
-
-
Method Details
-
deploymentId
- Specified by:
deploymentId
in interfaceAppDeploymentQuery
-
deploymentIds
- Specified by:
deploymentIds
in interfaceAppDeploymentQuery
-
deploymentName
- Specified by:
deploymentName
in interfaceAppDeploymentQuery
-
deploymentNameLike
- Specified by:
deploymentNameLike
in interfaceAppDeploymentQuery
-
deploymentCategory
- Specified by:
deploymentCategory
in interfaceAppDeploymentQuery
-
deploymentCategoryNotEquals
- Specified by:
deploymentCategoryNotEquals
in interfaceAppDeploymentQuery
-
deploymentKey
- Specified by:
deploymentKey
in interfaceAppDeploymentQuery
-
deploymentTenantId
- Specified by:
deploymentTenantId
in interfaceAppDeploymentQuery
-
deploymentTenantIdLike
- Specified by:
deploymentTenantIdLike
in interfaceAppDeploymentQuery
-
deploymentWithoutTenantId
- Specified by:
deploymentWithoutTenantId
in interfaceAppDeploymentQuery
-
latest
- Specified by:
latest
in interfaceAppDeploymentQuery
-
orderByDeploymentId
- Specified by:
orderByDeploymentId
in interfaceAppDeploymentQuery
-
orderByDeploymentTime
- Specified by:
orderByDeploymentTime
in interfaceAppDeploymentQuery
-
orderByDeploymentName
- Specified by:
orderByDeploymentName
in interfaceAppDeploymentQuery
-
orderByTenantId
- Specified by:
orderByTenantId
in interfaceAppDeploymentQuery
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<AppDeploymentQuery,
AppDeployment>
-
executeList
- Specified by:
executeList
in classAbstractQuery<AppDeploymentQuery,
AppDeployment>
-
getDeploymentId
-
getDeploymentIds
-
getName
-
getNameLike
-
getCategory
-
getCategoryNotEquals
-
getKey
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId()
-