Class QueryId

  • All Implemented Interfaces:
    org.kie.efesto.common.api.identifiers.Id, org.kie.efesto.common.api.identifiers.LocalId

    public class QueryId
    extends org.kie.efesto.common.api.identifiers.LocalUriId
    implements org.kie.efesto.common.api.identifiers.LocalId
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PREFIX  
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryId​(RuleUnitId ruleUnitId, java.lang.String queryId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String queryId()  
      RuleUnitId ruleUnitId()  
      org.kie.efesto.common.api.identifiers.LocalId toLocalId()  
      • Methods inherited from class org.kie.efesto.common.api.identifiers.LocalUriId

        asLocalUri, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.kie.efesto.common.api.identifiers.LocalId

        asLocalUri
    • Constructor Detail

      • QueryId

        public QueryId​(RuleUnitId ruleUnitId,
                       java.lang.String queryId)
    • Method Detail

      • toLocalId

        public org.kie.efesto.common.api.identifiers.LocalId toLocalId()
        Specified by:
        toLocalId in interface org.kie.efesto.common.api.identifiers.Id
        Overrides:
        toLocalId in class org.kie.efesto.common.api.identifiers.LocalUriId
      • queryId

        public java.lang.String queryId()