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
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
categoryNotEquals |
protected String |
deploymentId |
protected String |
formDefinitionKey |
protected String |
formDefinitionKeyLike |
protected String |
name |
protected String |
nameLike |
protected String |
parentDeploymentId |
protected String |
parentDeploymentIdLike |
protected String |
tenantId |
protected String |
tenantIdLike |
protected boolean |
withoutTenantId |
| Constructor and Description |
|---|
FormDeploymentQueryImpl() |
FormDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
FormDeploymentQueryImpl(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 deploymentId
protected String name
protected String nameLike
protected String category
protected String categoryNotEquals
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
protected String parentDeploymentId
protected String parentDeploymentIdLike
protected String formDefinitionKey
protected String formDefinitionKeyLike
public FormDeploymentQueryImpl()
public FormDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public FormDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public FormDeploymentQueryImpl deploymentId(String deploymentId)
deploymentId in interface org.flowable.form.api.FormDeploymentQuerypublic FormDeploymentQueryImpl deploymentName(String deploymentName)
deploymentName in interface org.flowable.form.api.FormDeploymentQuerypublic FormDeploymentQueryImpl deploymentNameLike(String nameLike)
deploymentNameLike in interface org.flowable.form.api.FormDeploymentQuerypublic FormDeploymentQueryImpl deploymentCategory(String deploymentCategory)
deploymentCategory in interface org.flowable.form.api.FormDeploymentQuerypublic FormDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
deploymentCategoryNotEquals in interface org.flowable.form.api.FormDeploymentQuerypublic FormDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
parentDeploymentId in interface org.flowable.form.api.FormDeploymentQuerypublic FormDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
parentDeploymentIdLike in interface org.flowable.form.api.FormDeploymentQuerypublic FormDeploymentQueryImpl deploymentWithoutTenantId()
deploymentWithoutTenantId in interface org.flowable.form.api.FormDeploymentQuerypublic FormDeploymentQueryImpl deploymentTenantId(String tenantId)
deploymentTenantId in interface org.flowable.form.api.FormDeploymentQuerypublic FormDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
deploymentTenantIdLike in interface org.flowable.form.api.FormDeploymentQuerypublic FormDeploymentQueryImpl formDefinitionKey(String key)
formDefinitionKey in interface org.flowable.form.api.FormDeploymentQuerypublic FormDeploymentQueryImpl formDefinitionKeyLike(String keyLike)
formDefinitionKeyLike in interface org.flowable.form.api.FormDeploymentQuerypublic org.flowable.form.api.FormDeploymentQuery orderByDeploymentId()
orderByDeploymentId in interface org.flowable.form.api.FormDeploymentQuerypublic org.flowable.form.api.FormDeploymentQuery orderByDeploymentTime()
orderByDeploymentTime in interface org.flowable.form.api.FormDeploymentQuerypublic org.flowable.form.api.FormDeploymentQuery orderByDeploymentName()
orderByDeploymentName in interface org.flowable.form.api.FormDeploymentQuerypublic org.flowable.form.api.FormDeploymentQuery orderByTenantId()
orderByTenantId in interface org.flowable.form.api.FormDeploymentQuerypublic long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormDeploymentQuery,org.flowable.form.api.FormDeployment>public List<org.flowable.form.api.FormDeployment> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.form.api.FormDeploymentQuery,org.flowable.form.api.FormDeployment>public String getDeploymentId()
public String getName()
public String getNameLike()
public String getCategory()
public String getCategoryNotEquals()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
public String getFormDefinitionKey()
public String getFormDefinitionKeyLike()
Copyright © 2019. All rights reserved.