leon.peer
Interface LyBlobRequestInterface
public interface LyBlobRequestInterface
This interface is used to define a method capable of getting blob content. All classes needing this features must implements
this interface.
Method Summary |
java.lang.String |
getBlobContent(LyObject object,
LyFieldInfo fieldInfo,
java.lang.String locator)
Load the real blob content from the locator : return a physical locator like a file path |
getBlobContent
java.lang.String getBlobContent(LyObject object,
LyFieldInfo fieldInfo,
java.lang.String locator)
- Load the real blob content from the locator : return a physical locator like a file path
- Parameters:
object
- the object which helds the blob field and valuesfieldInfo
- blob fieldinfo to loadlocator
- value of the field, usually a locator for making object reference
- Returns:
- the physical locator
Website: W4 S.A., contact us: support@w4global.com