Skip navigation links

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

E17493-04


Uses of Class
oracle.jdeveloper.audit.model.ContentRoot.Type

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

 

Uses of ContentRoot.Type in oracle.jdeveloper.audit.model

 

Fields in oracle.jdeveloper.audit.model declared as ContentRoot.Type
static ContentRoot.Type ContentRoot.LIBRARY
           
static ContentRoot.Type ContentRoot.PROJECT
           
static ContentRoot.Type ContentRoot.WORKSPACE
           

 

Methods in oracle.jdeveloper.audit.model that return ContentRoot.Type
 ContentRoot.Type ContentRoot.getType()
          Gets the content type of this root.
static ContentRoot.Type ContentRoot.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ContentRoot.Type[] ContentRoot.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Method parameters in oracle.jdeveloper.audit.model with type arguments of type ContentRoot.Type
 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.

 

Uses of ContentRoot.Type in oracle.jdevimpl.audit.model

 

Methods in oracle.jdevimpl.audit.model that return ContentRoot.Type
 ContentRoot.Type DefaultContentRoot.getType()
           

 

Method parameters in oracle.jdevimpl.audit.model with type arguments of type ContentRoot.Type
 java.util.Collection<ContentDirectory> DefaultContentCache.getRootDirectories(java.util.Set<ContentRoot.Type> types)
           

 

Constructors in oracle.jdevimpl.audit.model with parameters of type ContentRoot.Type
DefaultContentRoot(java.net.URL url, ContentRoot.Type type, java.lang.String key, java.lang.String label, boolean java, IntersectedFilters filters)
           

 


Skip navigation links

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

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.