Class MigrationReportImpl

    • Constructor Detail

      • MigrationReportImpl

        public MigrationReportImpl​(Long processInstanceId,
                                   boolean successful,
                                   Date startDate,
                                   Date endDate,
                                   List<MigrationEntry> entries)
    • Method Detail

      • isSuccessful

        public boolean isSuccessful()
        Description copied from interface: MigrationReport
        Indicates if the migration was successful or not
        Specified by:
        isSuccessful in interface MigrationReport
        Returns:
        migration success
      • setSuccessful

        public void setSuccessful​(boolean successful)
      • getStartDate

        public Date getStartDate()
        Description copied from interface: MigrationReport
        Timestamp representing start time of the migration
        Specified by:
        getStartDate in interface MigrationReport
        Returns:
        migration start time
      • setStartDate

        public void setStartDate​(Date startDate)
      • getEndDate

        public Date getEndDate()
        Description copied from interface: MigrationReport
        Timestamp representing end time of the migration
        Specified by:
        getEndDate in interface MigrationReport
        Returns:
        migration end time
      • setEndDate

        public void setEndDate​(Date endDate)
      • setProcessInstanceId

        public void setProcessInstanceId​(Long processInstanceId)