public interface MigrationReport extends Serializable
Modifier and Type | Method and Description |
---|---|
Date |
getEndDate()
Timestamp representing end time of the migration
|
List<MigrationEntry> |
getEntries()
Returns complete list of migration entries (steps performed) with details about them
|
Long |
getProcessInstanceId()
Returns process instance id that was migrated
|
Date |
getStartDate()
Timestamp representing start time of the migration
|
boolean |
isSuccessful()
Indicates if the migration was successful or not
|
boolean isSuccessful()
Date getStartDate()
Date getEndDate()
Long getProcessInstanceId()
List<MigrationEntry> getEntries()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.