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,org.flowable.common.engine.api.query.CacheAwareQuery<ConfigurationPropertyEntity>,org.flowable.common.engine.api.query.Query<ConfigurationPropertyQuery,,ConfigurationProperty> org.flowable.common.engine.impl.interceptor.Command<Object>
public class ConfigurationPropertyQueryImpl
extends org.flowable.common.engine.impl.query.AbstractQuery<ConfigurationPropertyQuery,ConfigurationProperty>
implements ConfigurationPropertyQuery, org.flowable.common.engine.api.query.CacheAwareQuery<ConfigurationPropertyEntity>
- Author:
- Filip Hrisafov
- 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.ResultTypeNested 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 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, ignoreOrderBy, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationPropertyQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
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(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) executeList(org.flowable.common.engine.impl.interceptor.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, getSafeList, 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, setIgnoreOrderBy, 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
enhanceCachedValueMethods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Field Details
-
canUseByNamespaceNameAndTenant
protected boolean canUseByNamespaceNameAndTenant -
id
-
namespace
-
name
-
names
-
description
-
descriptions
-
lastUpdatedBefore
-
lastUpdatedAfter
-
tenantId
-
ownerUser
-
-
Constructor Details
-
ConfigurationPropertyQueryImpl
public ConfigurationPropertyQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
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
-
orderByName
- Specified by:
orderByNamein interfaceConfigurationPropertyQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<ConfigurationPropertyQuery,ConfigurationProperty>
-
executeList
public List<ConfigurationProperty> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<ConfigurationPropertyQuery,ConfigurationProperty>
-
getId
- Specified by:
getIdin interfaceorg.flowable.common.engine.api.query.CacheAwareQuery<ConfigurationPropertyEntity>
-
getNamespace
-
getName
-
getNames
-
getDescription
-
getDescriptions
-
getLastUpdatedBefore
-
getLastUpdatedAfter
-
getTenantId
-
getOwnerUser
-