Package com.emc.d2fs.interfaces
Interface IDetailsService
- All Superinterfaces:
ID2fsService
Detailed document content service.
-
Method Summary
Methods inherited from interface com.emc.d2fs.interfaces.ID2fsService
isRemote, setRemote
-
Method Details
-
getDetailContent
DocItems getDetailContent(Context context, String id, String detailName, List<Attribute> parameters) throws Exception Get detail content of document- Parameters:
context
-Context
object containing informations about client/sessionid
- String value of document iddetailName
- String value of detail type name. SeeD2fsConstants
entries marked "Detail type name".- Returns:
DocItems
object as detail list- Throws:
Exception
- Since:
- 4.0.1
-
getDetailContent
default DocItems getDetailContent(Context context, String workflowId, String detailName) throws Exception - Throws:
Exception
-