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.MigrationReport
public void setSuccessful(boolean successful)
public Date getStartDate()
getStartDate
in interface org.jbpm.services.api.admin.MigrationReport
public void setStartDate(Date startDate)
public Date getEndDate()
getEndDate
in interface org.jbpm.services.api.admin.MigrationReport
public void setEndDate(Date endDate)
public Long getProcessInstanceId()
getProcessInstanceId
in interface org.jbpm.services.api.admin.MigrationReport
public void setProcessInstanceId(Long processInstanceId)
public List<org.jbpm.services.api.admin.MigrationEntry> getEntries()
getEntries
in interface org.jbpm.services.api.admin.MigrationReport
public void setEntries(List<org.jbpm.services.api.admin.MigrationEntry> entries)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.