Class FileSelectionRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.gf.server.fileselection.FileSelectionRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,FileSelectionRpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public class FileSelectionRpcServiceImpl
extends SecuredRemoteServiceServlet
implements FileSelectionRpcService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsubmit(ArrayList<SelectedFileWrapper> data, FileSelectionConfig config) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
FileSelectionRpcServiceImpl
public FileSelectionRpcServiceImpl(<any> hookHandlerProvider)
-
-
Method Details
-
submit
public void submit(ArrayList<SelectedFileWrapper> data, FileSelectionConfig config) throws ServerCallFailedException - Specified by:
submitin interfaceFileSelectionRpcService- Throws:
ServerCallFailedException
-