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:
java.io.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<java.lang.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, java.io.Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
category
protected java.lang.String
categoryNotEquals
protected java.lang.String
deploymentId
protected java.lang.String
formDefinitionKey
protected java.lang.String
formDefinitionKeyLike
protected java.lang.String
name
protected java.lang.String
nameLike
protected java.lang.String
parentDeploymentId
protected java.lang.String
parentDeploymentIdLike
protected java.lang.String
tenantId
protected java.lang.String
tenantIdLike
protected boolean
withoutTenantId
-
Constructor Summary
Constructors Constructor Description FormDeploymentQueryImpl()
FormDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
FormDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Method Summary
Modifier and Type Method Description FormDeploymentQueryImpl
deploymentCategory(java.lang.String deploymentCategory)
FormDeploymentQueryImpl
deploymentCategoryNotEquals(java.lang.String deploymentCategoryNotEquals)
FormDeploymentQueryImpl
deploymentId(java.lang.String deploymentId)
FormDeploymentQueryImpl
deploymentName(java.lang.String deploymentName)
FormDeploymentQueryImpl
deploymentNameLike(java.lang.String nameLike)
FormDeploymentQueryImpl
deploymentTenantId(java.lang.String tenantId)
FormDeploymentQueryImpl
deploymentTenantIdLike(java.lang.String tenantIdLike)
FormDeploymentQueryImpl
deploymentWithoutTenantId()
long
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.util.List<org.flowable.form.api.FormDeployment>
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
FormDeploymentQueryImpl
formDefinitionKey(java.lang.String key)
FormDeploymentQueryImpl
formDefinitionKeyLike(java.lang.String keyLike)
java.lang.String
getCategory()
java.lang.String
getCategoryNotEquals()
java.lang.String
getDeploymentId()
java.lang.String
getFormDefinitionKey()
java.lang.String
getFormDefinitionKeyLike()
java.lang.String
getName()
java.lang.String
getNameLike()
java.lang.String
getTenantId()
java.lang.String
getTenantIdLike()
boolean
isWithoutTenantId()
org.flowable.form.api.FormDeploymentQuery
orderByDeploymentId()
org.flowable.form.api.FormDeploymentQuery
orderByDeploymentName()
org.flowable.form.api.FormDeploymentQuery
orderByDeploymentTime()
org.flowable.form.api.FormDeploymentQuery
orderByTenantId()
FormDeploymentQueryImpl
parentDeploymentId(java.lang.String parentDeploymentId)
FormDeploymentQueryImpl
parentDeploymentIdLike(java.lang.String parentDeploymentIdLike)
Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
Methods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameter
-
Field Details
-
deploymentId
protected java.lang.String deploymentId -
name
protected java.lang.String name -
nameLike
protected java.lang.String nameLike -
category
protected java.lang.String category -
categoryNotEquals
protected java.lang.String categoryNotEquals -
tenantId
protected java.lang.String tenantId -
tenantIdLike
protected java.lang.String tenantIdLike -
withoutTenantId
protected boolean withoutTenantId -
parentDeploymentId
protected java.lang.String parentDeploymentId -
parentDeploymentIdLike
protected java.lang.String parentDeploymentIdLike -
formDefinitionKey
protected java.lang.String formDefinitionKey -
formDefinitionKeyLike
protected java.lang.String 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
public FormDeploymentQueryImpl deploymentCategoryNotEquals(java.lang.String 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 java.util.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
public java.lang.String getDeploymentId() -
getName
public java.lang.String getName() -
getNameLike
public java.lang.String getNameLike() -
getCategory
public java.lang.String getCategory() -
getCategoryNotEquals
public java.lang.String getCategoryNotEquals() -
getTenantId
public java.lang.String getTenantId() -
getTenantIdLike
public java.lang.String getTenantIdLike() -
isWithoutTenantId
public boolean isWithoutTenantId() -
getFormDefinitionKey
public java.lang.String getFormDefinitionKey() -
getFormDefinitionKeyLike
public java.lang.String getFormDefinitionKeyLike()
-