Package com.emc.d2fs.interfaces
Interface ILinkService
- All Superinterfaces:
ID2fsService
D2 document link management.
-
Method Summary
Methods inherited from interface com.emc.d2fs.interfaces.ID2fsService
isRemote, setRemote
-
Method Details
-
modifyLink
void modifyLink(Context context, String objectId, String versionLabel, List<Attribute> attributes) throws D2fsException Modify link- Parameters:
context
-Context
object containing informations about client/sessionobjectId
- String value of document idversionLabel
- String value of version labelattributes
-Attribute
list of parameters- Throws:
D2fsException
- Since:
- 4.0.1
-
getLinkStates
List<Attribute> getLinkStates(Context context, String objectId, String versionLabel) throws D2fsException Get link states- Parameters:
context
-Context
object containing informations about client/sessionobjectId
- String value of document idversionLabel
- String value of version label- Returns:
Attribute
list of link states- Throws:
D2fsException
- Since:
- 4.0.1
-