Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiInteractionParams


public interface EbiInteractionParams

This interface is for interaction parameters.

Since:
v5.0

Method Summary
 com.novell.afw.wsrp.core.NamedString[] getFormParameters()
          Gets the form parameters.
 String getInteractionState()
          Gets the portlet interaction state.
 EbiUploadContext[] getUploadContexts()
          Gets the upload contexts.
 void setFormParameters(com.novell.afw.wsrp.core.NamedString[] formParametersVal)
          Sets the form parameters.
 void setInteractionState(String interactionStateVal)
          Sets the portlet interaction state.
 void setUploadContexts(EbiUploadContext[] uploadContextsVal)
          Sets the upload contexts.
 

Method Detail

getInteractionState

public String getInteractionState()
Gets the portlet interaction state.
Returns:
the portlet interaction state.
Since:
v5.0

setInteractionState

public void setInteractionState(String interactionStateVal)
Sets the portlet interaction state.
Parameters:
interactionStateVal - a portlet interaction state.
Since:
v5.0

getFormParameters

public com.novell.afw.wsrp.core.NamedString[] getFormParameters()
Gets the form parameters.
Returns:
the form parameters.
Since:
v5.0

setFormParameters

public void setFormParameters(com.novell.afw.wsrp.core.NamedString[] formParametersVal)
Sets the form parameters.
Parameters:
formParametersVal - form parameters.
Since:
v5.0

getUploadContexts

public EbiUploadContext[] getUploadContexts()
Gets the upload contexts.
Returns:
the upload contexts.
Since:
v5.0

setUploadContexts

public void setUploadContexts(EbiUploadContext[] uploadContextsVal)
Sets the upload contexts.
Parameters:
uploadContextsVal - upload contexts.
Since:
v5.0

Novell exteNd
Director 5.2 API