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
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
categoryLike |
protected String |
categoryNotEquals |
protected String |
deploymentId |
protected Set<String> |
deploymentIds |
protected String |
id |
protected Set<String> |
ids |
protected String |
key |
protected String |
keyLike |
protected boolean |
latest |
protected String |
name |
protected String |
nameLike |
protected String |
resourceName |
protected String |
resourceNameLike |
protected String |
tenantId |
protected String |
tenantIdLike |
protected Integer |
version |
protected Integer |
versionGt |
protected Integer |
versionGte |
protected Integer |
versionLt |
protected Integer |
versionLte |
protected boolean |
withoutTenantId |
| Constructor and Description |
|---|
FormDefinitionQueryImpl() |
FormDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
FormDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected String id
protected String category
protected String categoryLike
protected String categoryNotEquals
protected String name
protected String nameLike
protected String deploymentId
protected String key
protected String keyLike
protected String resourceName
protected String resourceNameLike
protected Integer version
protected Integer versionGt
protected Integer versionGte
protected Integer versionLt
protected Integer versionLte
protected boolean latest
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
public FormDefinitionQueryImpl()
public FormDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public FormDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public FormDefinitionQueryImpl formId(String formId)
formId in interface org.flowable.form.api.FormDefinitionQuerypublic org.flowable.form.api.FormDefinitionQuery formIds(Set<String> formIds)
formIds in interface org.flowable.form.api.FormDefinitionQuerypublic FormDefinitionQueryImpl formCategory(String category)
formCategory in interface org.flowable.form.api.FormDefinitionQuerypublic FormDefinitionQueryImpl formCategoryLike(String categoryLike)
formCategoryLike in interface org.flowable.form.api.FormDefinitionQuerypublic FormDefinitionQueryImpl formCategoryNotEquals(String categoryNotEquals)
formCategoryNotEquals in interface org.flowable.form.api.FormDefinitionQuerypublic FormDefinitionQueryImpl formName(String name)
formName in interface org.flowable.form.api.FormDefinitionQuerypublic FormDefinitionQueryImpl formNameLike(String nameLike)
formNameLike in interface org.flowable.form.api.FormDefinitionQuerypublic FormDefinitionQueryImpl deploymentId(String deploymentId)
deploymentId in interface org.flowable.form.api.FormDefinitionQuerypublic FormDefinitionQueryImpl deploymentIds(Set<String> deploymentIds)
deploymentIds in interface org.flowable.form.api.FormDefinitionQuerypublic FormDefinitionQueryImpl formDefinitionKey(String key)
formDefinitionKey in interface org.flowable.form.api.FormDefinitionQuerypublic FormDefinitionQueryImpl formDefinitionKeyLike(String keyLike)
formDefinitionKeyLike in interface org.flowable.form.api.FormDefinitionQuerypublic FormDefinitionQueryImpl formResourceName(String resourceName)
formResourceName in interface org.flowable.form.api.FormDefinitionQuerypublic FormDefinitionQueryImpl formResourceNameLike(String resourceNameLike)
formResourceNameLike in interface org.flowable.form.api.FormDefinitionQuerypublic FormDefinitionQueryImpl formVersion(Integer version)
formVersion in interface org.flowable.form.api.FormDefinitionQuerypublic org.flowable.form.api.FormDefinitionQuery formVersionGreaterThan(Integer formVersion)
formVersionGreaterThan in interface org.flowable.form.api.FormDefinitionQuerypublic org.flowable.form.api.FormDefinitionQuery formVersionGreaterThanOrEquals(Integer formVersion)
formVersionGreaterThanOrEquals in interface org.flowable.form.api.FormDefinitionQuerypublic org.flowable.form.api.FormDefinitionQuery formVersionLowerThan(Integer formVersion)
formVersionLowerThan in interface org.flowable.form.api.FormDefinitionQuerypublic org.flowable.form.api.FormDefinitionQuery formVersionLowerThanOrEquals(Integer formVersion)
formVersionLowerThanOrEquals in interface org.flowable.form.api.FormDefinitionQueryprotected void checkVersion(Integer version)
public FormDefinitionQueryImpl latestVersion()
latestVersion in interface org.flowable.form.api.FormDefinitionQuerypublic org.flowable.form.api.FormDefinitionQuery formTenantId(String tenantId)
formTenantId in interface org.flowable.form.api.FormDefinitionQuerypublic org.flowable.form.api.FormDefinitionQuery formTenantIdLike(String tenantIdLike)
formTenantIdLike in interface org.flowable.form.api.FormDefinitionQuerypublic org.flowable.form.api.FormDefinitionQuery formWithoutTenantId()
formWithoutTenantId in interface org.flowable.form.api.FormDefinitionQuerypublic org.flowable.form.api.FormDefinitionQuery orderByDeploymentId()
orderByDeploymentId in interface org.flowable.form.api.FormDefinitionQuerypublic org.flowable.form.api.FormDefinitionQuery orderByFormDefinitionKey()
orderByFormDefinitionKey in interface org.flowable.form.api.FormDefinitionQuerypublic org.flowable.form.api.FormDefinitionQuery orderByFormCategory()
orderByFormCategory in interface org.flowable.form.api.FormDefinitionQuerypublic org.flowable.form.api.FormDefinitionQuery orderByFormId()
orderByFormId in interface org.flowable.form.api.FormDefinitionQuerypublic org.flowable.form.api.FormDefinitionQuery orderByFormVersion()
orderByFormVersion in interface org.flowable.form.api.FormDefinitionQuerypublic org.flowable.form.api.FormDefinitionQuery orderByFormName()
orderByFormName in interface org.flowable.form.api.FormDefinitionQuerypublic org.flowable.form.api.FormDefinitionQuery orderByTenantId()
orderByTenantId in interface org.flowable.form.api.FormDefinitionQuerypublic long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormDefinitionQuery,org.flowable.form.api.FormDefinition>public List<org.flowable.form.api.FormDefinition> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormDefinitionQuery,org.flowable.form.api.FormDefinition>public String getDeploymentId()
public String getId()
public String getName()
public String getNameLike()
public String getKey()
public String getKeyLike()
public Integer getVersion()
public Integer getVersionGt()
public Integer getVersionGte()
public Integer getVersionLt()
public Integer getVersionLte()
public boolean isLatest()
public String getCategory()
public String getCategoryLike()
public String getResourceName()
public String getResourceNameLike()
public String getCategoryNotEquals()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
Copyright © 2019. All rights reserved.