Package org.jbpm.services.api.admin
Interface MigrationEntry
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
MigrationEntryImpl
public interface MigrationEntry extends Serializable
Single migration step information. Includes message, timestamp and type (INFO, WARN, ERROR)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMessage()
Returns actual message of the entryDate
getTimestamp()
Return timestamp of the entry - when it was createdString
getType()
Returns type of the entry - INFO, WARN, ERROR
-