com.pepper.platform.program
Interface DataExporter


public interface DataExporter

Interface to be implemented by packages that are capable of exporting data


Method Summary
 List getExportFiles(String[] pageIds)
          Get the list of Files to export based on the list of pageIds that are passed in.
 String[] getExportPages()
          Get the list of page ids to export
 

Method Detail

getExportFiles

List getExportFiles(String[] pageIds)
Get the list of Files to export based on the list of pageIds that are passed in.

Parameters:
pageIds - String array of pageIds to extract file name info from.
Returns:
a List of Files

getExportPages

String[] getExportPages()
Get the list of page ids to export

Returns:
an Array of Strings
Since:
3.2


Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.