public class ChangeLogItem<CHANGESET extends ChangeSetItem> extends Object
| Constructor and Description |
|---|
ChangeLogItem(String id,
Class<?> type,
String order,
boolean failFast,
boolean transactional,
List<CHANGESET> changeSetElements,
List<CHANGESET> beforeChangeSetsItems,
boolean system) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<CHANGESET> |
getAllChangeItems() |
List<CHANGESET> |
getBeforeItems() |
List<CHANGESET> |
getChangeSetItems() |
static ChangeLogItem<ChangeSetItem> |
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 <C extends ChangeSetItem> |
getFromLegacy(Class<?> type,
String order,
boolean failFast,
List<C> changeSetElements,
boolean system) |
String |
getId() |
String |
getOrder() |
Class<?> |
getType() |
int |
hashCode() |
boolean |
isFailFast() |
boolean |
isSystem() |
boolean |
isTransactional() |
public static ChangeLogItem<ChangeSetItem> 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 <C extends ChangeSetItem> ChangeLogItem<C> getFromLegacy(Class<?> type, String order, boolean failFast, List<C> changeSetElements, boolean system)
public String getId()
public Class<?> getType()
public String getOrder()
public boolean isFailFast()
public boolean isTransactional()
public boolean isSystem()
Copyright © 2022. All rights reserved.