Package com.documentum.operations
Interface IDfMoveNode
- All Superinterfaces:
IDfOperationNode
Represents an object in a move operation.
-
Method Summary
Modifier and TypeMethodDescriptionThis is the folder where objects are being moved (linked).Returns the IDfSysObject that is the subject of this operation node.Returns the docbase object Id of the IDfSysObject for this node.This is the folder from which objects are being moved (unlinked).void
setDestinationFolderId
(IDfId destFolderId) Sets the docbase object Id of the destination folder for this node.void
setSourceFolderId
(IDfId sourceFolderId) Sets the docbase object Id of the source folder for this node.Methods inherited from interface com.documentum.operations.IDfOperationNode
getChildren, getEdgeProperties, getId, getOperation, getParent, getPersistentProperties, getProperties, isRoot
-
Method Details
-
getObject
Returns the IDfSysObject that is the subject of this operation node.- Returns:
- IDfSysObject for this node.
- Throws:
DfException
- See Also:
-
getObjectId
Returns the docbase object Id of the IDfSysObject for this node.- Returns:
- object Id of the IDfSysObject for this node.
- Throws:
DfException
- See Also:
-
getSourceFolderId
This is the folder from which objects are being moved (unlinked). The source folder can also be specified on the overally move operation. The source folder has to be specified before the move operation is executed.- Throws:
DfException
- See Also:
-
setSourceFolderId
Sets the docbase object Id of the source folder for this node. This is the folder from where the object will be moved. The source folder can also be specified on the overally move operation. The source folder has to be specified before the move operation is executed.- Parameters:
sourceFolderId
- docbase Id of the source folder for the node.- Throws:
DfException
- See Also:
-
getDestinationFolderId
This is the folder where objects are being moved (linked). The destination folder can also be specified on the overally move operation. The destination folder has to be specified before the move operation is executed.- Returns:
- docbase Id of the destination folder for the node
- Throws:
DfException
- See Also:
-
setDestinationFolderId
Sets the docbase object Id of the destination folder for this node. This is the folder where the object will be moved. The destination folder can also be specified on the overally move operation. The destination folder has to be specified before the move operation is executed.- Parameters:
destFolderId
- docbase Id of the destination folder for the node.- Throws:
DfException
- See Also:
-