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

E17493-01

Uses of Class
oracle.jdeveloper.audit.model.ModelType

Packages that use ModelType
oracle.jdeveloper.audit The root package of the public Audit (and Metrics) API. 
oracle.jdeveloper.audit.analyzer The base classes for writing analyzers. 
oracle.jdeveloper.audit.extension   
oracle.jdeveloper.audit.model The base classes for defining the Audit object model. 
oracle.jdevimpl.audit.core   
oracle.jdevimpl.audit.log   
oracle.jdevimpl.audit.model   
 

Uses of ModelType in oracle.jdeveloper.audit
 

Methods in oracle.jdeveloper.audit with parameters of type ModelType
abstract  ModelTypeFactory AuditManager.createModelTypeFactory(ModelType... modelTypes)
          Creates a ModelTypeFactory with specific model types and the standard container types (root, workspace, project, and directory).
 

Uses of ModelType in oracle.jdeveloper.audit.analyzer
 

Method parameters in oracle.jdeveloper.audit.analyzer with type arguments of type ModelType
 void AuditContext.produceFragment(java.lang.Class<? extends ModelType> fragmentType)
          Produces a fragment of another model type from the construct currently being traversed.
 void AuditContext.produceFragment(java.lang.Class<? extends ModelType> fragmentType, Location location)
          Produces a fragment of another model type from a construct in the model currently being traversed.
 void AuditContext.produceFragment(java.lang.Class<? extends ModelType> fragmentType, java.lang.Object construct)
          Produces a fragment of another model type from a construct in the model currently being traversed.
 

Uses of ModelType in oracle.jdeveloper.audit.extension
 

Methods in oracle.jdeveloper.audit.extension that return types with arguments of type ModelType
 java.util.Collection<TypeDefinition<ModelType>> AuditHook.getModels()
           
 

Uses of ModelType in oracle.jdeveloper.audit.model
 

Methods in oracle.jdeveloper.audit.model with type parameters of type ModelType
abstract
<T extends ModelType>
T
ModelTypeFactory.getModelType(java.lang.Class<T> type)
          Gets the model type instance for a model type class.
 

Methods in oracle.jdeveloper.audit.model that return ModelType
 ModelType ModelAdapter.getType()
          Gets the model type for this node.
 

Methods in oracle.jdeveloper.audit.model that return types with arguments of type ModelType
abstract  java.util.Collection<ModelType> ModelTypeFactory.getModelTypes()
          Gets the model types known to this factory.
abstract  java.util.Collection<ModelType> ModelTypeFactory.getModelTypes(Element element)
          Gets the model type for an element.
 

Constructors in oracle.jdeveloper.audit.model with parameters of type ModelType
ContainerModelAdapter(ModelFactory factory, ModelType type)
           
ContainerModelAdapter(ModelFactory factory, ModelType type, ContainerModelAdapter workspace, ContainerModelAdapter project, ContainerModelAdapter directory, ContentDirectory element, java.net.URL url)
           
ContainerModelAdapter(ModelFactory factory, ModelType type, ContainerModelAdapter workspace, Project project)
           
ContainerModelAdapter(ModelFactory factory, ModelType type, Workspace workspace)
           
FileModelAdapter(ModelFactory factory, ModelType model, ContainerModelAdapter workspace, ContainerModelAdapter project, ContainerModelAdapter directory, Node node, java.net.URL url)
           
FileModelAdapter(ModelFactory factory, ModelType model, ContainerModelAdapter workspace, ContainerModelAdapter project, ContainerModelAdapter directory, Node node, java.net.URL url, java.lang.String primaryCollationKey)
           
ModelAdapter(ModelFactory factory, ModelType type)
          Creates a model adapter that adapts a root Workspaces element.
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.
ModelAdapter(ModelFactory factory, ModelType type, ContainerModelAdapter workspace, ContainerModelAdapter project, ContainerModelAdapter directory, Node node, java.net.URL url)
          Creates a model adapter that adapts a file Node.
ModelAdapter(ModelFactory factory, ModelType type, ContainerModelAdapter workspace, ContainerModelAdapter project, ContainerModelAdapter directory, Node node, java.net.URL url, java.lang.String primaryCollationString)
          Creates a model adapter that adapts a file Node.
ModelAdapter(ModelFactory factory, ModelType type, ContainerModelAdapter workspace, Project project)
          Creates a model adapter that adapts a @link oracle.ide.model.Project Project} node.
