public interface IDfOperationNode
Modifier and Type | Method and Description |
---|---|
IDfList |
getChildren()
Returns a list of the immediate children of this node.
|
IDfProperties |
getEdgeProperties()
Retuns the propertes of the edge between this node and its immediate parent.
|
IDfId |
getId()
Returns a unique identifier for this node.
|
IDfOperation |
getOperation()
Returns the operation of which this node is a part.
|
IDfOperationNode |
getParent()
Returns the node that is the immediate parent of this node.
|
IDfProperties |
getPersistentProperties()
Retuns the bag of properties (attribute values) that will be stored persistently with the assocated repository
object.
|
IDfProperties |
getProperties()
Returns the properties of this node.
|
boolean |
isRoot()
Returns
true if this node is a root level node (has no parent). |
IDfId getId() throws DfException
DfException
IDfOperationNode getParent() throws DfException
DfException
IDfList getChildren() throws DfException
DfException
boolean isRoot() throws DfException
true
if this node is a root level node (has no parent).true
if this node is a root level node, false
if this node has a parent.DfException
IDfOperation getOperation()
IDfProperties getProperties() throws DfException
"AddDCTMObjectXMLAttrs" - Cause object ID and status attributes to be written to the XML chunk points when exporting or checking out an XML instance. This is a boolean property that can be set on either the operation as a whole, or for individual operation nodes. "TemplateForNewObject" - For import (or check-in operations referencing new objects), this property sets a template object to use when creating the docbase object for this node. Setting this value will trigger a copy (saveasnew) of the template object, instead of creating a new repository object from scratch. Using a template allows attributes set on the template object to be inherited as default values for the new repository object. The value for this property must be an IDfSysObject.
DfException
IDfProperties getEdgeProperties() throws DfException
DfException
IDfProperties getPersistentProperties()
DfException
Copyright 1994-2023 OpenText Corporation. All rights reserved.