Class ObjectTypeConfigurationRegistry

  • All Implemented Interfaces:
    java.io.Serializable

    public class ObjectTypeConfigurationRegistry
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectTypeConfigurationRegistry

        public ObjectTypeConfigurationRegistry​(InternalRuleBase ruleBase)
    • Method Detail

      • getObjectTypeConf

        public ObjectTypeConf getObjectTypeConf​(java.lang.Object object)
      • getOrCreateObjectTypeConf

        public ObjectTypeConf getOrCreateObjectTypeConf​(org.drools.base.rule.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​(org.drools.base.base.ObjectType objectType)