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