|
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
public abstract class ModelTypeFactory
| Constructor Summary | |
|---|---|
ModelTypeFactory()
|
|
| Method Summary | ||
|---|---|---|
abstract ModelFactory |
createModelFactory(java.util.Map attributes)
Creates a ModelFactory based on this model type factory. |
|
abstract java.util.Collection<ContentRootFactory> |
getContentRootFactories()
Gets the ContentRootFactorys known to this factory. |
|
abstract
|
getModelType(java.lang.Class<T> type)
Gets the model type instance for a model type class. |
|
abstract java.util.Collection<ModelType> |
getModelTypes()
Gets the model types known to this factory. |
|
abstract 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 ModelTypeFactory()
| Method Detail |
|---|
public abstract java.util.Collection<ModelType> getModelTypes()
public abstract java.util.Collection<ContentRootFactory> getContentRootFactories()
ContentRootFactorys known to this factory.
public abstract <T extends ModelType> T getModelType(java.lang.Class<T> type)
public abstract java.util.Collection<ModelType> getModelTypes(Element element)
public abstract ModelFactory createModelFactory(java.util.Map attributes)
ModelFactory based on this model type factory.
|
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 | |||||||||