public class CaseMigrationReport extends Object
Constructor and Description |
---|
CaseMigrationReport() |
Modifier and Type | Method and Description |
---|---|
void |
addReport(org.jbpm.services.api.admin.MigrationReport report)
Adds individual report to the list of reports
|
void |
complete()
Completes the migration and calculates the status.
|
Date |
getEndDate()
Timestamp representing end time of the migration
|
List<org.jbpm.services.api.admin.MigrationReport> |
getReports()
Returns all individual reports that corresponds to single process instance
migrated as part of case instance migration
|
Date |
getStartDate()
Timestamp representing start time of the migration
|
boolean |
isSuccessful()
Indicates if the migration was successful or not
|
String |
toString() |
public boolean isSuccessful()
public Date getStartDate()
public Date getEndDate()
public List<org.jbpm.services.api.admin.MigrationReport> getReports()
public void addReport(org.jbpm.services.api.admin.MigrationReport report)
report
- - single process instance migration reportpublic void complete()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.