Package com.documentum.fc.client.acs
Interface IDfAcsRequest
- All Superinterfaces:
IDfAcsContentRequest
Provides ACS request-related data.
- Since:
- 5.3 sp1
-
Method Summary
Modifier and TypeMethodDescriptionReturnsIDfAcsContentRequest
object that represents resource fork.Methods inherited from interface com.documentum.fc.client.acs.IDfAcsContentRequest
addTransientField, getCompression, getContentLength, getContentOffset, getMimeType, getObjectId, getProtocol, getRecovery, getTransientDelimiter, getTransientFieldNames, getTransientFieldValues, makeURL, setCompression, setContentLength, setContentOffset, setMimeType, setRecovery, setTransientDelimiter
-
Method Details
-
getMacResourceFork
IDfAcsContentRequest getMacResourceFork()ReturnsIDfAcsContentRequest
object that represents resource fork.- Returns:
IDfAcsContentRequest
object that represents resource fork; might be null.
-