public class ObjectTypeConfigurationRegistry extends Object implements Serializable
Constructor and Description |
---|
ObjectTypeConfigurationRegistry(InternalKnowledgeBase kBase) |
Modifier and Type | Method and Description |
---|---|
ObjectTypeConf |
getObjectTypeConf(EntryPointId entrypoint,
Object object)
Returns the ObjectTypeConfiguration object for the given object or
creates a new one if none is found in the cache
|
ObjectTypeConf |
getObjectTypeConfByClass(Class<?> cls) |
Collection<ObjectTypeConf> |
values() |
public ObjectTypeConfigurationRegistry(InternalKnowledgeBase kBase)
public ObjectTypeConf getObjectTypeConf(EntryPointId entrypoint, Object object)
public ObjectTypeConf getObjectTypeConfByClass(Class<?> cls)
public Collection<ObjectTypeConf> values()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.