Interface ConfigurationPropertyQuery

    • 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 Detail

      • namespace

        ConfigurationPropertyQuery namespace​(java.lang.String namespace)
        Query for configuration properties with the given namespace
      • description

        ConfigurationPropertyQuery description​(java.lang.String description)
        Query for configuration properties with the given description
      • tenantId

        ConfigurationPropertyQuery tenantId​(java.lang.String tenantId)
        Query for configuration properties with the given tenant id
      • ownerUser

        ConfigurationPropertyQuery ownerUser​(java.lang.String userId)
        Query for configuration properties owned by the user with the given id.
        Parameters:
        userId - the id of the user that owns the configuration property