Uses of Class
lumis.portal.file.FileParameter
-
Packages that use FileParameter Package Description lumis.doui.control.profileimage lumis.lptf.portal.serviceinterface This package contains the mocks and the test base class useful to perform tests on service interfaces.lumis.portal lumis.portal.file lumis.portal.presentation lumis.portal.servicecontainer lumis.portal.serviceinterface lumis.portal.url Manages the resolution of page URLs. -
-
Uses of FileParameter in lumis.doui.control.profileimage
Methods in lumis.doui.control.profileimage that return FileParameter Modifier and Type Method Description FileParameter
InputProfileImageControl.ProfileImageData. getProfileImage()
Methods in lumis.doui.control.profileimage with parameters of type FileParameter Modifier and Type Method Description void
InputProfileImageControl.ProfileImageData. setProfileImage(FileParameter profileImage)
-
Uses of FileParameter in lumis.lptf.portal.serviceinterface
Methods in lumis.lptf.portal.serviceinterface with parameters of type FileParameter Modifier and Type Method Description void
IMockServiceInterfaceRequest. addFileParameter(String name, FileParameter fileParameter)
Adds a file parameter to be available inIServiceInterfaceRequest.getFileParameter(String)
.Method parameters in lumis.lptf.portal.serviceinterface with type arguments of type FileParameter Modifier and Type Method Description void
IMockServiceInterfaceRequest. setFileParameterMap(Map<String,FileParameter> fileParameterMap)
Sets a map as the file parameters available inIServiceInterfaceRequest.getFileParameter(String)
. -
Uses of FileParameter in lumis.portal
Methods in lumis.portal that return FileParameter Modifier and Type Method Description FileParameter
PortalRequestParameters. getServiceInterfaceInstanceFileParameterValue(String name, String serviceInterfaceInstanceId)
Method parameters in lumis.portal with type arguments of type FileParameter Modifier and Type Method Description void
PortalRequestParameters. setServiceInterfaceInstanceFileParameters(String serviceInterfaceInstanceId, Map<String,FileParameter> parameters)
-
Uses of FileParameter in lumis.portal.file
Constructors in lumis.portal.file with parameters of type FileParameter Constructor Description FileConfig(String fileId, FileParameter fileParameter, String serviceInstanceId)
Deprecated.Since 6.0.0,FileConfig
should not be constructed directly. -
Uses of FileParameter in lumis.portal.presentation
Fields in lumis.portal.presentation with type parameters of type FileParameter Modifier and Type Field Description protected Map<String,FileParameter>
PresentationControllerHtml. multiPartFormFileParameters
-
Uses of FileParameter in lumis.portal.servicecontainer
Methods in lumis.portal.servicecontainer that return FileParameter Modifier and Type Method Description FileParameter
ServiceContainerRequest. getFileParameter(String parameterName)
FileParameter
ServiceContainerHttpServletRequest. getServiceInterfaceInstanceFileParameter(String name, String serviceInterfaceInstanceId)
Method parameters in lumis.portal.servicecontainer with type arguments of type FileParameter Modifier and Type Method Description void
ServiceContainerHttpServletRequest. setServiceInterfaceInstanceFileParameters(String serviceInterfaceInstanceId, Map<String,FileParameter> parameters)
void
ServiceContainerRequest. setServiceInterfaceInstanceFileParameters(Map<String,FileParameter> parameters)
-
Uses of FileParameter in lumis.portal.serviceinterface
Methods in lumis.portal.serviceinterface that return FileParameter Modifier and Type Method Description FileParameter
IServiceInterfaceRequest. getFileParameter(String parameterName)
-
Uses of FileParameter in lumis.portal.url
Methods in lumis.portal.url that return FileParameter Modifier and Type Method Description FileParameter
IPageWebResourceRequest. getFileParameter(String parameterName)
Returns the uploaded file by the given parameter name.FileParameter
PageWebResourceRequest. getFileParameter(String parameterName)
Constructor parameters in lumis.portal.url with type arguments of type FileParameter Constructor Description PageWebResourceRenderRequest(SessionConfig sessionConfig, PageWebResource webResource, HttpServletRequest request, Map<String,FileParameter> fileParameters)
PageWebResourceRequest(SessionConfig sessionConfig, PageWebResource webResource, HttpServletRequest request, Map<String,FileParameter> fileParameters)
-