public interface IDfCopyNode extends IDfOperationNode
Modifier and Type | Method and Description |
---|---|
IDfId |
getDestinationFolderId()
Returns the repository object ID of the destination folder for this node.
|
IDfSysObject |
getNewObject()
Returns the new IDfSysObject resulting from the copy.
|
IDfId |
getNewObjectId()
Returns the new repository object ID for the IDfSysObject resulting from the copy.
|
java.lang.String |
getNewObjectName()
Returns the object name used for the newly copied object.
|
IDfSysObject |
getObject()
Returns the IDfSysObject that is the subject of this operation node.
|
IDfId |
getObjectId()
Returns the repository object ID of the IDfSysObject for this node.
|
void |
setDestinationFolderId(IDfId destinationFolderId)
Sets the repository object ID of the destination folder for this node.
|
void |
setNewObjectName(java.lang.String newObjectName)
Sets the name for the new copy of the object.
|
getChildren, getEdgeProperties, getId, getOperation, getParent, getPersistentProperties, getProperties, isRoot
IDfSysObject getObject() throws DfException
DfException
IDfSysObject
IDfId getObjectId() throws DfException
DfException
IDfTypedObject.getObjectId()
IDfSysObject getNewObject() throws DfException
DfException
IDfSysObject
IDfId getNewObjectId() throws DfException
DfException
IDfTypedObject.getObjectId()
IDfId getDestinationFolderId() throws DfException
DfException
IDfFolder
void setDestinationFolderId(IDfId destinationFolderId) throws DfException
destinationFolderId
- repository ID of the default destination folder for the node; null if default is to be used.DfException
IDfFolder
java.lang.String getNewObjectName() throws DfException
DfException
void setNewObjectName(java.lang.String newObjectName) throws DfException
newObjectName
- string to use as the name of the newly copied object.DfException
Copyright 1994-2023 OpenText Corporation. All rights reserved.