Class InstanceQueryId

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

    public class InstanceQueryId
    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  
    • Method Summary

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

        asLocalUri, equals, hashCode, toLocalId, 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.Id

        toLocalId
      • Methods inherited from interface org.kie.efesto.common.api.identifiers.LocalId

        asLocalUri
    • Constructor Detail

      • InstanceQueryId

        public InstanceQueryId​(RuleUnitInstanceId ruleUnitInstanceId,
                               java.lang.String queryId)
    • Method Detail

      • queryId

        public java.lang.String queryId()