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.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Stringprotected Collection<String>protected Stringprotected Dateprotected Dateprotected Stringprotected Collection<String>protected Stringprotected Stringprotected StringFields 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 TypeMethodDescriptiondescription(String description) Query for configuration properties with the given descriptiondescriptions(Collection<String> descriptions) Query for configuration properties with the given descriptionslongexecuteCount(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, 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, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:ConfigurationPropertyQueryQuery for configuration properties with the given id- Specified by:
idin interfaceConfigurationPropertyQuery
-
namespace
Description copied from interface:ConfigurationPropertyQueryQuery for configuration properties with the given namespace- Specified by:
namespacein interfaceConfigurationPropertyQuery
-
name
Description copied from interface:ConfigurationPropertyQueryQuery for configuration properties with the given name- Specified by:
namein interfaceConfigurationPropertyQuery
-
names
Description copied from interface:ConfigurationPropertyQueryQuery for configuration properties with the given names- Specified by:
namesin interfaceConfigurationPropertyQuery
-
description
Description copied from interface:ConfigurationPropertyQueryQuery for configuration properties with the given description- Specified by:
descriptionin interfaceConfigurationPropertyQuery
-
descriptions
Description copied from interface:ConfigurationPropertyQueryQuery for configuration properties with the given descriptions- Specified by:
descriptionsin interfaceConfigurationPropertyQuery
-
lastUpdatedBefore
Description copied from interface:ConfigurationPropertyQueryQuery for configuration properties updated before the given date- Specified by:
lastUpdatedBeforein interfaceConfigurationPropertyQuery
-
lastUpdatedAfter
Description copied from interface:ConfigurationPropertyQueryQuery for configuration properties updated after the given date- Specified by:
lastUpdatedAfterin interfaceConfigurationPropertyQuery
-
tenantId
Description copied from interface:ConfigurationPropertyQueryQuery for configuration properties with the given tenant id- Specified by:
tenantIdin interfaceConfigurationPropertyQuery
-
ownerUser
Description copied from interface:ConfigurationPropertyQueryQuery for configuration properties owned by the user with the given id.- Specified by:
ownerUserin interfaceConfigurationPropertyQuery- Parameters:
userId- the id of the user that owns the configuration property
-
executeCount
- Specified by:
executeCountin classAbstractQuery<ConfigurationPropertyQuery,ConfigurationProperty>
-
executeList
- Specified by:
executeListin classAbstractQuery<ConfigurationPropertyQuery,ConfigurationProperty>
-
getId
- Specified by:
getIdin interfaceCacheAwareQuery<ConfigurationPropertyEntity>
-
getNamespace
-
getName
-
getNames
-
getDescription
-
getDescriptions
-
getLastUpdatedBefore
-
getLastUpdatedAfter
-
getTenantId
-
getOwnerUser
-