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

E13403-08

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

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

Uses of ContentRoot in oracle.jdeveloper.audit.model
 

Methods in oracle.jdeveloper.audit.model that return types with arguments of type ContentRoot
 java.util.Collection<ContentRoot> ContentDirectory.getRoots()
          Gets the ContentRoots containing this directory.
 java.util.Collection<ContentRoot> ContentCache.getRoots()
          Gets the content set roots of the project.
 java.util.Collection<ContentRoot> ContentCache.getRoots(java.net.URL url)
          Gets the roots which contains a URL, ordered from longest to shortest, or empty if none.
 

Methods in oracle.jdeveloper.audit.model with parameters of type ContentRoot
 boolean ContentCache.acceptsUrl(ContentRoot root, java.net.URL url)
          Gets whether a content set root accepts a URL.
 boolean ContentRoot.contains(ContentRoot root)
          Gets whether this root contains another root.
 

Uses of ContentRoot in oracle.jdevimpl.audit.model
 

Classes in oracle.jdevimpl.audit.model that implement ContentRoot
 class DefaultContentRoot
           
 

Methods in oracle.jdevimpl.audit.model that return types with arguments of type ContentRoot
 java.util.Collection<ContentRoot> DefaultContentCache.getRoots()
           
 java.util.Collection<ContentRoot> DefaultContentDirectory.getRoots()
           
 java.util.Collection<ContentRoot> DefaultContentCache.getRoots(java.net.URL url)
           
 

Methods in oracle.jdevimpl.audit.model with parameters of type ContentRoot
 boolean DefaultContentCache.acceptsUrl(ContentRoot root, java.net.URL url)
           
 int DefaultContentRoot.compareTo(ContentRoot root)
           
 boolean DefaultContentRoot.contains(ContentRoot root)
           
 

Method parameters in oracle.jdevimpl.audit.model with type arguments of type ContentRoot
 void ContentRootFactory.getRoots(Workspace workspace, Project project, IntersectedFilters filters, java.util.Collection<ContentRoot> roots)
           
 void ProjectContentRootFactory.getRoots(Workspace workspace, Project project, IntersectedFilters projectFilters, java.util.Collection<ContentRoot> roots)
           
 

Constructor parameters in oracle.jdevimpl.audit.model with type arguments of type ContentRoot
DefaultContentCache(java.util.List<ContentRoot> roots)
           
DefaultContentDirectory(java.net.URL url, java.lang.String relativePath, java.util.Collection<ContentRoot> roots)
           
 


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.