public class MigrationReportImpl extends Object implements org.jbpm.services.api.admin.MigrationReport, Serializable
| Constructor and Description |
|---|
MigrationReportImpl(boolean successful,
Date startDate,
Date endDate,
List<org.jbpm.services.api.admin.MigrationEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndDate() |
List<org.jbpm.services.api.admin.MigrationEntry> |
getEntries() |
Date |
getStartDate() |
boolean |
isSuccessful() |
void |
setEndDate(Date endDate) |
void |
setEntries(List<org.jbpm.services.api.admin.MigrationEntry> entries) |
void |
setStartDate(Date startDate) |
void |
setSuccessful(boolean successful) |
public boolean isSuccessful()
isSuccessful in interface org.jbpm.services.api.admin.MigrationReportpublic void setSuccessful(boolean successful)
public Date getStartDate()
getStartDate in interface org.jbpm.services.api.admin.MigrationReportpublic void setStartDate(Date startDate)
public Date getEndDate()
getEndDate in interface org.jbpm.services.api.admin.MigrationReportpublic void setEndDate(Date endDate)
public List<org.jbpm.services.api.admin.MigrationEntry> getEntries()
getEntries in interface org.jbpm.services.api.admin.MigrationReportpublic void setEntries(List<org.jbpm.services.api.admin.MigrationEntry> entries)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.