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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields 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
ConstructorsConstructorDescriptionFormDeploymentQueryImpl(CommandContext commandContext) FormDeploymentQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptiondeploymentCategory(String deploymentCategory) deploymentCategoryNotEquals(String deploymentCategoryNotEquals) deploymentId(String deploymentId) deploymentName(String deploymentName) deploymentNameLike(String nameLike) deploymentTenantId(String tenantId) deploymentTenantIdLike(String tenantIdLike) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) formDefinitionKey(String key) formDefinitionKeyLike(String keyLike) getName()booleanparentDeploymentId(String parentDeploymentId) parentDeploymentIdLike(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, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
-
Field Details
-
deploymentId
-
name
-
nameLike
-
category
-
categoryNotEquals
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
parentDeploymentId
-
parentDeploymentIdLike
-
formDefinitionKey
-
formDefinitionKeyLike
-
-
Constructor Details
-
FormDeploymentQueryImpl
public FormDeploymentQueryImpl() -
FormDeploymentQueryImpl
-
FormDeploymentQueryImpl
-
-
Method Details
-
deploymentId
- Specified by:
deploymentIdin interfaceFormDeploymentQuery
-
deploymentName
- Specified by:
deploymentNamein interfaceFormDeploymentQuery
-
deploymentNameLike
- Specified by:
deploymentNameLikein interfaceFormDeploymentQuery
-
deploymentCategory
- Specified by:
deploymentCategoryin interfaceFormDeploymentQuery
-
deploymentCategoryNotEquals
- Specified by:
deploymentCategoryNotEqualsin interfaceFormDeploymentQuery
-
parentDeploymentId
- Specified by:
parentDeploymentIdin interfaceFormDeploymentQuery
-
parentDeploymentIdLike
- Specified by:
parentDeploymentIdLikein interfaceFormDeploymentQuery
-
deploymentWithoutTenantId
- Specified by:
deploymentWithoutTenantIdin interfaceFormDeploymentQuery
-
deploymentTenantId
- Specified by:
deploymentTenantIdin interfaceFormDeploymentQuery
-
deploymentTenantIdLike
- Specified by:
deploymentTenantIdLikein interfaceFormDeploymentQuery
-
formDefinitionKey
- Specified by:
formDefinitionKeyin interfaceFormDeploymentQuery
-
formDefinitionKeyLike
- Specified by:
formDefinitionKeyLikein interfaceFormDeploymentQuery
-
orderByDeploymentId
- Specified by:
orderByDeploymentIdin interfaceFormDeploymentQuery
-
orderByDeploymentTime
- Specified by:
orderByDeploymentTimein interfaceFormDeploymentQuery
-
orderByDeploymentName
- Specified by:
orderByDeploymentNamein interfaceFormDeploymentQuery
-
orderByTenantId
- Specified by:
orderByTenantIdin interfaceFormDeploymentQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<FormDeploymentQuery,FormDeployment>
-
executeList
- Specified by:
executeListin classAbstractQuery<FormDeploymentQuery,FormDeployment>
-
getDeploymentId
-
getName
-
getNameLike
-
getCategory
-
getCategoryNotEquals
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getFormDefinitionKey
-
getFormDefinitionKeyLike
-