Skip navigation links

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

E52944-01


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> ContentCache.getRoots()
          Gets the content roots of the workspace or project.
 java.util.Collection<ContentRoot> ContentDirectory.getRoots()
          Gets the ContentRoots containing this directory.
 java.util.Collection<ContentRoot> ContentCache.getRoots(java.net.URL url)
          Gets the content roots which contain 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 root accepts a URL.
 boolean ContentRoot.contains(ContentRoot root)
          Gets whether this root contains another root.

 

Method parameters in oracle.jdeveloper.audit.model with type arguments of type ContentRoot
 void ContentRootFactory.getProjectRoots(Workspace workspace, Project project, IntersectedFilters projectContentFilters, IntersectedFilters auxiliaryContentFilters, java.util.Collection<ContentRoot> roots)
          Gets content roots for a project.
 void ContentRootFactory.getWorkspaceRoots(Workspace workspace, IntersectedFilters applicationContentFilters, IntersectedFilters auxiliaryContentFilters, java.util.Collection<ContentRoot> roots)
          Gets content roots for a workspace.

 

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 ProjectContentRootFactory.getProjectRoots(Workspace workspace, Project project, IntersectedFilters projectContentFilters, IntersectedFilters auxiliaryContentFilters, java.util.Collection<ContentRoot> roots)
           
 void ProjectContentRootFactory.getWorkspaceRoots(Workspace workspace, IntersectedFilters applicationContentFilters, IntersectedFilters auxiliaryContentFilters, 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)
           

 


Skip navigation links

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

E52944-01


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