Uses of Interface
org.drools.ruleunits.dsl.util.RuleDefinition.FieldDefinition
-
Packages that use RuleDefinition.FieldDefinition Package Description org.drools.ruleunits.dsl org.drools.ruleunits.dsl.util -
-
Uses of RuleDefinition.FieldDefinition in org.drools.ruleunits.dsl
Method parameters in org.drools.ruleunits.dsl with type arguments of type RuleDefinition.FieldDefinition Modifier and Type Method Description <T> org.drools.model.GlobalRulesFactory.UnitGlobals. asGlobal(java.util.function.Supplier<RuleDefinition.FieldDefinition> globalField, T globalObject)Constructor parameters in org.drools.ruleunits.dsl with type arguments of type RuleDefinition.FieldDefinition Constructor Description UnitGlobalsResolver(java.util.Map<java.lang.String,RuleDefinition.FieldDefinition> fieldByGlobal) -
Uses of RuleDefinition.FieldDefinition in org.drools.ruleunits.dsl.util
Subinterfaces of RuleDefinition.FieldDefinition in org.drools.ruleunits.dsl.util Modifier and Type Interface Description static interfaceRuleDefinition.DataSourceFieldDefinitionMethod parameters in org.drools.ruleunits.dsl.util with type arguments of type RuleDefinition.FieldDefinition Modifier and Type Method Description <T> org.drools.model.GlobalRuleDefinition. asGlobal(java.util.function.Supplier<RuleDefinition.FieldDefinition> globalField, T globalObject)
-