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<FormDeploymentQuery,FormDeployment>
-
- com.flowable.form.engine.impl.FormDeploymentQueryImpl
-
- All Implemented Interfaces:
Serializable
,Query<FormDeploymentQuery,FormDeployment>
,Command<Object>
,FormDeploymentQuery
public class FormDeploymentQueryImpl extends AbstractQuery<FormDeploymentQuery,FormDeployment> implements FormDeploymentQuery, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
-
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
-
Field Summary
Fields Modifier and Type Field 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
-
Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutor
-
Fields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
-
Constructor Summary
Constructors Constructor Description FormDeploymentQueryImpl()
FormDeploymentQueryImpl(CommandContext commandContext)
FormDeploymentQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
-
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, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
-
-
-
-
Field Detail
-
deploymentId
protected String deploymentId
-
name
protected String name
-
nameLike
protected String nameLike
-
category
protected String category
-
categoryNotEquals
protected String categoryNotEquals
-
tenantId
protected String tenantId
-
tenantIdLike
protected String tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
parentDeploymentId
protected String parentDeploymentId
-
parentDeploymentIdLike
protected String parentDeploymentIdLike
-
formDefinitionKey
protected String formDefinitionKey
-
formDefinitionKeyLike
protected String formDefinitionKeyLike
-
-
Constructor Detail
-
FormDeploymentQueryImpl
public FormDeploymentQueryImpl()
-
FormDeploymentQueryImpl
public FormDeploymentQueryImpl(CommandContext commandContext)
-
FormDeploymentQueryImpl
public FormDeploymentQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
deploymentId
public FormDeploymentQueryImpl deploymentId(String deploymentId)
- Specified by:
deploymentId
in interfaceFormDeploymentQuery
-
deploymentName
public FormDeploymentQueryImpl deploymentName(String deploymentName)
- Specified by:
deploymentName
in interfaceFormDeploymentQuery
-
deploymentNameLike
public FormDeploymentQueryImpl deploymentNameLike(String nameLike)
- Specified by:
deploymentNameLike
in interfaceFormDeploymentQuery
-
deploymentCategory
public FormDeploymentQueryImpl deploymentCategory(String deploymentCategory)
- Specified by:
deploymentCategory
in interfaceFormDeploymentQuery
-
deploymentCategoryNotEquals
public FormDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
- Specified by:
deploymentCategoryNotEquals
in interfaceFormDeploymentQuery
-
parentDeploymentId
public FormDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
- Specified by:
parentDeploymentId
in interfaceFormDeploymentQuery
-
parentDeploymentIdLike
public FormDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
- Specified by:
parentDeploymentIdLike
in interfaceFormDeploymentQuery
-
deploymentWithoutTenantId
public FormDeploymentQueryImpl deploymentWithoutTenantId()
- Specified by:
deploymentWithoutTenantId
in interfaceFormDeploymentQuery
-
deploymentTenantId
public FormDeploymentQueryImpl deploymentTenantId(String tenantId)
- Specified by:
deploymentTenantId
in interfaceFormDeploymentQuery
-
deploymentTenantIdLike
public FormDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
- Specified by:
deploymentTenantIdLike
in interfaceFormDeploymentQuery
-
formDefinitionKey
public FormDeploymentQueryImpl formDefinitionKey(String key)
- Specified by:
formDefinitionKey
in interfaceFormDeploymentQuery
-
formDefinitionKeyLike
public FormDeploymentQueryImpl formDefinitionKeyLike(String keyLike)
- Specified by:
formDefinitionKeyLike
in interfaceFormDeploymentQuery
-
orderByDeploymentId
public FormDeploymentQuery orderByDeploymentId()
- Specified by:
orderByDeploymentId
in interfaceFormDeploymentQuery
-
orderByDeploymentTime
public FormDeploymentQuery orderByDeploymentTime()
- Specified by:
orderByDeploymentTime
in interfaceFormDeploymentQuery
-
orderByDeploymentName
public FormDeploymentQuery orderByDeploymentName()
- Specified by:
orderByDeploymentName
in interfaceFormDeploymentQuery
-
orderByTenantId
public FormDeploymentQuery orderByTenantId()
- Specified by:
orderByTenantId
in interfaceFormDeploymentQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCount
in classAbstractQuery<FormDeploymentQuery,FormDeployment>
-
executeList
public List<FormDeployment> executeList(CommandContext commandContext)
- Specified by:
executeList
in classAbstractQuery<FormDeploymentQuery,FormDeployment>
-
getDeploymentId
public String getDeploymentId()
-
getName
public String getName()
-
getNameLike
public String getNameLike()
-
getCategory
public String getCategory()
-
getCategoryNotEquals
public String getCategoryNotEquals()
-
getTenantId
public String getTenantId()
-
getTenantIdLike
public String getTenantIdLike()
-
isWithoutTenantId
public boolean isWithoutTenantId()
-
getFormDefinitionKey
public String getFormDefinitionKey()
-
getFormDefinitionKeyLike
public String getFormDefinitionKeyLike()
-
-