Interface IDfFtUriSpec
public interface IDfFtUriSpec
Represent data that is stored external to Documentum
to index with a SysObject.
-
Method Summary
-
Method Details
-
getUri
String getUri()- Returns:
- the String representation of the specified URI
-
getDeleteAfterIndexing
boolean getDeleteAfterIndexing()- Returns:
- true if the resource represented by this Uri should be deleted after it is included in the index.
-
getMimeType
String getMimeType()- Returns:
- the mime type of this URI if known
-
getCustomMetaDataMap
Map getCustomMetaDataMap()- Returns:
- a map containing String attributes to include in the dmftcontentcustom node of the DFTXML for this URI (key=attribute name, value=attribute value).
-