Class HistoryServiceFactory
java.lang.Object
org.qubership.atp.environments.versioning.service.HistoryServiceFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHistoryService(String itemType) Returns the concrete implementation of HistoryService depending of entity type.
-
Constructor Details
-
HistoryServiceFactory
-
-
Method Details
-
getHistoryService
Returns the concrete implementation of HistoryService depending of entity type.- Parameters:
itemType- type of domain entity with supported history- Returns:
- HistoryService implementation
-