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.ResultTypeNested 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 Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected 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, 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 voidcheckVersion(Integer version) deploymentId(String deploymentId) deploymentIds(Set<String> deploymentIds) longexecuteCount(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.FormDefinitionQueryformNameLike(String nameLike) formResourceName(String resourceName) formResourceNameLike(String resourceNameLike) org.flowable.form.api.FormDefinitionQueryformTenantId(String tenantId) org.flowable.form.api.FormDefinitionQueryformTenantIdLike(String tenantIdLike) formVersion(Integer version) org.flowable.form.api.FormDefinitionQueryformVersionGreaterThan(Integer formVersion) org.flowable.form.api.FormDefinitionQueryformVersionGreaterThanOrEquals(Integer formVersion) org.flowable.form.api.FormDefinitionQueryformVersionLowerThan(Integer formVersion) org.flowable.form.api.FormDefinitionQueryformVersionLowerThanOrEquals(Integer formVersion) org.flowable.form.api.FormDefinitionQuerygetId()getIds()getKey()getName()booleanisLatest()booleanorg.flowable.form.api.FormDefinitionQueryorg.flowable.form.api.FormDefinitionQueryorg.flowable.form.api.FormDefinitionQueryorg.flowable.form.api.FormDefinitionQueryorg.flowable.form.api.FormDefinitionQueryorg.flowable.form.api.FormDefinitionQueryorg.flowable.form.api.FormDefinitionQueryorg.flowable.form.api.FormDefinitionQueryparentDeploymentId(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, 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, setIgnoreOrderBy, setMaxResults, setNullHandlingColumn, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
formIdin interfaceorg.flowable.form.api.FormDefinitionQuery
-
formIds
- Specified by:
formIdsin interfaceorg.flowable.form.api.FormDefinitionQuery
-
formCategory
- Specified by:
formCategoryin interfaceorg.flowable.form.api.FormDefinitionQuery
-
formCategoryLike
- Specified by:
formCategoryLikein interfaceorg.flowable.form.api.FormDefinitionQuery
-
formCategoryNotEquals
- Specified by:
formCategoryNotEqualsin interfaceorg.flowable.form.api.FormDefinitionQuery
-
formName
- Specified by:
formNamein interfaceorg.flowable.form.api.FormDefinitionQuery
-
formNameLike
- Specified by:
formNameLikein interfaceorg.flowable.form.api.FormDefinitionQuery
-
deploymentId
- Specified by:
deploymentIdin interfaceorg.flowable.form.api.FormDefinitionQuery
-
deploymentIds
- Specified by:
deploymentIdsin interfaceorg.flowable.form.api.FormDefinitionQuery
-
parentDeploymentId
- Specified by:
parentDeploymentIdin interfaceorg.flowable.form.api.FormDefinitionQuery
-
formDefinitionKey
- Specified by:
formDefinitionKeyin interfaceorg.flowable.form.api.FormDefinitionQuery
-
formDefinitionKeyLike
- Specified by:
formDefinitionKeyLikein interfaceorg.flowable.form.api.FormDefinitionQuery
-
formResourceName
- Specified by:
formResourceNamein interfaceorg.flowable.form.api.FormDefinitionQuery
-
formResourceNameLike
- Specified by:
formResourceNameLikein interfaceorg.flowable.form.api.FormDefinitionQuery
-
formVersion
- Specified by:
formVersionin interfaceorg.flowable.form.api.FormDefinitionQuery
-
formVersionGreaterThan
- Specified by:
formVersionGreaterThanin interfaceorg.flowable.form.api.FormDefinitionQuery
-
formVersionGreaterThanOrEquals
public org.flowable.form.api.FormDefinitionQuery formVersionGreaterThanOrEquals(Integer formVersion) - Specified by:
formVersionGreaterThanOrEqualsin interfaceorg.flowable.form.api.FormDefinitionQuery
-
formVersionLowerThan
- Specified by:
formVersionLowerThanin interfaceorg.flowable.form.api.FormDefinitionQuery
-
formVersionLowerThanOrEquals
- Specified by:
formVersionLowerThanOrEqualsin interfaceorg.flowable.form.api.FormDefinitionQuery
-
checkVersion
-
latestVersion
- Specified by:
latestVersionin interfaceorg.flowable.form.api.FormDefinitionQuery
-
formTenantId
- Specified by:
formTenantIdin interfaceorg.flowable.form.api.FormDefinitionQuery
-
formTenantIdLike
- Specified by:
formTenantIdLikein interfaceorg.flowable.form.api.FormDefinitionQuery
-
formWithoutTenantId
public org.flowable.form.api.FormDefinitionQuery formWithoutTenantId()- Specified by:
formWithoutTenantIdin interfaceorg.flowable.form.api.FormDefinitionQuery
-
orderByDeploymentId
public org.flowable.form.api.FormDefinitionQuery orderByDeploymentId()- Specified by:
orderByDeploymentIdin interfaceorg.flowable.form.api.FormDefinitionQuery
-
orderByFormDefinitionKey
public org.flowable.form.api.FormDefinitionQuery orderByFormDefinitionKey()- Specified by:
orderByFormDefinitionKeyin interfaceorg.flowable.form.api.FormDefinitionQuery
-
orderByFormCategory
public org.flowable.form.api.FormDefinitionQuery orderByFormCategory()- Specified by:
orderByFormCategoryin interfaceorg.flowable.form.api.FormDefinitionQuery
-
orderByFormId
public org.flowable.form.api.FormDefinitionQuery orderByFormId()- Specified by:
orderByFormIdin interfaceorg.flowable.form.api.FormDefinitionQuery
-
orderByFormVersion
public org.flowable.form.api.FormDefinitionQuery orderByFormVersion()- Specified by:
orderByFormVersionin interfaceorg.flowable.form.api.FormDefinitionQuery
-
orderByFormName
public org.flowable.form.api.FormDefinitionQuery orderByFormName()- Specified by:
orderByFormNamein interfaceorg.flowable.form.api.FormDefinitionQuery
-
orderByTenantId
public org.flowable.form.api.FormDefinitionQuery orderByTenantId()- Specified by:
orderByTenantIdin interfaceorg.flowable.form.api.FormDefinitionQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeCountin 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:
executeListin 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()
-