Class ExportProject


  • public class ExportProject
    extends java.lang.Object
    Complete project export configuration structure. Serialization only.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String URI  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExportProject()
      Creates new ExportProject with default settings.
      ExportProject​(boolean exportUsers, boolean exportData, boolean excludeSchedules, boolean crossDataCenterExport, java.lang.String authorizedUsers)
      Creates new ExportProject.
    • Constructor Detail

      • ExportProject

        public ExportProject()
        Creates new ExportProject with default settings. Sets exportUsers=true exportData=true, excludeSchedules=false, crossDataCenterExport=false and empty authorizedUsers.
      • ExportProject

        public ExportProject​(boolean exportUsers,
                             boolean exportData,
                             boolean excludeSchedules,
                             boolean crossDataCenterExport,
                             java.lang.String authorizedUsers)
        Creates new ExportProject.
        Parameters:
        exportUsers - whether to add necessary data to be able to clone attribute properties
        exportData - whether to add necessary data to be able to clone attribute properties
        excludeSchedules - whether to add necessary data to be able to clone attribute properties
        crossDataCenterExport - whether export should be usable in any Data Center
        authorizedUsers - comma-separated list of email addresses of users authorized to import the project, surround email addresses with double quotes
    • Method Detail

      • isExportUsers

        public boolean isExportUsers()
      • isExportData

        public boolean isExportData()
      • isExcludeSchedules

        public boolean isExcludeSchedules()
      • isCrossDataCenterExport

        public boolean isCrossDataCenterExport()
      • getAuthorizedUsers

        public java.lang.String getAuthorizedUsers()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object