Package com.flowable.form.engine.impl
Class FormDeploymentQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<FormDeploymentQuery,FormDeployment>
com.flowable.form.engine.impl.FormDeploymentQueryImpl
- All Implemented Interfaces:
Serializable
,Query<FormDeploymentQuery,
,FormDeployment> Command<Object>
,FormDeploymentQuery
public class FormDeploymentQueryImpl
extends AbstractQuery<FormDeploymentQuery,FormDeployment>
implements FormDeploymentQuery, 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 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
ConstructorDescriptionFormDeploymentQueryImpl
(CommandContext commandContext) FormDeploymentQueryImpl
(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptiondeploymentCategory
(String deploymentCategory) deploymentCategoryNotEquals
(String deploymentCategoryNotEquals) deploymentId
(String deploymentId) deploymentName
(String deploymentName) deploymentNameLike
(String nameLike) deploymentTenantId
(String tenantId) deploymentTenantIdLike
(String tenantIdLike) long
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) formDefinitionKey
(String key) formDefinitionKeyLike
(String keyLike) getName()
boolean
parentDeploymentId
(String parentDeploymentId) parentDeploymentIdLike
(String parentDeploymentIdLike) 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
-
name
-
nameLike
-
category
-
categoryNotEquals
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
parentDeploymentId
-
parentDeploymentIdLike
-
formDefinitionKey
-
formDefinitionKeyLike
-
-
Constructor Details
-
FormDeploymentQueryImpl
public FormDeploymentQueryImpl() -
FormDeploymentQueryImpl
-
FormDeploymentQueryImpl
-
-
Method Details
-
deploymentId
- Specified by:
deploymentId
in interfaceFormDeploymentQuery
-
deploymentName
- Specified by:
deploymentName
in interfaceFormDeploymentQuery
-
deploymentNameLike
- Specified by:
deploymentNameLike
in interfaceFormDeploymentQuery
-
deploymentCategory
- Specified by:
deploymentCategory
in interfaceFormDeploymentQuery
-
deploymentCategoryNotEquals
- Specified by:
deploymentCategoryNotEquals
in interfaceFormDeploymentQuery
-
parentDeploymentId
- Specified by:
parentDeploymentId
in interfaceFormDeploymentQuery
-
parentDeploymentIdLike
- Specified by:
parentDeploymentIdLike
in interfaceFormDeploymentQuery
-
deploymentWithoutTenantId
- Specified by:
deploymentWithoutTenantId
in interfaceFormDeploymentQuery
-
deploymentTenantId
- Specified by:
deploymentTenantId
in interfaceFormDeploymentQuery
-
deploymentTenantIdLike
- Specified by:
deploymentTenantIdLike
in interfaceFormDeploymentQuery
-
formDefinitionKey
- Specified by:
formDefinitionKey
in interfaceFormDeploymentQuery
-
formDefinitionKeyLike
- Specified by:
formDefinitionKeyLike
in interfaceFormDeploymentQuery
-
orderByDeploymentId
- Specified by:
orderByDeploymentId
in interfaceFormDeploymentQuery
-
orderByDeploymentTime
- Specified by:
orderByDeploymentTime
in interfaceFormDeploymentQuery
-
orderByDeploymentName
- Specified by:
orderByDeploymentName
in interfaceFormDeploymentQuery
-
orderByTenantId
- Specified by:
orderByTenantId
in interfaceFormDeploymentQuery
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<FormDeploymentQuery,
FormDeployment>
-
executeList
- Specified by:
executeList
in classAbstractQuery<FormDeploymentQuery,
FormDeployment>
-
getDeploymentId
-
getName
-
getNameLike
-
getCategory
-
getCategoryNotEquals
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getFormDefinitionKey
-
getFormDefinitionKeyLike
-