ModelAdapter(ModelFactory factory, ModelType type, Workspace workspace)
          Creates a model adapter that adapts a @link oracle.ide.model.Workspace Workspace} node.
TextFileModelAdapter(ModelFactory factory, ModelType type, ContainerModelAdapter workspace, ContainerModelAdapter project, ContainerModelAdapter directory, Node node, java.net.URL url)
           
TextFileModelAdapter(ModelFactory factory, ModelType type, ContainerModelAdapter workspace, ContainerModelAdapter project, ContainerModelAdapter directory, Node node, java.net.URL url, java.lang.String primaryCollationString)
           
 

Uses of ModelType in oracle.jdevimpl.audit.core
 

Methods in oracle.jdevimpl.audit.core with parameters of type ModelType
 ModelTypeFactory DefaultAuditManager.createModelTypeFactory(ModelType... modelTypes)
           
 

Method parameters in oracle.jdevimpl.audit.core with type arguments of type ModelType
 void DefaultAuditContext.produceFragment(java.lang.Class<? extends ModelType> fragmentType)
           
 void DefaultAuditContext.produceFragment(java.lang.Class<? extends ModelType> fragmentType, Location location)
           
 void DefaultAuditContext.produceFragment(java.lang.Class<? extends ModelType> fragmentType, java.lang.Object construct)
           
 

Uses of ModelType in oracle.jdevimpl.audit.log
 

Methods in oracle.jdevimpl.audit.log that return ModelType
 ModelType TypeFilter.getModelType(java.lang.Class type)
          Gets the model type for a presentation type.
 

Methods in oracle.jdevimpl.audit.log that return types with arguments of type ModelType
 java.util.Collection<ModelType> TypeFilter.getModelTypes()
          Gets the presentation types handled by this filter.
 

Constructor parameters in oracle.jdevimpl.audit.log with type arguments of type ModelType
TypeFilter(java.util.Collection<ModelType> modelTypes)
           
TypeFilter(java.lang.String persistenceKey, java.util.Collection<ModelType> modelTypes)
           
 

Uses of ModelType in oracle.jdevimpl.audit.model
 

Subclasses of ModelType in oracle.jdevimpl.audit.model
 class DirectoryModelType
          The model type of the vestigial model corresponding to a ContentDirectory.
 class ProjectModelType
          The model type of the vestigial model corresponding to a {Project}.
 class RootModelType
          The model type of the vestigial model corresponding to the singleton Workspaces object.
 class UnauditableFileModelType
           
 class WorkspaceModelType
          The model type of the vestigial model corresponding to a Workspace.
 

Methods in oracle.jdevimpl.audit.model with type parameters of type ModelType
<T extends ModelType>
T
DefaultModelTypeFactory.getModelType(java.lang.Class<T> type)
           
 

Methods in oracle.jdevimpl.audit.model that return types with arguments of type ModelType
 java.util.Collection<ModelType> DefaultModelTypeFactory.getModelTypes()
           
 java.util.Collection<ModelType> DefaultModelTypeFactory.getModelTypes(Element element)
           
 

Constructors in oracle.jdevimpl.audit.model with parameters of type ModelType
ProjectModelAdapter(ModelFactory factory, ModelType type, ContainerModelAdapter workspace, Project project)
          Creates a project document.
RootModelAdapter(ModelFactory factory, ModelType type)
          Creates a root document adapter.
UnauditableFileModelAdapter(ModelFactory factory, ModelType model, ContainerModelAdapter workspace, ContainerModelAdapter project, ContainerModelAdapter directory, Node node, java.net.URL url)
           
WorkspaceModelAdapter(ModelFactory factory, ModelType type, Workspace workspace)
           
 

Constructor parameters in oracle.jdevimpl.audit.model with type arguments of type ModelType
DefaultModelTypeFactory(java.util.Collection<ModelType> modelTypes, java.util.Collection<TypeDefinition<ModelType>> deferredModelTypes, java.util.Collection<TypeDefinition<ContentRootFactory>> contentRootFactories)
          Creates a factory with for specified model types.
DefaultModelTypeFactory(java.util.Collection<ModelType> modelTypes, java.util.Collection<TypeDefinition<ModelType>> deferredModelTypes, java.util.Collection<TypeDefinition<ContentRootFactory>> contentRootFactories)
          Creates a factory with for specified model types.
 


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.