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.data.jaxb
Class JAXBDataFileHelper

java.lang.Object
  extended by oracle.stellent.wcm.core.data.jaxb.JAXBDataFileHelper


public class JAXBDataFileHelper
extends java.lang.Object

Helper for converting objects to/from the JAXB model


Constructor Summary
JAXBDataFileHelper()
           

 

Method Summary
static oracle.stellent.wcm.core.data.jaxb.model.DocumentType fromDataFile(DataFile dataFile)
          Create the JAXB object from the given model
static oracle.stellent.wcm.core.data.jaxb.model.ListType fromListElement(ListElement listElement)
          Create the JAXB type from the model
static oracle.stellent.wcm.core.data.jaxb.model.ElementType fromTextElement(TextElement textElement)
          Convert to the JAXB type from the model
static DataFile toDataFile(oracle.stellent.wcm.core.data.jaxb.model.DocumentType documentType)
          Create the data file model from the given JAXB object
static ListElement toListElement(oracle.stellent.wcm.core.data.jaxb.model.ListType listType)
          Create the model from the given JAXB object.
static TextElement toTextElement(oracle.stellent.wcm.core.data.jaxb.model.ElementType elementType)
          Convert to the model from the JAXB object

 

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

 

Constructor Detail

JAXBDataFileHelper

public JAXBDataFileHelper()

Method Detail

toDataFile

public static DataFile toDataFile(oracle.stellent.wcm.core.data.jaxb.model.DocumentType documentType)
Create the data file model from the given JAXB object
Parameters:
documentType - the jaxb object
Returns:
the data file

fromDataFile

public static oracle.stellent.wcm.core.data.jaxb.model.DocumentType fromDataFile(DataFile dataFile)
Create the JAXB object from the given model
Parameters:
dataFile - the data file model
Returns:
the jaxb object

toListElement

public static ListElement toListElement(oracle.stellent.wcm.core.data.jaxb.model.ListType listType)
Create the model from the given JAXB object.
Parameters:
listType - the jaxb list type
Returns:
the list element

fromListElement

public static oracle.stellent.wcm.core.data.jaxb.model.ListType fromListElement(ListElement listElement)
Create the JAXB type from the model
Parameters:
listElement - the model type
Returns:
the jaxb list type

fromTextElement

public static oracle.stellent.wcm.core.data.jaxb.model.ElementType fromTextElement(TextElement textElement)
Convert to the JAXB type from the model
Parameters:
textElement - the text element
Returns:
the element type

toTextElement

public static TextElement toTextElement(oracle.stellent.wcm.core.data.jaxb.model.ElementType elementType)
Convert to the model from the JAXB object
Parameters:
elementType - the jaxb element
Returns:
the model

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.