| Package | Description |
|---|---|
| oracle.jdeveloper.audit.extension | |
| oracle.jdeveloper.audit.model |
The base classes for defining the Audit object model.
|
| oracle.jdevimpl.audit.model |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<TypeDefinition<ContentRootFactory>> |
AuditHook.getRootFactories() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.Collection<ContentRootFactory> |
ModelTypeFactory.getContentRootFactories()
Gets the
ContentRootFactorys known to this factory. |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationContentRootFactory
Content root factory for application content.
|
class |
ProjectContentRootFactory
A factory for the content roots of a project.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ContentRootFactory> |
DefaultModelTypeFactory.getContentRootFactories() |
| Constructor and Description |
|---|
DefaultModelTypeFactory(java.util.List<ModelType> modelTypes,
java.util.Collection<ModelDefinition> unloadedModelTypes,
java.util.Collection<TypeDefinition<ContentRootFactory>> contentRootFactories)
Creates a factory for specified model types.
|