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.ResultType
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected boolean
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected boolean
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
-
Method Summary
Modifier and TypeMethodDescriptiondeploymentId
(String deploymentId) long
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) getId()
getKey()
getName()
getType()
boolean
nameLikeIgnoreCase
(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, 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 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:
id
in interfaceTemplateDefinitionQuery
-
key
- Specified by:
key
in interfaceTemplateDefinitionQuery
-
keyLike
- Specified by:
keyLike
in interfaceTemplateDefinitionQuery
-
version
- Specified by:
version
in interfaceTemplateDefinitionQuery
-
versionGreaterThan
- Specified by:
versionGreaterThan
in interfaceTemplateDefinitionQuery
-
versionGreaterThanOrEquals
- Specified by:
versionGreaterThanOrEquals
in interfaceTemplateDefinitionQuery
-
versionLowerThan
- Specified by:
versionLowerThan
in interfaceTemplateDefinitionQuery
-
versionLowerThanOrEquals
- Specified by:
versionLowerThanOrEquals
in interfaceTemplateDefinitionQuery
-
latestVersion
- Specified by:
latestVersion
in interfaceTemplateDefinitionQuery
-
deploymentId
- Specified by:
deploymentId
in interfaceTemplateDefinitionQuery
-
parentDeploymentId
- Specified by:
parentDeploymentId
in interfaceTemplateDefinitionQuery
-
name
- Specified by:
name
in interfaceTemplateDefinitionQuery
-
nameLike
- Specified by:
nameLike
in interfaceTemplateDefinitionQuery
-
nameLikeIgnoreCase
- Specified by:
nameLikeIgnoreCase
in interfaceTemplateDefinitionQuery
-
type
- Specified by:
type
in interfaceTemplateDefinitionQuery
-
subType
- Specified by:
subType
in interfaceTemplateDefinitionQuery
-
formKey
- Specified by:
formKey
in interfaceTemplateDefinitionQuery
-
tenantId
- Specified by:
tenantId
in interfaceTemplateDefinitionQuery
-
withoutTenantId
- Specified by:
withoutTenantId
in interfaceTemplateDefinitionQuery
-
orderByName
- Specified by:
orderByName
in interfaceTemplateDefinitionQuery
-
orderByVersion
- Specified by:
orderByVersion
in interfaceTemplateDefinitionQuery
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<TemplateDefinitionQuery,
TemplateDefinition>
-
executeList
- Specified by:
executeList
in classAbstractQuery<TemplateDefinitionQuery,
TemplateDefinition>
-
getId
-
getKey
-
getKeyLike
-
getName
-
getNameLike
-
getNameLikeIgnoreCase
-
getType
-
getSubType
-
getFormKey
-
getDeploymentId
-
getParentDeploymentId
-
getTenantId
-
isWithoutTenantId
public boolean isWithoutTenantId()
-