public interface IDfMoveNode extends IDfOperationNode
Modifier and Type | Method and Description |
---|---|
IDfId |
getDestinationFolderId()
This is the folder where objects are being moved (linked).
|
IDfSysObject |
getObject()
Returns the IDfSysObject that is the subject of this operation node.
|
IDfId |
getObjectId()
Returns the docbase object Id of the IDfSysObject for this node.
|
IDfId |
getSourceFolderId()
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.
|
getChildren, getEdgeProperties, getId, getOperation, getParent, getPersistentProperties, getProperties, isRoot
IDfSysObject getObject() throws DfException
DfException
IDfSysObject
IDfId getObjectId() throws DfException
DfException
IDfTypedObject.getObjectId()
IDfId getSourceFolderId() throws DfException
DfException
IDfFolder
void setSourceFolderId(IDfId sourceFolderId) throws DfException
sourceFolderId
- docbase Id of the source folder for the node.DfException
IDfFolder
IDfId getDestinationFolderId() throws DfException
DfException
IDfFolder
void setDestinationFolderId(IDfId destFolderId) throws DfException
destFolderId
- docbase Id of the destination folder for the node.DfException
IDfFolder
Copyright 1994-2023 OpenText Corporation. All rights reserved.