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<org.flowable.form.api.FormDeploymentQuery,org.flowable.form.api.FormDeployment>
com.flowable.form.engine.impl.FormDeploymentQueryImpl
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.api.query.Query<org.flowable.form.api.FormDeploymentQuery,
,org.flowable.form.api.FormDeployment> org.flowable.common.engine.impl.interceptor.Command<Object>
,org.flowable.form.api.FormDeploymentQuery
public class FormDeploymentQueryImpl
extends org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormDeploymentQuery,org.flowable.form.api.FormDeployment>
implements org.flowable.form.api.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
org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy, org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultType
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
-
Field Summary
FieldsModifier 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, ignoreOrderBy, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
Constructor Summary
ConstructorsConstructorDescriptionFormDeploymentQueryImpl
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) FormDeploymentQueryImpl
(org.flowable.common.engine.impl.interceptor.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
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) List
<org.flowable.form.api.FormDeployment> executeList
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) formDefinitionKey
(String key) formDefinitionKeyLike
(String keyLike) getName()
boolean
org.flowable.form.api.FormDeploymentQuery
org.flowable.form.api.FormDeploymentQuery
org.flowable.form.api.FormDeploymentQuery
org.flowable.form.api.FormDeploymentQuery
parentDeploymentId
(String parentDeploymentId) parentDeploymentIdLike
(String parentDeploymentIdLike) Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getSafeList, 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, setIgnoreOrderBy, setMaxResults, setNullHandlingColumn, setParameter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Field Details
-
deploymentId
-
name
-
nameLike
-
category
-
categoryNotEquals
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
parentDeploymentId
-
parentDeploymentIdLike
-
formDefinitionKey
-
formDefinitionKeyLike
-
-
Constructor Details
-
FormDeploymentQueryImpl
public FormDeploymentQueryImpl() -
FormDeploymentQueryImpl
public FormDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
FormDeploymentQueryImpl
public FormDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
deploymentId
- Specified by:
deploymentId
in interfaceorg.flowable.form.api.FormDeploymentQuery
-
deploymentName
- Specified by:
deploymentName
in interfaceorg.flowable.form.api.FormDeploymentQuery
-
deploymentNameLike
- Specified by:
deploymentNameLike
in interfaceorg.flowable.form.api.FormDeploymentQuery
-
deploymentCategory
- Specified by:
deploymentCategory
in interfaceorg.flowable.form.api.FormDeploymentQuery
-
deploymentCategoryNotEquals
- Specified by:
deploymentCategoryNotEquals
in interfaceorg.flowable.form.api.FormDeploymentQuery
-
parentDeploymentId
- Specified by:
parentDeploymentId
in interfaceorg.flowable.form.api.FormDeploymentQuery
-
parentDeploymentIdLike
- Specified by:
parentDeploymentIdLike
in interfaceorg.flowable.form.api.FormDeploymentQuery
-
deploymentWithoutTenantId
- Specified by:
deploymentWithoutTenantId
in interfaceorg.flowable.form.api.FormDeploymentQuery
-
deploymentTenantId
- Specified by:
deploymentTenantId
in interfaceorg.flowable.form.api.FormDeploymentQuery
-
deploymentTenantIdLike
- Specified by:
deploymentTenantIdLike
in interfaceorg.flowable.form.api.FormDeploymentQuery
-
formDefinitionKey
- Specified by:
formDefinitionKey
in interfaceorg.flowable.form.api.FormDeploymentQuery
-
formDefinitionKeyLike
- Specified by:
formDefinitionKeyLike
in interfaceorg.flowable.form.api.FormDeploymentQuery
-
orderByDeploymentId
public org.flowable.form.api.FormDeploymentQuery orderByDeploymentId()- Specified by:
orderByDeploymentId
in interfaceorg.flowable.form.api.FormDeploymentQuery
-
orderByDeploymentTime
public org.flowable.form.api.FormDeploymentQuery orderByDeploymentTime()- Specified by:
orderByDeploymentTime
in interfaceorg.flowable.form.api.FormDeploymentQuery
-
orderByDeploymentName
public org.flowable.form.api.FormDeploymentQuery orderByDeploymentName()- Specified by:
orderByDeploymentName
in interfaceorg.flowable.form.api.FormDeploymentQuery
-
orderByTenantId
public org.flowable.form.api.FormDeploymentQuery orderByTenantId()- Specified by:
orderByTenantId
in interfaceorg.flowable.form.api.FormDeploymentQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeCount
in classorg.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormDeploymentQuery,
org.flowable.form.api.FormDeployment>
-
executeList
public List<org.flowable.form.api.FormDeployment> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeList
in classorg.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormDeploymentQuery,
org.flowable.form.api.FormDeployment>
-
getDeploymentId
-
getName
-
getNameLike
-
getCategory
-
getCategoryNotEquals
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getFormDefinitionKey
-
getFormDefinitionKeyLike
-