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.core.config.Mapping.Type

Packages that use Mapping.Type
oracle.stellent.wcm.core.config   
oracle.stellent.wcm.core.config.jaxb   

 

Uses of Mapping.Type in oracle.stellent.wcm.core.config

 

Methods in oracle.stellent.wcm.core.config that return Mapping.Type
 Mapping.Type Mapping.getType()
           
static Mapping.Type Mapping.Type.getValue(java.lang.String typeString)
           
static Mapping.Type Mapping.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Mapping.Type[] Mapping.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.stellent.wcm.core.config with parameters of type Mapping.Type
 java.util.List<Mapping> MappingsConfiguration.getMappings(Mapping.Type type)
          Retrieve a list of mappings by type
 java.util.List<Mapping> MappingsConfiguration.getMappings(Mapping.Type type, java.lang.String attrName, java.lang.String attrValue)
          Retrieve list of mappings by type and attribute name/value match
 void Mapping.setType(Mapping.Type type)
          Set the type of this mapping

 

Uses of Mapping.Type in oracle.stellent.wcm.core.config.jaxb

 

Methods in oracle.stellent.wcm.core.config.jaxb that return Mapping.Type
 Mapping.Type JAXBMapping.getType()
           

 

Methods in oracle.stellent.wcm.core.config.jaxb with parameters of type Mapping.Type
 java.util.List<Mapping> JAXBMappingsConfiguration.getMappings(Mapping.Type type)
          Retrieve a list of mappings by type
 java.util.List<Mapping> JAXBMappingsConfiguration.getMappings(Mapping.Type type, java.lang.String attrName, java.lang.String attrValue)
          Retrieve list of mappings by type and attribute name/value match
protected  java.util.List<oracle.stellent.wcm.core.config.jaxb.model.MappingType> JAXBMappingsConfiguration.getMappingTypeList(Mapping.Type type)
          Retrieve the type list from the JAXB model
 void JAXBMapping.setType(Mapping.Type type)
          Set the type of this mapping

 

Constructors in oracle.stellent.wcm.core.config.jaxb with parameters of type Mapping.Type
JAXBMapping(oracle.stellent.wcm.core.config.jaxb.model.MappingType model, Mapping.Type type)
           
JAXBMapping(java.lang.String id, java.lang.String path, Mapping.Type type)
           

 


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.