| Package | Description | 
|---|---|
| oracle.jdeveloper.audit.model | 
 The base classes for defining the Audit object model. 
 | 
| oracle.jdevimpl.audit.model | 
| Modifier and Type | Method and Description | 
|---|---|
ContentDirectory | 
ContentCache.getContainingDirectory(ContentDirectory directory)
Gets the containing content 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<ContentDirectory> | 
ContentCache.getDirectories(java.net.URL url)
Gets the content directories for a URL. 
 | 
java.util.Collection<ContentDirectory> | 
ContentCache.getRootDirectories(java.util.Set<ContentRoot.Type> types)
Gets the content directories for the content roots of the cached projects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ContentDirectory | 
ContentCache.getContainingDirectory(ContentDirectory directory)
Gets the containing content 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. 
 | 
| Constructor and Description | 
|---|
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  
ContentDirectory element. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultContentDirectory  | 
| Modifier and Type | Method and Description | 
|---|---|
ContentDirectory | 
DefaultContentCache.getContainingDirectory(ContentDirectory directory)  | 
ContentDirectory | 
WorkspaceModelAdapter.getDirectory()  | 
ContentDirectory | 
RootModelAdapter.getDirectory()  | 
ContentDirectory | 
ProjectModelAdapter.getDirectory()  | 
ContentDirectory | 
DirectoryModelAdapter.getDirectory()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<ContentDirectory> | 
DefaultContentCache.getDirectories(java.net.URL url)  | 
java.util.Collection<ContentDirectory> | 
DefaultContentCache.getRootDirectories(java.util.Set<ContentRoot.Type> types)  | 
| Modifier and Type | Method and Description | 
|---|---|
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 | 
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 | 
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 | 
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. 
 | 
| Constructor and Description | 
|---|
DefaultContentDirectory(ContentDirectory parent, java.lang.String relativePath)  |