Package org.kie.drl.api.identifiers
Class RuleUnitInstanceId
- java.lang.Object
-
- org.kie.efesto.common.api.identifiers.LocalUriId
-
- org.kie.drl.api.identifiers.RuleUnitInstanceId
-
- All Implemented Interfaces:
org.kie.efesto.common.api.identifiers.Id,org.kie.efesto.common.api.identifiers.LocalId
public class RuleUnitInstanceId extends org.kie.efesto.common.api.identifiers.LocalUriId implements org.kie.efesto.common.api.identifiers.LocalId
-
-
Constructor Summary
Constructors Constructor Description RuleUnitInstanceId(RuleUnitId processId, String ruleUnitInstanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataSourceIdsdataSources()InstanceQueryIdsqueries()RuleUnitIdruleUnitId()StringruleUnitInstanceId()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
-
RuleUnitInstanceId
public RuleUnitInstanceId(RuleUnitId processId, String ruleUnitInstanceId)
-
-
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()
-
queries
public InstanceQueryIds queries()
-
dataSources
public DataSourceIds dataSources()
-
ruleUnitInstanceId
public String ruleUnitInstanceId()
-
-