| 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 |
|---|---|
ModelDefinition |
AuditHook.getModel(java.lang.String typeName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ModelDefinition> |
AuditHook.getModels() |
| Modifier and Type | Method and Description |
|---|---|
ModelDefinition |
ModelType.getDefinition()
Gets the model definition which registered this model type, or null if none.
|
| 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.
|