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.data.DataElement

Packages that use DataElement
oracle.stellent.wcm.client.invokers.impl   
oracle.stellent.wcm.core.data   

 

Uses of DataElement in oracle.stellent.wcm.client.invokers.impl

 

Methods in oracle.stellent.wcm.client.invokers.impl with parameters of type DataElement
protected  void DataFileInvoker.setExpressionCallback(DataElement element)
          Update a managed data by setting the callback for executing the script expressions.

 

Uses of DataElement in oracle.stellent.wcm.core.data

 

Subclasses of DataElement in oracle.stellent.wcm.core.data
 class ListElement
          Represents a list element in the data file
 class TextElement
          An individual text element

 

Methods in oracle.stellent.wcm.core.data that return DataElement
 DataElement DataFile.getElement(java.lang.String name)
          Retrieve the display data corresponding to the given element configuration

 

Methods in oracle.stellent.wcm.core.data that return types with arguments of type DataElement
 java.util.List<DataElement> DataFile.getAllElements()
           

 

Methods in oracle.stellent.wcm.core.data with parameters of type DataElement
 void DataFile.addElement(DataElement element)
          Add the element using the element name

 


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.