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,java.io.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<java.lang.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected java.lang.Stringidprotected java.lang.Stringnameprotected java.lang.Stringnamespaceprotected java.lang.StringownerUserprotected java.lang.StringtenantId
-
Constructor Summary
Constructors Constructor Description ConfigurationPropertyQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationPropertyQuerydescription(java.lang.String description)Query for configuration properties with the given descriptionlongexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.util.List<ConfigurationProperty>executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.lang.StringgetDescription()java.lang.StringgetId()java.lang.StringgetName()java.lang.StringgetNamespace()java.lang.StringgetOwnerUser()java.lang.StringgetTenantId()ConfigurationPropertyQueryid(java.lang.String id)Query for configuration properties with the given idConfigurationPropertyQueryname(java.lang.String name)Query for configuration properties with the given nameConfigurationPropertyQuerynamespace(java.lang.String namespace)Query for configuration properties with the given namespaceConfigurationPropertyQueryownerUser(java.lang.String userId)Query for configuration properties owned by the user with the given id.ConfigurationPropertyQuerytenantId(java.lang.String tenantId)Query for configuration properties with the given tenant id-
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, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
id
public ConfigurationPropertyQuery id(java.lang.String id)
Description copied from interface:ConfigurationPropertyQueryQuery for configuration properties with the given id- Specified by:
idin interfaceConfigurationPropertyQuery
-
namespace
public ConfigurationPropertyQuery namespace(java.lang.String namespace)
Description copied from interface:ConfigurationPropertyQueryQuery for configuration properties with the given namespace- Specified by:
namespacein interfaceConfigurationPropertyQuery
-
name
public ConfigurationPropertyQuery name(java.lang.String name)
Description copied from interface:ConfigurationPropertyQueryQuery for configuration properties with the given name- Specified by:
namein interfaceConfigurationPropertyQuery
-
description
public ConfigurationPropertyQuery description(java.lang.String description)
Description copied from interface:ConfigurationPropertyQueryQuery for configuration properties with the given description- Specified by:
descriptionin interfaceConfigurationPropertyQuery
-
tenantId
public ConfigurationPropertyQuery tenantId(java.lang.String tenantId)
Description copied from interface:ConfigurationPropertyQueryQuery for configuration properties with the given tenant id- Specified by:
tenantIdin interfaceConfigurationPropertyQuery
-
ownerUser
public ConfigurationPropertyQuery ownerUser(java.lang.String userId)
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
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 java.util.List<ConfigurationProperty> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<ConfigurationPropertyQuery,ConfigurationProperty>
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfaceorg.flowable.common.engine.api.query.CacheAwareQuery<ConfigurationPropertyEntity>
-
getNamespace
public java.lang.String getNamespace()
-
getName
public java.lang.String getName()
-
getDescription
public java.lang.String getDescription()
-
getTenantId
public java.lang.String getTenantId()
-
getOwnerUser
public java.lang.String getOwnerUser()
-
-