com.atlassian.jira.bean.export
Interface AutoExport

All Known Implementing Classes:
AutoExportImpl

public interface AutoExport


Field Summary
static java.lang.String BASE_FILE_NAME
           
static java.lang.String FIX_INVALID_XML_CHARACTERS
           
 
Method Summary
 java.lang.String exportData()
           
 java.lang.String getExportFilePath()
           
 

Field Detail

FIX_INVALID_XML_CHARACTERS

public static final java.lang.String FIX_INVALID_XML_CHARACTERS
See Also:
Constant Field Values

BASE_FILE_NAME

public static final java.lang.String BASE_FILE_NAME
See Also:
Constant Field Values
Method Detail

exportData

public java.lang.String exportData()
                            throws java.io.FileNotFoundException,
                                   FileExistsException,
                                   IllegalXMLCharactersException,
                                   java.lang.Exception
Throws:
java.io.FileNotFoundException
FileExistsException
IllegalXMLCharactersException
java.lang.Exception

getExportFilePath

public java.lang.String getExportFilePath()
                                   throws java.io.FileNotFoundException,
                                          FileExistsException
Throws:
java.io.FileNotFoundException
FileExistsException