Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiUploadContext


public interface EbiUploadContext

This interface is for upload context.

Since:
v5.0

Method Summary
 com.novell.afw.wsrp.core.NamedString[] getMimeAttributes()
          Gets the mime attributes.
 String getMimeType()
          Gets the mime type.
 byte[] getUploadData()
          Gets the upload data.
 void setMimeAttributes(com.novell.afw.wsrp.core.NamedString[] mimeAttributesVal)
          Sets the mime attributes.
 void setMimeType(String mimeTypeVal)
          Sets the mime type.
 void setUploadData(byte[] uploadDataVal)
          Sets the upload data.
 

Method Detail

getMimeType

public String getMimeType()
Gets the mime type.
Returns:
the mime type.
Since:
v5.0

setMimeType

public void setMimeType(String mimeTypeVal)
Sets the mime type.
Parameters:
mimeTypeVal - a mime type.
Since:
v5.0

getUploadData

public byte[] getUploadData()
Gets the upload data.
Returns:
the upload data.
Since:
v5.0

setUploadData

public void setUploadData(byte[] uploadDataVal)
Sets the upload data.
Parameters:
uploadDataVal - upload data.
Since:
v5.0

getMimeAttributes

public com.novell.afw.wsrp.core.NamedString[] getMimeAttributes()
Gets the mime attributes.
Returns:
the mime attributes.
Since:
v5.0

setMimeAttributes

public void setMimeAttributes(com.novell.afw.wsrp.core.NamedString[] mimeAttributesVal)
Sets the mime attributes.
Parameters:
mimeAttributesVale - an array of mime attributes.
Since:
v5.0

Novell exteNd
Director 5.2 API