Package net.datenwerke.gf.server.history
Class HistoryRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.gf.server.history.HistoryRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,HistoryRpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
ConstructorsConstructorDescriptionHistoryRpcServiceImpl(DtoService dtoService, HistoryService historyService, SecurityService securityService) -
Method Summary
Modifier and TypeMethodDescriptiongetFormattedObjectPaths(Dto dto) List<HistoryLinkDto> getLinksFor(Dto dto) getRealObjectPaths(Dto dto) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
HistoryRpcServiceImpl
public HistoryRpcServiceImpl(DtoService dtoService, HistoryService historyService, SecurityService securityService)
-
-
Method Details
-
getLinksFor
- Specified by:
getLinksForin interfaceHistoryRpcService
-
getFormattedObjectPaths
- Specified by:
getFormattedObjectPathsin interfaceHistoryRpcService
-
getRealObjectPaths
- Specified by:
getRealObjectPathsin interfaceHistoryRpcService
-