Class MigrationReportImpl

  • All Implemented Interfaces:
    Serializable, org.jbpm.services.api.admin.MigrationReport

    public class MigrationReportImpl
    extends Object
    implements org.jbpm.services.api.admin.MigrationReport, Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • MigrationReportImpl

        public MigrationReportImpl​(Long processInstanceId,
                                   boolean successful,
                                   Date startDate,
                                   Date endDate,
                                   List<org.jbpm.services.api.admin.MigrationEntry> entries)
    • Method Detail

      • isSuccessful

        public boolean isSuccessful()
        Specified by:
        isSuccessful in interface org.jbpm.services.api.admin.MigrationReport
      • setSuccessful

        public void setSuccessful​(boolean successful)
      • getStartDate

        public Date getStartDate()
        Specified by:
        getStartDate in interface org.jbpm.services.api.admin.MigrationReport
      • setStartDate

        public void setStartDate​(Date startDate)
      • getEndDate

        public Date getEndDate()
        Specified by:
        getEndDate in interface org.jbpm.services.api.admin.MigrationReport
      • setEndDate

        public void setEndDate​(Date endDate)
      • getProcessInstanceId

        public Long getProcessInstanceId()
        Specified by:
        getProcessInstanceId in interface org.jbpm.services.api.admin.MigrationReport
      • setProcessInstanceId

        public void setProcessInstanceId​(Long processInstanceId)
      • getEntries

        public List<org.jbpm.services.api.admin.MigrationEntry> getEntries()
        Specified by:
        getEntries in interface org.jbpm.services.api.admin.MigrationReport
      • setEntries

        public void setEntries​(List<org.jbpm.services.api.admin.MigrationEntry> entries)