com.sap.tc.webdynpro.services.sal.datatransport.api
Interface IWDInputMassDatasource
- public interface IWDInputMassDatasource
This interface provides api for mass data input sources
|
Method Summary |
void |
setAttachement(boolean isAttachment)
defines that the element is send back to the client as attachment and not inplace, so that the attachement is opened by
a specific client program, which is specified by the content-type of the attachement |
void |
setMakeCopy(boolean makeCopy)
method setMakeCopy - sets a flag that the inputstream of this CachedWebResource is always copied before it is added to the cache. |
void |
setResourceName(java.lang.String resourceName)
Method setResourceName - sets the name of the resource/file, expects filename + suffix |
setAttachement
public void setAttachement(boolean isAttachment)
- defines that the element is send back to the client as attachment and not inplace, so that the attachement is opened by
a specific client program, which is specified by the content-type of the attachement
- Parameters:
isAttachment - - true means that it is handled as attachement
setMakeCopy
public void setMakeCopy(boolean makeCopy)
- method setMakeCopy - sets a flag that the inputstream of this CachedWebResource is always copied before it is added to the cache.
It is important for inputstreams like httpinputstream, which have only a shortterm endurance.
- Parameters:
makeCopy -
setResourceName
public void setResourceName(java.lang.String resourceName)
- Method setResourceName - sets the name of the resource/file, expects filename + suffix
- Parameters:
resourceName -
Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15