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

E17493-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 set roots of the 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 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.
 

Method parameters in oracle.jdeveloper.audit.model with type arguments of type ContentRoot
 void ContentRootFactory.getProjectRoots(Workspace workspace, Project project, IntersectedFilters filters, IntersectedFilters workingSetFilters, java.util.Collection<ContentRoot> roots)
          Gets content roots for a project.
 void ContentRootFactory.getWorkspaceRoots(Workspace workspace, IntersectedFilters filters, 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 ApplicationContentRootFactory.getProjectRoots(Workspace workspace, Project project, IntersectedFilters filters, IntersectedFilters workingSetFilters, java.util.Collection<ContentRoot> roots)
           
 void ProjectContentRootFactory.getProjectRoots(Workspace workspace, Project project, IntersectedFilters filters, IntersectedFilters workingSetFilters, java.util.Collection<ContentRoot> roots)
           
 void ApplicationContentRootFactory.getWorkspaceRoots(Workspace workspace, IntersectedFilters filters, java.util.Collection<ContentRoot> roots)
           
 void ProjectContentRootFactory.getWorkspaceRoots(Workspace workspace, IntersectedFilters filters, 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
11g Release 2 (11.1.2.0.0)

E17493-01

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