Uses of Class
org.kie.drl.api.identifiers.RuleUnitId
-
Packages that use RuleUnitId Package Description org.kie.drl.api.identifiers -
-
Uses of RuleUnitId in org.kie.drl.api.identifiers
Methods in org.kie.drl.api.identifiers that return RuleUnitId Modifier and Type Method Description RuleUnitIdRuleUnitIds. get(java.lang.Class<?> ruleUnitDefinition)RuleUnitIdRuleUnitIds. get(java.lang.String canonicalName)RuleUnitIdQueryId. ruleUnitId()RuleUnitIdRuleUnitInstanceId. ruleUnitId()Constructors in org.kie.drl.api.identifiers with parameters of type RuleUnitId Constructor Description QueryId(RuleUnitId ruleUnitId, java.lang.String queryId)RuleUnitInstanceId(RuleUnitId processId, java.lang.String ruleUnitInstanceId)RuleUnitInstanceIds(RuleUnitId ruleUnitId)
-