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