public class HistoryRpcServiceImpl extends SecuredRemoteServiceServlet implements HistoryRpcService
Constructor and Description |
---|
HistoryRpcServiceImpl(DtoService dtoService,
HistoryService historyService,
SecurityService securityService) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getFormattedObjectPaths(Dto dto) |
java.util.List<HistoryLinkDto> |
getLinksFor(Dto dto) |
getRequest
public HistoryRpcServiceImpl(DtoService dtoService, HistoryService historyService, SecurityService securityService)
public java.util.List<HistoryLinkDto> getLinksFor(Dto dto)
getLinksFor
in interface HistoryRpcService
public java.util.List<java.lang.String> getFormattedObjectPaths(Dto dto)
getFormattedObjectPaths
in interface HistoryRpcService