public class ChangeLogItem extends Object
| Constructor and Description |
|---|
ChangeLogItem(String id,
Class<?> type,
String order,
boolean failFast,
boolean transactional,
List<ChangeSetItem> changeSetElements,
List<ChangeSetItem> beforeChangeSetsItems,
boolean system) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<ChangeSetItem> |
getAllChangeItems() |
List<ChangeSetItem> |
getBeforeItems() |
List<ChangeSetItem> |
getChangeSetItems() |
static ChangeLogItem |
getFromAnnotation(Class<?> changeLogClass,
String baseId,
String author,
String order,
boolean failFast,
boolean transactional,
boolean runAlways,
String systemVersion,
Method executionMethod,
Method rollbackExecutionMethod,
Method beforeMethod,
Method rollbackBeforeMethod,
boolean system) |
static ChangeLogItem |
getFromLegacy(Class<?> type,
String order,
boolean failFast,
List<ChangeSetItem> changeSetElements,
boolean system) |
String |
getId() |
String |
getOrder() |
Class<?> |
getType() |
int |
hashCode() |
boolean |
isFailFast() |
boolean |
isSystem() |
boolean |
isTransactional() |
void |
setSystem(boolean system) |
static ChangeLogItem |
withId(String id) |
public ChangeLogItem(String id, Class<?> type, String order, boolean failFast, boolean transactional, List<ChangeSetItem> changeSetElements, List<ChangeSetItem> beforeChangeSetsItems, boolean system)
public static ChangeLogItem getFromAnnotation(Class<?> changeLogClass, String baseId, String author, String order, boolean failFast, boolean transactional, boolean runAlways, String systemVersion, Method executionMethod, Method rollbackExecutionMethod, Method beforeMethod, Method rollbackBeforeMethod, boolean system)
public static ChangeLogItem getFromLegacy(Class<?> type, String order, boolean failFast, List<ChangeSetItem> changeSetElements, boolean system)
public static ChangeLogItem withId(String id)
public String getId()
public Class<?> getType()
public String getOrder()
public boolean isFailFast()
public boolean isTransactional()
public List<ChangeSetItem> getChangeSetItems()
public List<ChangeSetItem> getBeforeItems()
public List<ChangeSetItem> getAllChangeItems()
public boolean isSystem()
public void setSystem(boolean system)
Copyright © 2025. All rights reserved.