Class ExportManifestDto


  • public class ExportManifestDto
    extends Object

    Java class for ExportManifestDto complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ExportManifestDto">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ExportManifestInformation">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="exportDate" type="{http://www.w3.org/2001/XMLSchema}string" default="{date}" />
                     <attribute name="exportBy" type="{http://www.w3.org/2001/XMLSchema}string" default="{user}" />
                     <attribute name="rootFolder" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="manifestVersion" type="{http://www.w3.org/2001/XMLSchema}string" default="{version}" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="ExportManifestMondrian" type="{http://www.pentaho.com/schema/}ExportManifestMondrian"
     maxOccurs="unbounded" minOccurs="0"/>
             <element name="ExportManifestMetadata" type="{http://www.pentaho.com/schema/}ExportManifestMetadata"
     maxOccurs="unbounded" minOccurs="0"/>
             <element name="ExportManifestSchedule" type="{http://www.pentaho.com/schema/}jobScheduleRequest"
     maxOccurs="unbounded" minOccurs="0"/>
             <element name="ExportManifestDatasource" type="{http://www.pentaho.com/schema/}databaseConnection"
     maxOccurs="unbounded" minOccurs="0"/>
             <element name="ExportManifestEntity" type="{http://www.pentaho.com/schema/}ExportManifestEntityDto"
     maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ExportManifestDto

        public ExportManifestDto()
    • Method Detail

      • getExportManifestMondrian

        public List<ExportManifestMondrian> getExportManifestMondrian()
        Gets the value of the exportManifestMondrian property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the exportManifestMondrian property.

        For example, to add a new item, do as follows:

         getExportManifestMondrian().add( newItem );
         

        Objects of the following type(s) are allowed in the list ExportManifestMondrian

      • getExportManifestUser

        public List<UserExport> getExportManifestUser()
      • getExportManifestRole

        public List<RoleExport> getExportManifestRole()
      • getExportManifestMetadata

        public List<ExportManifestMetadata> getExportManifestMetadata()
        Gets the value of the exportManifestMetadata property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the exportManifestMetadata property.

        For example, to add a new item, do as follows:

         getExportManifestMetadata().add( newItem );
         

        Objects of the following type(s) are allowed in the list ExportManifestMetadata

      • getExportManifestSchedule

        public List<JobScheduleRequest> getExportManifestSchedule()
        Gets the value of the exportManifestSchedule property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the exportManifestSchedule property.

        For example, to add a new item, do as follows:

         getExportManifestSchedule().add( newItem );
         

        Objects of the following type(s) are allowed in the list JobScheduleRequest

      • getExportManifestDatasource

        public List<DatabaseConnection> getExportManifestDatasource()
        Gets the value of the exportManifestDatasource property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the exportManifestDatasource property.

        For example, to add a new item, do as follows:

         getExportManifestDatasource().add( newItem );
         

        Objects of the following type(s) are allowed in the list DatabaseConnection

      • getExportManifestEntity

        public List<ExportManifestEntityDto> getExportManifestEntity()
        Gets the value of the exportManifestEntity property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the exportManifestEntity property.

        For example, to add a new item, do as follows:

         getExportManifestEntity().add( newItem );
         

        Objects of the following type(s) are allowed in the list ExportManifestEntityDto