com.filenet.rm.bds

Interface ContentReference

All Superinterfaces:
ContentElement

  1. public interface ContentReference
  2. extends ContentElement
This interface represents URL-based document content.

Field Summary

Fields inherited from interface com.filenet.rm.bds.ContentElement
CONTENT_SIZE_UNDEFINED

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getLocationURL()
Returns the location URL of this ContentReference.
Methods inherited from interface com.filenet.rm.bds.ContentElement
getContentSize, getMimeType, setContentSize, setMimeType

Method Detail

getLocationURL

  1. java.lang.String getLocationURL( )
Returns the location URL of this ContentReference.
Returns:
the String URL value.