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
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject

    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

    Fields 
    Modifier and Type Field Description
    protected java.lang.String id  
    protected java.lang.String name  
    protected java.lang.String namespace  
    protected java.lang.String tenantId  

    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, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByColumnMap, orderByColumns, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
  • Constructor Summary

    Constructors 
    Constructor Description
    ConfigurationPropertyQueryImpl​(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)  
  • Method Summary

    Modifier and Type Method Description
    long executeCount​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
    java.util.List<ConfigurationProperty> executeList​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
    java.lang.String getId()  
    java.lang.String getName()  
    java.lang.String getNamespace()  
    java.lang.String getTenantId()  
    ConfigurationPropertyQuery id​(java.lang.String id)
    Query for configuration properties with the given id
    ConfigurationPropertyQuery name​(java.lang.String name)
    Query for configuration properties with the given name
    ConfigurationPropertyQuery namespace​(java.lang.String namespace)
    Query for configuration properties with the given namespace
    ConfigurationPropertyQuery tenantId​(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

    Methods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery

    enhanceCachedValue

    Methods inherited from interface org.flowable.common.engine.api.query.Query

    asc, count, desc, list, listPage, orderBy, orderBy, singleResult