Skip navigation links

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

E17273-03


oracle.stellent.wcm.core.definition.element
Class RegionDefinition

java.lang.Object
  extended by oracle.stellent.wcm.core.definition.element.ReferencesDefinition
      extended by oracle.stellent.wcm.core.definition.element.RegionDefinition

All Implemented Interfaces:
IReferencesDefinition

public class RegionDefinition
extends ReferencesDefinition

Represents an individual region schema definition.


Constructor Summary
RegionDefinition()
          Build an empty region schema
RegionDefinition(oracle.stellent.wcm.core.definition.element.model.RegionType regionType)
           

 

Method Summary
protected  oracle.stellent.wcm.core.definition.element.model.SubElements getElements()
          Get the subelements from the definition
protected  java.util.List<JAXBBase> getItemProperties()
          Get the Item properties
 oracle.stellent.wcm.core.definition.element.model.RegionType getModel()
           
protected  void setElements(oracle.stellent.wcm.core.definition.element.model.SubElements subelements)
          Set the subelements into the definition

 

Methods inherited from class oracle.stellent.wcm.core.definition.element.ReferencesDefinition
addElementReference, addProperty, getDescription, getElementReference, getElementReferenceNames, getElementReferenceType, getElementReferenceValues, getFieldDescription, getFieldLabel, getFieldLocation, getProperty, getPropertyValue, removeElementReference, setDescription, setPropertyValue

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RegionDefinition

public RegionDefinition()
Build an empty region schema

RegionDefinition

public RegionDefinition(oracle.stellent.wcm.core.definition.element.model.RegionType regionType)

Method Detail

getModel

public oracle.stellent.wcm.core.definition.element.model.RegionType getModel()

setElements

protected void setElements(oracle.stellent.wcm.core.definition.element.model.SubElements subelements)
Description copied from class: ReferencesDefinition
Set the subelements into the definition
Specified by:
setElements in class ReferencesDefinition

getElements

protected oracle.stellent.wcm.core.definition.element.model.SubElements getElements()
Description copied from class: ReferencesDefinition
Get the subelements from the definition
Specified by:
getElements in class ReferencesDefinition
Returns:
the elements

getItemProperties

protected java.util.List<JAXBBase> getItemProperties()
Description copied from class: ReferencesDefinition
Get the Item properties
Specified by:
getItemProperties in class ReferencesDefinition
Returns:
list of item properties

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.