Skip navigation links

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

E17273-01


oracle.stellent.wcm.core.data
Class DataFile

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,DataElement>
          extended by oracle.stellent.wcm.core.data.DataFile

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,DataElement>

public class DataFile
extends java.util.HashMap<java.lang.String,DataElement>

The parsed data file object associated with the expressions for each element.

See Also:
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>

 

Constructor Summary
DataFile()
           

 

Method Summary
 void addElement(DataElement element)
          Add the element using the element name
 java.util.List<DataElement> getAllElements()
           
 DataElement getElement(java.lang.String name)
          Retrieve the display data corresponding to the given element configuration

 

Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values

 

Methods inherited from class java.util.AbstractMap
equals, hashCode, toString

 

Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface java.util.Map
equals, hashCode

 

Constructor Detail

DataFile

public DataFile()

Method Detail

getAllElements

public java.util.List<DataElement> getAllElements()
Returns:
a list of DataElement objects available in this data file

getElement

public DataElement getElement(java.lang.String name)
Retrieve the display data corresponding to the given element configuration
Parameters:
name - the name of the element
Returns:
the display data for the element
Throws:
DataFileException

addElement

public void addElement(DataElement element)
Add the element using the element name
Parameters:
element - the element

Skip navigation links

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

E17273-01


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