Uses of Interface
org.drools.core.process.WorkItemManagerFactory
-
Packages that use WorkItemManagerFactory Package Description org.drools.core This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactoryorg.drools.core.process.impl -
-
Uses of WorkItemManagerFactory in org.drools.core
Methods in org.drools.core that return WorkItemManagerFactory Modifier and Type Method Description WorkItemManagerFactorySessionConfiguration. getWorkItemManagerFactory()Methods in org.drools.core with parameters of type WorkItemManagerFactory Modifier and Type Method Description voidSessionConfiguration. setWorkItemManagerFactory(WorkItemManagerFactory workItemManagerFactory) -
Uses of WorkItemManagerFactory in org.drools.core.process.impl
Classes in org.drools.core.process.impl that implement WorkItemManagerFactory Modifier and Type Class Description classDefaultWorkItemManagerFactory
-