Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Uses of Class
oracle.stellent.wcm.server.content.Type

Packages that use Type
oracle.stellent.wcm.server.cache   
oracle.stellent.wcm.server.content   

 

Uses of Type in oracle.stellent.wcm.server.cache

 

Methods in oracle.stellent.wcm.server.cache that return Type
 Type LazyLoadingContent.getType()
           

 

Methods in oracle.stellent.wcm.server.cache with parameters of type Type
 void LazyLoadingContent.setType(Type type)
          Set the type; useful for optimizing if type is known ahead of time

 

Uses of Type in oracle.stellent.wcm.server.content

 

Methods in oracle.stellent.wcm.server.content that return Type
static Type Type.getTypeByMetaName(java.lang.String metaName)
           
static Type Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Type[] Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.stellent.wcm.server.content with parameters of type Type
static boolean Type.isDataFile(Type type)
          Determine if the type represents a datafile
static boolean Type.isDynamicConversionEligibleFile(Type type)
          Determine if the type represents a document to send to dynamic converter or an XML data file.

 


Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.