Package com.emc.d2fs.interfaces
Interface IReferenceService
- All Superinterfaces:
ID2fsService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionaddReference
(Context sourceContext, String sourceId, Context targetContext, String targetFolderId, String bindingRule, String bindingValue) Add a reference to the object in another folder.boolean
isDialogRequired
(Context context, String id) Check if dialog is required for display before reference addMethods inherited from interface com.emc.d2fs.interfaces.ID2fsService
isRemote, setRemote
-
Field Details
-
BINDING_RULE_EXACT_ID
- See Also:
-
BINDING_RULE_VERSION_LABEL
- See Also:
-
-
Method Details
-
addReference
String addReference(Context sourceContext, String sourceId, Context targetContext, String targetFolderId, String bindingRule, String bindingValue) throws Exception Add a reference to the object in another folder. This folder is in another repository.- Parameters:
source
- contextContext
object containing informations about source client/session.sourceId
- String value of an Document object ID. Source object ID.target
- contextContext
object containing informations about target client/session.targetFolderId
- String value of an Document object ID. Folder destination ID.bindingRule
- String VERSION_LABEL or EXACT_IDbindingValue
- String value for the VERSION_LABEL otherwise it is not used- Returns:
- String Documentum object ID of the "linked object".
- Throws:
Exception
- Since:
- 4.2.1
-
isDialogRequired
Check if dialog is required for display before reference add
-