|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.audit.model.ModelTypeFactory
oracle.jdevimpl.audit.model.DefaultModelTypeFactory
public class DefaultModelTypeFactory
A factory for Audit ModelTypes.
| Constructor Summary | |
|---|---|
DefaultModelTypeFactory(java.util.Collection<ModelType> modelTypes,
java.util.Collection<ContentRootFactory> contentRootFactories)
Creates a factory with for specified model types. |
|
| Method Summary | ||
|---|---|---|
ModelFactory |
createModelFactory(java.util.Map attributes)
Creates a ModelFactory based on this model type factory. |
|
java.util.Collection<ContentRootFactory> |
getContentRootFactories()
Gets the ContentRootFactorys known to this factory. |
|
|
getModelType(java.lang.Class<T> type)
Gets the model type instance for a model type class. |
|
java.util.Collection<ModelType> |
getModelTypes()
Gets the model types known to this factory. |
|
java.util.Collection<ModelType> |
getModelTypes(Element element)
Gets the model type for an element. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultModelTypeFactory(java.util.Collection<ModelType> modelTypes,
java.util.Collection<ContentRootFactory> contentRootFactories)
| Method Detail |
|---|
public java.util.Collection<ModelType> getModelTypes()
ModelTypeFactory
getModelTypes in class ModelTypeFactorypublic java.util.Collection<ContentRootFactory> getContentRootFactories()
ModelTypeFactoryContentRootFactorys known to this factory.
getContentRootFactories in class ModelTypeFactorypublic <T extends ModelType> T getModelType(java.lang.Class<T> type)
ModelTypeFactory
getModelType in class ModelTypeFactorypublic java.util.Collection<ModelType> getModelTypes(Element element)
ModelTypeFactory
getModelTypes in class ModelTypeFactorypublic ModelFactory createModelFactory(java.util.Map attributes)
ModelTypeFactoryModelFactory based on this model type factory.
createModelFactory in class ModelTypeFactory
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||