Uses of Class
lumis.portal.file.FileParameter

Packages that use FileParameter
lumis.portal   
lumis.portal.file   
lumis.portal.presentation   
lumis.portal.servicecontainer   
lumis.portal.serviceinterface   
 

Uses of FileParameter in lumis.portal
 

Methods in lumis.portal that return FileParameter
 FileParameter PortalRequestParameters.getServiceInterfaceInstanceFileParameterValue(String name, String serviceInterfaceInstanceId)
           
 

Method parameters in lumis.portal with type arguments of type FileParameter
 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
FileConfig(String fileId, FileParameter fileParameter, String serviceInstanceId)
           
 

Uses of FileParameter in lumis.portal.presentation
 

Fields in lumis.portal.presentation with type parameters of type FileParameter
protected  Map<String,FileParameter> PresentationControllerHtml.multiPartFormFileParameters
           
 

Uses of FileParameter in lumis.portal.servicecontainer
 

Methods in lumis.portal.servicecontainer that return FileParameter
 FileParameter ServiceContainerRequest.getFileParameter(String parameterName)
           
 FileParameter ServiceContainerHttpServletRequest.getServiceInterfaceInstanceFileParameter(String name, String serviceInterfaceInstanceId)
           
 

Method parameters in lumis.portal.servicecontainer with type arguments of type FileParameter
 void ServiceContainerRequest.setServiceInterfaceInstanceFileParameters(Map<String,FileParameter> parameters)
           
 void ServiceContainerHttpServletRequest.setServiceInterfaceInstanceFileParameters(String serviceInterfaceInstanceId, Map<String,FileParameter> parameters)
           
 

Uses of FileParameter in lumis.portal.serviceinterface
 

Methods in lumis.portal.serviceinterface that return FileParameter
 FileParameter IServiceInterfaceRequest.getFileParameter(String parameterName)
           
 



Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.