Class TemplateDefinitionQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<TemplateDefinitionQuery,TemplateDefinition>
com.flowable.template.engine.impl.repository.TemplateDefinitionQueryImpl
- All Implemented Interfaces:
TemplateDefinitionQuery,Serializable,Query<TemplateDefinitionQuery,,TemplateDefinition> Command<Object>
public class TemplateDefinitionQueryImpl
extends AbstractQuery<TemplateDefinitionQuery,TemplateDefinition>
implements TemplateDefinitionQuery
- Author:
- Tijs Rademakers
- 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 booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeploymentId(String deploymentId) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) getId()getKey()getName()getType()booleannameLikeIgnoreCase(String nameLikeIgnoreCase) parentDeploymentId(String parentDeploymentId) versionGreaterThan(Integer version) versionGreaterThanOrEquals(Integer version) versionLowerThan(Integer version) versionLowerThanOrEquals(Integer version) 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
-
id
-
key
-
keyLike
-
version
-
versionGt
-
versionGte
-
versionLt
-
versionLte
-
latestVersion
protected boolean latestVersion -
name
-
nameLike
-
nameLikeIgnoreCase
-
type
-
subType
-
formKey
-
deploymentId
-
parentDeploymentId
-
tenantId
-
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Details
-
TemplateDefinitionQueryImpl
public TemplateDefinitionQueryImpl() -
TemplateDefinitionQueryImpl
-
-
Method Details
-
id
- Specified by:
idin interfaceTemplateDefinitionQuery
-
key
- Specified by:
keyin interfaceTemplateDefinitionQuery
-
keyLike
- Specified by:
keyLikein interfaceTemplateDefinitionQuery
-
version
- Specified by:
versionin interfaceTemplateDefinitionQuery
-
versionGreaterThan
- Specified by:
versionGreaterThanin interfaceTemplateDefinitionQuery
-
versionGreaterThanOrEquals
- Specified by:
versionGreaterThanOrEqualsin interfaceTemplateDefinitionQuery
-
versionLowerThan
- Specified by:
versionLowerThanin interfaceTemplateDefinitionQuery
-
versionLowerThanOrEquals
- Specified by:
versionLowerThanOrEqualsin interfaceTemplateDefinitionQuery
-
latestVersion
- Specified by:
latestVersionin interfaceTemplateDefinitionQuery
-
deploymentId
- Specified by:
deploymentIdin interfaceTemplateDefinitionQuery
-
parentDeploymentId
- Specified by:
parentDeploymentIdin interfaceTemplateDefinitionQuery
-
name
- Specified by:
namein interfaceTemplateDefinitionQuery
-
nameLike
- Specified by:
nameLikein interfaceTemplateDefinitionQuery
-
nameLikeIgnoreCase
- Specified by:
nameLikeIgnoreCasein interfaceTemplateDefinitionQuery
-
type
- Specified by:
typein interfaceTemplateDefinitionQuery
-
subType
- Specified by:
subTypein interfaceTemplateDefinitionQuery
-
formKey
- Specified by:
formKeyin interfaceTemplateDefinitionQuery
-
tenantId
- Specified by:
tenantIdin interfaceTemplateDefinitionQuery
-
withoutTenantId
- Specified by:
withoutTenantIdin interfaceTemplateDefinitionQuery
-
orderByName
- Specified by:
orderByNamein interfaceTemplateDefinitionQuery
-
orderByVersion
- Specified by:
orderByVersionin interfaceTemplateDefinitionQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<TemplateDefinitionQuery,TemplateDefinition>
-
executeList
- Specified by:
executeListin classAbstractQuery<TemplateDefinitionQuery,TemplateDefinition>
-
getId
-
getKey
-
getKeyLike
-
getName
-
getNameLike
-
getNameLikeIgnoreCase
-
getType
-
getSubType
-
getFormKey
-
getDeploymentId
-
getParentDeploymentId
-
getTenantId
-
isWithoutTenantId
public boolean isWithoutTenantId()
-