public class MigrationReportImpl extends Object implements org.jbpm.services.api.admin.MigrationReport, Serializable
| Constructor and Description |
|---|
MigrationReportImpl(Long processInstanceId,
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() |
Long |
getProcessInstanceId() |
Date |
getStartDate() |
boolean |
isSuccessful() |
void |
setEndDate(Date endDate) |
void |
setEntries(List<org.jbpm.services.api.admin.MigrationEntry> entries) |
void |
setProcessInstanceId(Long processInstanceId) |
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 Long getProcessInstanceId()
getProcessInstanceId in interface org.jbpm.services.api.admin.MigrationReportpublic void setProcessInstanceId(Long processInstanceId)
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–2019 JBoss by Red Hat. All rights reserved.