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.DataFile

Packages that use DataFile
oracle.stellent.wcm.client.invokers.impl   
oracle.stellent.wcm.core.data.jaxb   
oracle.stellent.wcm.server.cache   
oracle.stellent.wcm.server.request.dataFile   
oracle.stellent.wcm.server.request.element   

 

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

 

Methods in oracle.stellent.wcm.client.invokers.impl that return DataFile
 DataFile DataFileInvoker.getDataFile()
           

 

Uses of DataFile in oracle.stellent.wcm.core.data.jaxb

 

Methods in oracle.stellent.wcm.core.data.jaxb that return DataFile
protected  DataFile JAXBDataFileSerializer.coerceToType(javax.xml.bind.JAXBElement unmarshalledObject)
          Coerce the unmarshalled object into the type to return
static DataFile JAXBDataFileHelper.toDataFile(oracle.stellent.wcm.core.data.jaxb.model.DocumentType documentType)
          Create the data file model from the given JAXB object

 

Methods in oracle.stellent.wcm.core.data.jaxb with parameters of type DataFile
protected  javax.xml.bind.JAXBElement JAXBDataFileSerializer.coerceFromType(DataFile object)
          Coerce the input type into a type that can be marshalled.
static oracle.stellent.wcm.core.data.jaxb.model.DocumentType JAXBDataFileHelper.fromDataFile(DataFile dataFile)
          Create the JAXB object from the given model

 

Uses of DataFile in oracle.stellent.wcm.server.cache

 

Fields in oracle.stellent.wcm.server.cache with type parameters of type DataFile
static CacheContainer.Key<DataFile> CacheContainer.KEY_MANAGED_DATAFILE
           

 

Uses of DataFile in oracle.stellent.wcm.server.request.dataFile

 

Fields in oracle.stellent.wcm.server.request.dataFile with type parameters of type DataFile
static SiteResponse.ResponseObject<DataFile> DataFileHandler.DATA_FILE
          DataBinder response object

 

Methods in oracle.stellent.wcm.server.request.dataFile that return DataFile
 DataFile DataFileLogic.getDataFile(DataFileRequest request)
           
protected  DataFile DataFileLogic.getNonXmlDataFile(java.lang.String content)
          Create a ManagedDataFile wrapper around the content; used for wrapping non-XML data files (i.e.

 

Methods in oracle.stellent.wcm.server.request.dataFile with parameters of type DataFile
protected  void DataFileLogic.parseExpressions(DataFile dataFile)
          Parse the data file expressions

 

Uses of DataFile in oracle.stellent.wcm.server.request.element

 

Methods in oracle.stellent.wcm.server.request.element that return DataFile
 DataFile ElementLogic.getDataFile(ElementRequest elementRequest)
           

 


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.