Skip navigation links

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

E17273-02


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

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

 

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

 

Methods in oracle.stellent.wcm.server.content that return Type
 Type ProviderContent.getType()
           

 

Methods in oracle.stellent.wcm.server.content with parameters of type Type
 void ProviderContent.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.spi

 

Methods in oracle.stellent.wcm.server.content.spi 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.spi 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® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


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