Uses of Class
org.kuali.rice.krms.api.engine.Facts.Builder
Packages that use Facts.Builder
-
Uses of Facts.Builder in org.kuali.rice.krms.api.engine
Methods in org.kuali.rice.krms.api.engine that return Facts.BuilderModifier and TypeMethodDescriptionAdd a fact mapping from the term name to the fact valueAdd a fact mapping from the name and parameter map combination to the fact valueAdd a fact mapping from theTermto the fact valueFacts.Builder.addFactsByName(Map<String, Object> facts) Add facts in bulk to this Facts parameter objectFacts.Builder.addFactsByTerm(Map<Term, Object> facts) Add facts in bulk to this Facts parameter objectstatic Facts.BuilderFacts.Builder.create()Static factory method to produce instances of thisFacts.Builderclass