Package org.drools.core.common
Class ObjectTypeConfigurationRegistry
- java.lang.Object
-
- org.drools.core.common.ObjectTypeConfigurationRegistry
-
- All Implemented Interfaces:
java.io.Serializable
public class ObjectTypeConfigurationRegistry extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectTypeConfigurationRegistry(RuleBase ruleBase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectTypeConfgetConfForObjectType(ObjectType objectType)ObjectTypeConfgetObjectTypeConf(java.lang.Object object)ObjectTypeConfgetOrCreateObjectTypeConf(EntryPointId entrypoint, java.lang.Object object)Returns the ObjectTypeConfiguration object for the given object or creates a new one if none is found in the cachejava.util.Collection<ObjectTypeConf>values()
-
-
-
Constructor Detail
-
ObjectTypeConfigurationRegistry
public ObjectTypeConfigurationRegistry(RuleBase ruleBase)
-
-
Method Detail
-
getObjectTypeConf
public ObjectTypeConf getObjectTypeConf(java.lang.Object object)
-
getOrCreateObjectTypeConf
public ObjectTypeConf getOrCreateObjectTypeConf(EntryPointId entrypoint, java.lang.Object object)
Returns the ObjectTypeConfiguration object for the given object or creates a new one if none is found in the cache
-
getConfForObjectType
public ObjectTypeConf getConfForObjectType(ObjectType objectType)
-
values
public java.util.Collection<ObjectTypeConf> values()
-
-