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(Class<?> ruleUnitDefinition)RuleUnitIdRuleUnitIds. get(String canonicalName)RuleUnitIdQueryId. ruleUnitId()RuleUnitIdRuleUnitInstanceId. ruleUnitId()Constructors in org.kie.drl.api.identifiers with parameters of type RuleUnitId Constructor Description QueryId(RuleUnitId ruleUnitId, String queryId)RuleUnitInstanceId(RuleUnitId processId, String ruleUnitInstanceId)RuleUnitInstanceIds(RuleUnitId ruleUnitId)
-