Package org.kie.drl.api.identifiers
Class QueryId
- java.lang.Object
-
- org.kie.efesto.common.api.identifiers.LocalUriId
-
- org.kie.drl.api.identifiers.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
-
-
Constructor Summary
Constructors Constructor Description QueryId(RuleUnitId ruleUnitId, String queryId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringqueryId()RuleUnitIdruleUnitId()org.kie.efesto.common.api.identifiers.LocalIdtoLocalId()-
Methods inherited from class org.kie.efesto.common.api.identifiers.LocalUriId
asLocalUri, equals, hashCode, toString
-
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
QueryId
public QueryId(RuleUnitId ruleUnitId, String queryId)
-
-
Method Detail
-
toLocalId
public org.kie.efesto.common.api.identifiers.LocalId toLocalId()
- Specified by:
toLocalIdin interfaceorg.kie.efesto.common.api.identifiers.Id- Overrides:
toLocalIdin classorg.kie.efesto.common.api.identifiers.LocalUriId
-
ruleUnitId
public RuleUnitId ruleUnitId()
-
queryId
public String queryId()
-
-