Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
FileParameter |
MockServiceInterfaceRenderRequest.getFileParameter(String parameterName) |
Modifier and Type | Method and Description |
---|---|
void |
IMockServiceInterfaceRequest.addFileParameter(String name,
FileParameter fileParameter)
Adds a file parameter to be available in
IServiceInterfaceRequest.getFileParameter(String) . |
void |
MockServiceInterfaceRenderRequest.addFileParameter(String name,
FileParameter fileParameter) |
Modifier and Type | Method and Description |
---|---|
void |
IMockServiceInterfaceRequest.setFileParameterMap(Map<String,FileParameter> fileParameterMap)
Sets a map as the file parameters available in
IServiceInterfaceRequest.getFileParameter(String) . |
void |
MockServiceInterfaceRenderRequest.setFileParameterMap(Map<String,FileParameter> fileParameterMap) |
Modifier and Type | Method and Description |
---|---|
FileParameter |
PortalRequestParameters.getServiceInterfaceInstanceFileParameterValue(String name,
String serviceInterfaceInstanceId) |
Modifier and Type | Method and Description |
---|---|
void |
PortalRequestParameters.setServiceInterfaceInstanceFileParameters(String serviceInterfaceInstanceId,
Map<String,FileParameter> parameters) |
Constructor and Description |
---|
FileConfig(String fileId,
FileParameter fileParameter,
String serviceInstanceId)
Deprecated.
Since 6.0.0,
FileConfig should not be constructed directly.
Use IFileManager.add(lumis.portal.authentication.SessionConfig, String, java.io.File, String, String, lumis.util.ITransaction)
instead. |
Modifier and Type | Field and Description |
---|---|
protected Map<String,FileParameter> |
PresentationControllerHtml.multiPartFormFileParameters |
Modifier and Type | Method and Description |
---|---|
FileParameter |
ServiceContainerRequest.getFileParameter(String parameterName) |
FileParameter |
ServiceContainerHttpServletRequest.getServiceInterfaceInstanceFileParameter(String name,
String serviceInterfaceInstanceId) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceContainerRequest.setServiceInterfaceInstanceFileParameters(Map<String,FileParameter> parameters) |
void |
ServiceContainerHttpServletRequest.setServiceInterfaceInstanceFileParameters(String serviceInterfaceInstanceId,
Map<String,FileParameter> parameters) |
Modifier and Type | Method and Description |
---|---|
FileParameter |
IServiceInterfaceRequest.getFileParameter(String parameterName) |
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.