Class DeleteDataSetProcessor
java.lang.Object
org.qubership.atp.dataset.versioning.service.changes.processors.AbstractChangeProcessor
org.qubership.atp.dataset.versioning.service.changes.processors.DeleteDataSetProcessor
- All Implemented Interfaces:
ChangeProcessor
-
Field Summary
Fields inherited from class org.qubership.atp.dataset.versioning.service.changes.processors.AbstractChangeProcessor
nextProcessor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateHistoryItem(org.javers.core.diff.Diff diff, DataSetListComparable oldEntity, DataSetListComparable actualEntity) booleanisApplicable(org.javers.core.diff.Diff diff, DataSetListComparable actualEntity) Methods inherited from class org.qubership.atp.dataset.versioning.service.changes.processors.AbstractChangeProcessor
getValuePretty, proceedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.qubership.atp.dataset.versioning.service.changes.processors.ChangeProcessor
setNextProcessor
-
Constructor Details
-
DeleteDataSetProcessor
public DeleteDataSetProcessor()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicablein classAbstractChangeProcessor
-
createHistoryItem
public HistoryItemDto createHistoryItem(org.javers.core.diff.Diff diff, DataSetListComparable oldEntity, DataSetListComparable actualEntity) - Specified by:
createHistoryItemin classAbstractChangeProcessor
-