Interface Query

  • All Superinterfaces:
    KieDefinition

    public interface Query
    extends KieDefinition
    Public Query interface for runtime query inspection.
    • Method Detail

      • getPackageName

        java.lang.String getPackageName()
        Returns the package name (namespace) this query is tied to.
        Returns:
        the package name.
      • getName

        java.lang.String getName()
        Returns this query's name.
        Returns:
        the query name
      • getMetaData

        java.util.Map<java.lang.String,​java.lang.Object> getMetaData()
        Returns an immutable Map<String key, Object value> of all meta data attributes associated with this query object.
        Returns:
        an immutable Map<String key, Object value> of meta data attributes.