Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.jdevimpl.audit.model
Class DefaultModelTypeFactory

java.lang.Object
  extended by oracle.jdeveloper.audit.model.ModelTypeFactory
      extended by oracle.jdevimpl.audit.model.DefaultModelTypeFactory

public class DefaultModelTypeFactory
extends ModelTypeFactory

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.
<T extends ModelType>
T
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

DefaultModelTypeFactory

public DefaultModelTypeFactory(java.util.Collection<ModelType> modelTypes,
                               java.util.Collection<ContentRootFactory> contentRootFactories)
Creates a factory with for specified model types.

Method Detail

getModelTypes

public java.util.Collection<ModelType> getModelTypes()
Description copied from class: ModelTypeFactory
Gets the model types known to this factory.

Specified by:
getModelTypes in class ModelTypeFactory

getContentRootFactories

public java.util.Collection<ContentRootFactory> getContentRootFactories()
Description copied from class: ModelTypeFactory
Gets the ContentRootFactorys known to this factory.

Specified by:
getContentRootFactories in class ModelTypeFactory

getModelType

public <T extends ModelType> T getModelType(java.lang.Class<T> type)
Description copied from class: ModelTypeFactory
Gets the model type instance for a model type class.

Specified by:
getModelType in class ModelTypeFactory

getModelTypes

public java.util.Collection<ModelType> getModelTypes(Element element)
Description copied from class: ModelTypeFactory
Gets the model type for an element.

Specified by:
getModelTypes in class ModelTypeFactory

createModelFactory

public ModelFactory createModelFactory(java.util.Map attributes)
Description copied from class: ModelTypeFactory
Creates a ModelFactory based on this model type factory.

Specified by:
createModelFactory in class ModelTypeFactory

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.