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.Stringcategoryprotected java.lang.StringcategoryNotEqualsprotected java.lang.StringdeploymentIdprotected java.lang.StringformDefinitionKeyprotected java.lang.StringformDefinitionKeyLikeprotected java.lang.Stringnameprotected java.lang.StringnameLikeprotected java.lang.StringparentDeploymentIdprotected java.lang.StringparentDeploymentIdLikeprotected java.lang.StringtenantIdprotected java.lang.StringtenantIdLikeprotected booleanwithoutTenantId -
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 FormDeploymentQueryImpldeploymentCategory(java.lang.String deploymentCategory)FormDeploymentQueryImpldeploymentCategoryNotEquals(java.lang.String deploymentCategoryNotEquals)FormDeploymentQueryImpldeploymentId(java.lang.String deploymentId)FormDeploymentQueryImpldeploymentName(java.lang.String deploymentName)FormDeploymentQueryImpldeploymentNameLike(java.lang.String nameLike)FormDeploymentQueryImpldeploymentTenantId(java.lang.String tenantId)FormDeploymentQueryImpldeploymentTenantIdLike(java.lang.String tenantIdLike)FormDeploymentQueryImpldeploymentWithoutTenantId()longexecuteCount(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)FormDeploymentQueryImplformDefinitionKey(java.lang.String key)FormDeploymentQueryImplformDefinitionKeyLike(java.lang.String keyLike)java.lang.StringgetCategory()java.lang.StringgetCategoryNotEquals()java.lang.StringgetDeploymentId()java.lang.StringgetFormDefinitionKey()java.lang.StringgetFormDefinitionKeyLike()java.lang.StringgetName()java.lang.StringgetNameLike()java.lang.StringgetTenantId()java.lang.StringgetTenantIdLike()booleanisWithoutTenantId()org.flowable.form.api.FormDeploymentQueryorderByDeploymentId()org.flowable.form.api.FormDeploymentQueryorderByDeploymentName()org.flowable.form.api.FormDeploymentQueryorderByDeploymentTime()org.flowable.form.api.FormDeploymentQueryorderByTenantId()FormDeploymentQueryImplparentDeploymentId(java.lang.String parentDeploymentId)FormDeploymentQueryImplparentDeploymentIdLike(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, singleResultMethods 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:
deploymentIdin interfaceorg.flowable.form.api.FormDeploymentQuery
-
deploymentName
- Specified by:
deploymentNamein interfaceorg.flowable.form.api.FormDeploymentQuery
-
deploymentNameLike
- Specified by:
deploymentNameLikein interfaceorg.flowable.form.api.FormDeploymentQuery
-
deploymentCategory
- Specified by:
deploymentCategoryin interfaceorg.flowable.form.api.FormDeploymentQuery
-
deploymentCategoryNotEquals
public FormDeploymentQueryImpl deploymentCategoryNotEquals(java.lang.String deploymentCategoryNotEquals)- Specified by:
deploymentCategoryNotEqualsin interfaceorg.flowable.form.api.FormDeploymentQuery
-
parentDeploymentId
- Specified by:
parentDeploymentIdin interfaceorg.flowable.form.api.FormDeploymentQuery
-
parentDeploymentIdLike
- Specified by:
parentDeploymentIdLikein interfaceorg.flowable.form.api.FormDeploymentQuery
-
deploymentWithoutTenantId
- Specified by:
deploymentWithoutTenantIdin interfaceorg.flowable.form.api.FormDeploymentQuery
-
deploymentTenantId
- Specified by:
deploymentTenantIdin interfaceorg.flowable.form.api.FormDeploymentQuery
-
deploymentTenantIdLike
- Specified by:
deploymentTenantIdLikein interfaceorg.flowable.form.api.FormDeploymentQuery
-
formDefinitionKey
- Specified by:
formDefinitionKeyin interfaceorg.flowable.form.api.FormDeploymentQuery
-
formDefinitionKeyLike
- Specified by:
formDefinitionKeyLikein interfaceorg.flowable.form.api.FormDeploymentQuery
-
orderByDeploymentId
public org.flowable.form.api.FormDeploymentQuery orderByDeploymentId()- Specified by:
orderByDeploymentIdin interfaceorg.flowable.form.api.FormDeploymentQuery
-
orderByDeploymentTime
public org.flowable.form.api.FormDeploymentQuery orderByDeploymentTime()- Specified by:
orderByDeploymentTimein interfaceorg.flowable.form.api.FormDeploymentQuery
-
orderByDeploymentName
public org.flowable.form.api.FormDeploymentQuery orderByDeploymentName()- Specified by:
orderByDeploymentNamein interfaceorg.flowable.form.api.FormDeploymentQuery
-
orderByTenantId
public org.flowable.form.api.FormDeploymentQuery orderByTenantId()- Specified by:
orderByTenantIdin interfaceorg.flowable.form.api.FormDeploymentQuery
-
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.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:
executeListin 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()
-