Package org.kie.drl.api.identifiers
Class InstanceQueryId
- java.lang.Object
-
- org.kie.efesto.common.api.identifiers.LocalUriId
-
- org.kie.drl.api.identifiers.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.StringPREFIX
-
Constructor Summary
Constructors Constructor Description InstanceQueryId(RuleUnitInstanceId ruleUnitInstanceId, java.lang.String queryId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringqueryId()RuleUnitInstanceIdruleUnitInstanceId()-
Methods inherited from class org.kie.efesto.common.api.identifiers.LocalUriId
asLocalUri, equals, hashCode, toLocalId, toString
-
-
-
-
Field Detail
-
PREFIX
public static final java.lang.String PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InstanceQueryId
public InstanceQueryId(RuleUnitInstanceId ruleUnitInstanceId, java.lang.String queryId)
-
-
Method Detail
-
ruleUnitInstanceId
public RuleUnitInstanceId ruleUnitInstanceId()
-
queryId
public java.lang.String queryId()
-
-