Package com.flowable.form.engine.impl
Class FormDefinitionQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormDefinitionQuery,org.flowable.form.api.FormDefinition>
com.flowable.form.engine.impl.FormDefinitionQueryImpl
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.api.query.Query<org.flowable.form.api.FormDefinitionQuery,
,org.flowable.form.api.FormDefinition> org.flowable.common.engine.impl.interceptor.Command<Object>
,org.flowable.form.api.FormDefinitionQuery
public class FormDefinitionQueryImpl
extends org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormDefinitionQuery,org.flowable.form.api.FormDefinition>
implements org.flowable.form.api.FormDefinitionQuery
- 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 boolean
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
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
ConstructorsConstructorDescriptionFormDefinitionQueryImpl
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) FormDefinitionQueryImpl
(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkVersion
(Integer version) deploymentId
(String deploymentId) deploymentIds
(Set<String> deploymentIds) long
executeCount
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) List
<org.flowable.form.api.FormDefinition> executeList
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) formCategory
(String category) formCategoryLike
(String categoryLike) formCategoryNotEquals
(String categoryNotEquals) formDefinitionKey
(String key) formDefinitionKeyLike
(String keyLike) org.flowable.form.api.FormDefinitionQuery
formNameLike
(String nameLike) formResourceName
(String resourceName) formResourceNameLike
(String resourceNameLike) org.flowable.form.api.FormDefinitionQuery
formTenantId
(String tenantId) org.flowable.form.api.FormDefinitionQuery
formTenantIdLike
(String tenantIdLike) formVersion
(Integer version) org.flowable.form.api.FormDefinitionQuery
formVersionGreaterThan
(Integer formVersion) org.flowable.form.api.FormDefinitionQuery
formVersionGreaterThanOrEquals
(Integer formVersion) org.flowable.form.api.FormDefinitionQuery
formVersionLowerThan
(Integer formVersion) org.flowable.form.api.FormDefinitionQuery
formVersionLowerThanOrEquals
(Integer formVersion) org.flowable.form.api.FormDefinitionQuery
getId()
getIds()
getKey()
getName()
boolean
isLatest()
boolean
org.flowable.form.api.FormDefinitionQuery
org.flowable.form.api.FormDefinitionQuery
org.flowable.form.api.FormDefinitionQuery
org.flowable.form.api.FormDefinitionQuery
org.flowable.form.api.FormDefinitionQuery
org.flowable.form.api.FormDefinitionQuery
org.flowable.form.api.FormDefinitionQuery
org.flowable.form.api.FormDefinitionQuery
parentDeploymentId
(String parentDeploymentId) 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
-
id
-
ids
-
category
-
categoryLike
-
categoryNotEquals
-
name
-
nameLike
-
deploymentId
-
deploymentIds
-
parentDeploymentId
-
key
-
keyLike
-
resourceName
-
resourceNameLike
-
version
-
versionGt
-
versionGte
-
versionLt
-
versionLte
-
latest
protected boolean latest -
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Details
-
FormDefinitionQueryImpl
public FormDefinitionQueryImpl() -
FormDefinitionQueryImpl
public FormDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
FormDefinitionQueryImpl
public FormDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
formId
- Specified by:
formId
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formIds
- Specified by:
formIds
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formCategory
- Specified by:
formCategory
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formCategoryLike
- Specified by:
formCategoryLike
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formCategoryNotEquals
- Specified by:
formCategoryNotEquals
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formName
- Specified by:
formName
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formNameLike
- Specified by:
formNameLike
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
deploymentId
- Specified by:
deploymentId
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
deploymentIds
- Specified by:
deploymentIds
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
parentDeploymentId
- Specified by:
parentDeploymentId
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formDefinitionKey
- Specified by:
formDefinitionKey
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formDefinitionKeyLike
- Specified by:
formDefinitionKeyLike
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formResourceName
- Specified by:
formResourceName
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formResourceNameLike
- Specified by:
formResourceNameLike
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formVersion
- Specified by:
formVersion
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formVersionGreaterThan
- Specified by:
formVersionGreaterThan
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formVersionGreaterThanOrEquals
public org.flowable.form.api.FormDefinitionQuery formVersionGreaterThanOrEquals(Integer formVersion) - Specified by:
formVersionGreaterThanOrEquals
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formVersionLowerThan
- Specified by:
formVersionLowerThan
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formVersionLowerThanOrEquals
- Specified by:
formVersionLowerThanOrEquals
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
checkVersion
-
latestVersion
- Specified by:
latestVersion
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formTenantId
- Specified by:
formTenantId
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formTenantIdLike
- Specified by:
formTenantIdLike
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
formWithoutTenantId
public org.flowable.form.api.FormDefinitionQuery formWithoutTenantId()- Specified by:
formWithoutTenantId
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
orderByDeploymentId
public org.flowable.form.api.FormDefinitionQuery orderByDeploymentId()- Specified by:
orderByDeploymentId
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
orderByFormDefinitionKey
public org.flowable.form.api.FormDefinitionQuery orderByFormDefinitionKey()- Specified by:
orderByFormDefinitionKey
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
orderByFormCategory
public org.flowable.form.api.FormDefinitionQuery orderByFormCategory()- Specified by:
orderByFormCategory
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
orderByFormId
public org.flowable.form.api.FormDefinitionQuery orderByFormId()- Specified by:
orderByFormId
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
orderByFormVersion
public org.flowable.form.api.FormDefinitionQuery orderByFormVersion()- Specified by:
orderByFormVersion
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
orderByFormName
public org.flowable.form.api.FormDefinitionQuery orderByFormName()- Specified by:
orderByFormName
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
orderByTenantId
public org.flowable.form.api.FormDefinitionQuery orderByTenantId()- Specified by:
orderByTenantId
in interfaceorg.flowable.form.api.FormDefinitionQuery
-
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.FormDefinitionQuery,
org.flowable.form.api.FormDefinition>
-
executeList
public List<org.flowable.form.api.FormDefinition> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeList
in classorg.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormDefinitionQuery,
org.flowable.form.api.FormDefinition>
-
getDeploymentId
-
getDeploymentIds
-
getParentDeploymentId
-
getId
-
getIds
-
getName
-
getNameLike
-
getKey
-
getKeyLike
-
getVersion
-
getVersionGt
-
getVersionGte
-
getVersionLt
-
getVersionLte
-
isLatest
public boolean isLatest() -
getCategory
-
getCategoryLike
-
getResourceName
-
getResourceNameLike
-
getCategoryNotEquals
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId()
-