Interface RPCTreeLoader
- All Known Subinterfaces:
DashboardTreeLoader,DatasinkTreeLoader,DatasourceTreeLoader,FileServerTreeLoader,RemoteServerTreeLoader,ReportManagerTreeLoader,TransportTreeLoader,TsDiskRpcService,UserManagerTreeLoader
- All Known Implementing Classes:
DashboardTreeRpcServiceImpl,DatasinkManagerTreeHandlerRpcServiceImpl,DatasourceManagerTreeHandlerRpcServiceImpl,FileServerRpcServiceImpl,RemoteServerManagerTreeHandlerRpcServiceImpl,ReportManagerTreeHandlerImpl,TransportManagerTreeHandlerRpcServiceImpl,TreeDBManagerTreeHandler,TsDiskRpcServiceImpl,UserManagerTreeHandlerImpl
public interface RPCTreeLoader
-
Method Summary
Modifier and TypeMethodDescriptionList<AbstractNodeDto> getChildren(AbstractNodeDto node, Dto state, Collection<Dto2PosoMapper> wlFilters, Collection<Dto2PosoMapper> blFilters) String[][]getChildrenAsFto(AbstractNodeDto node, Dto state, Collection<Dto2PosoMapper> wlFilters, Collection<Dto2PosoMapper> blFilters) List<AbstractNodeDto> getRoot(Dto state) loadAll(Dto state) loadAll(Dto state, Collection<Dto2PosoMapper> whiteListFilters, Collection<Dto2PosoMapper> blackListFilters) String[][]loadAllAsFto(Dto state) AbstractNodeDtoloadFullViewNode(AbstractNodeDto node, Dto state) AbstractNodeDtoloadNodeById(Long id, Dto state)
-
Method Details
-
getRoot
- Throws:
ServerCallFailedException
-
getChildren
List<AbstractNodeDto> getChildren(AbstractNodeDto node, Dto state, Collection<Dto2PosoMapper> wlFilters, Collection<Dto2PosoMapper> blFilters) throws ServerCallFailedException - Throws:
ServerCallFailedException
-
getChildrenAsFto
String[][] getChildrenAsFto(AbstractNodeDto node, Dto state, Collection<Dto2PosoMapper> wlFilters, Collection<Dto2PosoMapper> blFilters) throws ServerCallFailedException - Throws:
ServerCallFailedException
-
loadAll
EntireTreeDTO loadAll(Dto state, Collection<Dto2PosoMapper> whiteListFilters, Collection<Dto2PosoMapper> blackListFilters) throws ServerCallFailedException - Throws:
ServerCallFailedException
-
loadAll
- Throws:
ServerCallFailedException
-
loadAllAsFto
- Throws:
ServerCallFailedException
-
loadFullViewNode
- Throws:
ServerCallFailedException
-
loadNodeById
- Throws:
ServerCallFailedException
-