Interface ConfigurationPropertyQuery

All Superinterfaces:
org.flowable.common.engine.api.query.Query<ConfigurationPropertyQuery,​ConfigurationProperty>
All Known Implementing Classes:
ConfigurationPropertyQueryImpl

public interface ConfigurationPropertyQuery
extends org.flowable.common.engine.api.query.Query<ConfigurationPropertyQuery,​ConfigurationProperty>
Author:
Filip Hrisafov
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query

    org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
  • Method Summary

    Modifier and Type Method Description
    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 interface org.flowable.common.engine.api.query.Query

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