Class OrientDataSetHistoryRepository
java.lang.Object
com.chutneytesting.component.dataset.infra.OrientDataSetHistoryRepository
- All Implemented Interfaces:
DataSetHistoryRepository
@Repository
public class OrientDataSetHistoryRepository
extends Object
implements DataSetHistoryRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddVersion(DataSet newDataSet) allVersions(String externalDataSetId) lastVersion(String dataSetId) voidremoveHistory(String externalDataSetId)
-
Constructor Details
-
OrientDataSetHistoryRepository
-
-
Method Details
-
lastVersion
- Specified by:
lastVersionin interfaceDataSetHistoryRepository
-
addVersion
- Specified by:
addVersionin interfaceDataSetHistoryRepository
-
allVersions
- Specified by:
allVersionsin interfaceDataSetHistoryRepository
-
version
- Specified by:
versionin interfaceDataSetHistoryRepository
-
removeHistory
- Specified by:
removeHistoryin interfaceDataSetHistoryRepository
-