com.sap.tc.webdynpro.services.sal.datatransport.api

Interface IWDInputMassDatasource


public interface IWDInputMassDatasource

This interface provides api for mass data input sources

Type Classification Type Classification:

This interface is part of the Web Dynpro API, so applications may reference it or call any method of it, but they must not implement or extend it.

For a detailed explanation of API classification see the Web Dynpro Compatibility Guide

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(String resourceName)
          Method setResourceName - sets the name of the resource/file, expects filename + suffix
 

Method Detail

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(String resourceName)
Method setResourceName - sets the name of the resource/file, expects filename + suffix

Parameters:
resourceName -


Copyright 2006 SAP AG Complete Copyright Notice