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.ContentDirectory

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

Uses of ContentDirectory in oracle.jdeveloper.audit.model
 

Methods in oracle.jdeveloper.audit.model that return ContentDirectory
 ContentDirectory ContentCache.getContainingDirectory(ContentDirectory directory)
          Gets the containing content set directory of a content set directory, or null if the directory is a root directory.
 ContentDirectory ModelAdapter.getDirectory()
          Gets the package directory containing this model, or null if none.
 

Methods in oracle.jdeveloper.audit.model that return types with arguments of type ContentDirectory
 java.util.Collection<ContentDirectory> ContentCache.getDirectories(java.net.URL url)
          Gets the content set directories for a URL.
 java.util.Collection<ContentDirectory> ContentCache.getRootDirectories(java.util.Set<ContentRoot.Type> types)
          Gets the content set directories for the content set roots of the cached projects.
 

Methods in oracle.jdeveloper.audit.model with parameters of type ContentDirectory
 ContentDirectory ContentCache.getContainingDirectory(ContentDirectory directory)
          Gets the containing content set directory of a content set directory, or null if the directory is a root directory.
 boolean ModelType.isAuditable(Element element, ContentDirectory directory, Project project, Workspace workspace)
          Gets whether a root element is auditable in the context of a directory, project, and workspace.
 

Constructors in oracle.jdeveloper.audit.model with parameters of type ContentDirectory
ContainerModelAdapter(ModelFactory factory, ModelType type, ContainerModelAdapter workspace, ContainerModelAdapter project, ContainerModelAdapter directory, ContentDirectory element, java.net.URL url)
           
ModelAdapter(ModelFactory factory, ModelType type, ContainerModelAdapter workspace, ContainerModelAdapter project, ContainerModelAdapter directory, ContentDirectory element, java.net.URL url)
          Creates a model adapter that adapts a package directory node.
 

Uses of ContentDirectory in oracle.jdevimpl.audit.model
 

Classes in oracle.jdevimpl.audit.model that implement ContentDirectory
 class DefaultContentDirectory
           
 

Methods in oracle.jdevimpl.audit.model that return ContentDirectory
 ContentDirectory DefaultContentCache.getContainingDirectory(ContentDirectory directory)
           
 ContentDirectory ProjectModelAdapter.getDirectory()
           
 ContentDirectory RootModelAdapter.getDirectory()
           
 ContentDirectory DirectoryModelAdapter.getDirectory()
           
 ContentDirectory WorkspaceModelAdapter.getDirectory()
           
 

Methods in oracle.jdevimpl.audit.model that return types with arguments of type ContentDirectory
 java.util.Collection<ContentDirectory> DefaultContentCache.getDirectories(java.net.URL url)
           
 java.util.Collection<ContentDirectory> DefaultContentCache.getRootDirectories(java.util.Set<ContentRoot.Type> types)
           
 

Methods in oracle.jdevimpl.audit.model with parameters of type ContentDirectory
 ContentDirectory DefaultContentCache.getContainingDirectory(ContentDirectory directory)
           
 boolean WorkspaceModelType.isAuditable(Element element, ContentDirectory directory, Project project, Workspace workspace)
          Gets whether a root element is auditable in the context of a directory, project, and workspace.
 boolean ProjectModelType.isAuditable(Element element, ContentDirectory directory, Project project, Workspace workspace)
          Gets whether a root element is auditable in the context of a directory, project, and workspace.
 boolean RootModelType.isAuditable(Element element, ContentDirectory directory, Project project, Workspace workspace)
          Gets whether a root element is auditable in the context of a directory, project, and workspace.
 boolean DirectoryModelType.isAuditable(Element element, ContentDirectory directory, Project project, Workspace workspace)
          Gets whether a root element is auditable in the context of a directory, project, and workspace.
 

Constructors in oracle.jdevimpl.audit.model with parameters of type ContentDirectory
DefaultContentDirectory(ContentDirectory parent, java.lang.String relativePath)
           
 


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.