Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Uses of Interface
oracle.jdeveloper.audit.model.ContentRootFactory

Packages that use ContentRootFactory
oracle.jdeveloper.audit.extension   
oracle.jdeveloper.audit.model The base classes for defining the Audit object model. 
oracle.jdevimpl.audit.model   
 

Uses of ContentRootFactory in oracle.jdeveloper.audit.extension
 

Methods in oracle.jdeveloper.audit.extension that return types with arguments of type ContentRootFactory
 java.util.Collection<TypeDefinition<ContentRootFactory>> AuditHook.getRootFactories()
           
 

Uses of ContentRootFactory in oracle.jdeveloper.audit.model
 

Methods in oracle.jdeveloper.audit.model that return types with arguments of type ContentRootFactory
abstract  java.util.Collection<ContentRootFactory> ModelTypeFactory.getContentRootFactories()
          Gets the ContentRootFactorys known to this factory.
 

Uses of ContentRootFactory in oracle.jdevimpl.audit.model
 

Classes in oracle.jdevimpl.audit.model that implement ContentRootFactory
 class ApplicationContentRootFactory
          Content root factory for application content.
 class ProjectContentRootFactory
          A factory for the content roots of a project.
 

Methods in oracle.jdevimpl.audit.model that return types with arguments of type ContentRootFactory
 java.util.Collection<ContentRootFactory> DefaultModelTypeFactory.getContentRootFactories()
           
 

Constructor parameters in oracle.jdevimpl.audit.model with type arguments of type ContentRootFactory
DefaultModelTypeFactory(java.util.List<ModelType> modelTypes, java.util.Collection<TypeDefinition<ModelType>> unloadedModelTypes, java.util.Collection<TypeDefinition<ContentRootFactory>> contentRootFactories)
          Creates a factory for specified model types.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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