|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,DataElement>
oracle.stellent.wcm.core.data.DataFile
public class DataFile
The parsed data file object associated with the expressions for each element.
| 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 |
|---|
public DataFile()
| Method Detail |
|---|
public java.util.List<DataElement> getAllElements()
DataElement objects available in this data filepublic DataElement getElement(java.lang.String name)
name - the name of the elementDataFileExceptionpublic void addElement(DataElement element)
element - the element
|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||