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
,org.flowable.common.engine.api.query.Query<TemplateDefinitionQuery,
,TemplateDefinition> org.flowable.common.engine.impl.interceptor.Command<Object>
public class TemplateDefinitionQueryImpl
extends org.flowable.common.engine.impl.query.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
org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy, org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultType
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
-
Field Summary
FieldsModifier 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, ignoreOrderBy, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateDefinitionQueryImpl
(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptiondeploymentId
(String deploymentId) long
executeCount
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) executeList
(org.flowable.common.engine.impl.interceptor.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, getSafeList, 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, setIgnoreOrderBy, setMaxResults, setNullHandlingColumn, setParameter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
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
public TemplateDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
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
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeCount
in classorg.flowable.common.engine.impl.query.AbstractQuery<TemplateDefinitionQuery,
TemplateDefinition>
-
executeList
public List<TemplateDefinition> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeList
in classorg.flowable.common.engine.impl.query.AbstractQuery<TemplateDefinitionQuery,
TemplateDefinition>
-
getId
-
getKey
-
getKeyLike
-
getName
-
getNameLike
-
getNameLikeIgnoreCase
-
getType
-
getSubType
-
getFormKey
-
getDeploymentId
-
getParentDeploymentId
-
getTenantId
-
isWithoutTenantId
public boolean isWithoutTenantId()
-