Class ConfigurationPropertyQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<ConfigurationPropertyQuery,ConfigurationProperty>
com.flowable.platform.engine.impl.configuration.ConfigurationPropertyQueryImpl
- All Implemented Interfaces:
ConfigurationPropertyQuery
,Serializable
,CacheAwareQuery<ConfigurationPropertyEntity>
,Query<ConfigurationPropertyQuery,
,ConfigurationProperty> Command<Object>
public class ConfigurationPropertyQueryImpl
extends AbstractQuery<ConfigurationPropertyQuery,ConfigurationProperty>
implements ConfigurationPropertyQuery, CacheAwareQuery<ConfigurationPropertyEntity>
- Author:
- Filip Hrisafov
- 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 boolean
protected String
protected Collection<String>
protected String
protected Date
protected Date
protected String
protected Collection<String>
protected String
protected String
protected String
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 TypeMethodDescriptiondescription
(String description) Query for configuration properties with the given descriptiondescriptions
(Collection<String> descriptions) Query for configuration properties with the given descriptionslong
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) getId()
getName()
getNames()
Query for configuration properties with the given idlastUpdatedAfter
(Date lastUpdatedTime) Query for configuration properties updated after the given datelastUpdatedBefore
(Date lastUpdatedTime) Query for configuration properties updated before the given dateQuery for configuration properties with the given namenames
(Collection<String> names) Query for configuration properties with the given namesQuery for configuration properties with the given namespaceQuery for configuration properties owned by the user with the given id.Query for configuration properties with the given tenant idMethods 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
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.CacheAwareQuery
enhanceCachedValue
-
Field Details
-
canUseByNamespaceNameAndTenant
protected boolean canUseByNamespaceNameAndTenant -
id
-
namespace
-
name
-
names
-
description
-
descriptions
-
lastUpdatedBefore
-
lastUpdatedAfter
-
tenantId
-
ownerUser
-
-
Constructor Details
-
ConfigurationPropertyQueryImpl
-
-
Method Details
-
id
Description copied from interface:ConfigurationPropertyQuery
Query for configuration properties with the given id- Specified by:
id
in interfaceConfigurationPropertyQuery
-
namespace
Description copied from interface:ConfigurationPropertyQuery
Query for configuration properties with the given namespace- Specified by:
namespace
in interfaceConfigurationPropertyQuery
-
name
Description copied from interface:ConfigurationPropertyQuery
Query for configuration properties with the given name- Specified by:
name
in interfaceConfigurationPropertyQuery
-
names
Description copied from interface:ConfigurationPropertyQuery
Query for configuration properties with the given names- Specified by:
names
in interfaceConfigurationPropertyQuery
-
description
Description copied from interface:ConfigurationPropertyQuery
Query for configuration properties with the given description- Specified by:
description
in interfaceConfigurationPropertyQuery
-
descriptions
Description copied from interface:ConfigurationPropertyQuery
Query for configuration properties with the given descriptions- Specified by:
descriptions
in interfaceConfigurationPropertyQuery
-
lastUpdatedBefore
Description copied from interface:ConfigurationPropertyQuery
Query for configuration properties updated before the given date- Specified by:
lastUpdatedBefore
in interfaceConfigurationPropertyQuery
-
lastUpdatedAfter
Description copied from interface:ConfigurationPropertyQuery
Query for configuration properties updated after the given date- Specified by:
lastUpdatedAfter
in interfaceConfigurationPropertyQuery
-
tenantId
Description copied from interface:ConfigurationPropertyQuery
Query for configuration properties with the given tenant id- Specified by:
tenantId
in interfaceConfigurationPropertyQuery
-
ownerUser
Description copied from interface:ConfigurationPropertyQuery
Query for configuration properties owned by the user with the given id.- Specified by:
ownerUser
in interfaceConfigurationPropertyQuery
- Parameters:
userId
- the id of the user that owns the configuration property
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<ConfigurationPropertyQuery,
ConfigurationProperty>
-
executeList
- Specified by:
executeList
in classAbstractQuery<ConfigurationPropertyQuery,
ConfigurationProperty>
-
getId
- Specified by:
getId
in interfaceCacheAwareQuery<ConfigurationPropertyEntity>
-
getNamespace
-
getName
-
getNames
-
getDescription
-
getDescriptions
-
getLastUpdatedBefore
-
getLastUpdatedAfter
-
getTenantId
-
getOwnerUser
-