|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProjectImportData
Stores project specific data that is used to make the import happen. Provides the project import mapper and the paths, on disk, to the partitioned XML files that contain the backup projects data.
Method Summary | |
---|---|
int |
getChangeItemEntityCount()
|
int |
getCustomFieldValuesEntityCount()
|
int |
getFileAttachmentEntityCount()
|
int |
getIssueEntityCount()
|
int |
getIssueRelatedEntityCount()
|
String |
getPathToChangeItemXml()
The path to the partitioned XML file for the projects change item entities. |
String |
getPathToCustomFieldValuesXml()
The path to the partitioned XML file for the projects custom field values. |
String |
getPathToFileAttachmentXml()
The path to the partitioned XML file for the projects issue file attachment entities. |
String |
getPathToIssueRelatedEntitiesXml()
The path to the partitioned XML file for the projects issue related entities. |
String |
getPathToIssuesXml()
The path to the partitioned XML file for the projects issue entities. |
ProjectImportMapper |
getProjectImportMapper()
The central object used to map all the data the backup project contains. |
ProjectImportTemporaryFiles |
getTemporaryFiles()
Returns the ProjectImportTemporaryFiles containing the path to the Project Import's temporary directory and all the partitioned XML files. |
int |
getValidAttachmentsCount()
Gets the count of the number of valid attachments the import will try to create. |
void |
setValidAttachmentsCount(int validAttachmentCount)
Sets the count of the number of valid attachments the import will try to create. |
Method Detail |
---|
String getPathToCustomFieldValuesXml()
int getCustomFieldValuesEntityCount()
String getPathToIssueRelatedEntitiesXml()
int getIssueRelatedEntityCount()
String getPathToIssuesXml()
int getIssueEntityCount()
String getPathToFileAttachmentXml()
int getFileAttachmentEntityCount()
ProjectImportMapper getProjectImportMapper()
void setValidAttachmentsCount(int validAttachmentCount)
validAttachmentCount
- the count of the number of valid attachments the import will try to create.int getValidAttachmentsCount()
String getPathToChangeItemXml()
int getChangeItemEntityCount()
ProjectImportTemporaryFiles getTemporaryFiles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |