Uses of Class
wt.content.DataFormat

Packages that use DataFormat
com.ptc.wvs.server.ui   
wt.clients.beans   
wt.content
content package — Content Handling Service

The content package allows content — files, URL links, and aggregates (multiple pieces of content that behave as a single file — to be associated with business objects. 

 

Uses of DataFormat in com.ptc.wvs.server.ui
 

Methods in com.ptc.wvs.server.ui with parameters of type DataFormat
private static String PVConfigHelper.addOneFile(ContentHolder holder, String fileName, DataFormat df, InputStream is)
           
 

Uses of DataFormat in wt.clients.beans
 

Fields in wt.clients.beans declared as DataFormat
protected  DataFormat[] DataFormatChoice.valueSet
           
 

Methods in wt.clients.beans that return DataFormat
protected  DataFormat[] DataFormatChoice.getDataFormats()
           
private  DataFormat[] DataFormatChoice.getSortedNames(String[] nameList, DataFormat[] dataFormats)
           
 DataFormat DataFormatChoice.getSelectedDataFormat()
          Gets a representation of the current choice as a DataFormatChoice.
 

Methods in wt.clients.beans with parameters of type DataFormat
 void DataFormatChoice.setDataFormatModel(DataFormat[] data_formats)
           
private  DataFormat[] DataFormatChoice.getSortedNames(String[] nameList, DataFormat[] dataFormats)
           
 void DataFormatChoice.setSelectedDataFormat(DataFormat data_format)
          Sets the selected item in this Choice to be the item with the specified EnumeratedType value.
 

Uses of DataFormat in wt.content
 

Methods in wt.content that return DataFormat
 DataFormat StandardContentService.getDataFormat(String idStr)
          Get a DataFormat object based on a stringified object identifier.
 DataFormat StandardContentService.getFormatByName(String formatName)
          Get a DataFormat object based on the formatName

Supported API: false
 DataFormat DataFormatReference.getDataFormat()
          

Supported API: false
static DataFormat DataFormat.newDataFormat(String aFormatName)
          

Supported API: false
 DataFormat ContentServiceFwd.getDataFormat(String idStr)
          Get a DataFormat object based on a stringified object identifier.
 DataFormat ContentServiceFwd.getFormatByName(String formatName)
          Get a DataFormat object based on the formatName

Supported API: false
 DataFormat ContentService.getDataFormat(String idStr)
          Get a DataFormat object based on a stringified object identifier.
 DataFormat ContentService.getFormatByName(String formatName)
          Get a DataFormat object based on the formatName

Supported API: true
 

Methods in wt.content with parameters of type DataFormat
 void DataFormatReferenceSearch.setValue(DataFormat dataFormat)
          Set the search value to be used for this DataFormat.
static DataFormatReference DataFormatReference.newDataFormatReference(DataFormat formatObj)
          Constructor based on a DataFormat object.
protected  void DataFormatReference.initialize(DataFormat formatObj)
          Supports initialization, following construction of an instance.
protected  boolean DataFormat.readVersion(DataFormat thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.