Uses of Interface
com.documentum.operations.IDfOperationNode
Packages that use IDfOperationNode
Package
Description
Provides interfaces to common high-level client functionality, 
such as functionality for checking in and checking out documents, 
and checking out all the documents in a virtual document.
- 
Uses of IDfOperationNode in com.documentum.operations
Subinterfaces of IDfOperationNode in com.documentum.operationsModifier and TypeInterfaceDescriptioninterfaceRepresents a node in a cancel checkout operation.interfaceRepresents a node in a check in operation.interfaceRepresents an object in a checkout operation.interfaceRepresents one object in a copy operation.interfaceRepresents an object in a delete operation.interfaceRepresents a node in an export operation.interfaceRepresents an object in an import operation.interfaceRepresents an object in a move operation.interfaceRepresents a node in a predictive caching operation.interfaceRepresents an object in an XML Validation operation.interfaceRepresents a node in an XML transformation operation.Methods in com.documentum.operations that return IDfOperationNodeModifier and TypeMethodDescriptionAdds an object to the operation and returns an operation node for the newly added object.IDfOperationNodeTreeBuilder.add(IDfOperationNode parentNode, IDfNodeRelationship nodeRelationship, Object obj) Results in appending a node for the corresponding object as a child node of the given parentNode by iterating through list of populators for the operation.This method results in adding a node for the corresponding object as root node.IDfOperationError.getNode()Returns the operation node in which the error occurred.IDfOperationNode.getParent()Returns the node that is the immediate parent of this node.Creates a new node for the given object.Creates a new node for the given file.IDfOperationNodeFactory.newNode(IDfInputStreamContent inputStreamContent) Creates a new node for the given inputStream.Builds an IDfOperationNodeMethods in com.documentum.operations with parameters of type IDfOperationNodeModifier and TypeMethodDescriptionIDfOperationNodeTreeBuilder.add(IDfOperationNode parentNode, IDfNodeRelationship nodeRelationship, Object obj) Results in appending a node for the corresponding object as a child node of the given parentNode by iterating through list of populators for the operation.intIDfOperationMonitor.progressReport(IDfOperation operation, int operationPercentDone, IDfOperationStep step, int stepPercentDone, IDfOperationNode node) voidIDfOperation.removeNode(IDfOperationNode nodeToRemove) Removes an operation node (and its descendants) from the operation.voidIDfOperation.reportError(IDfOperationNode node, int errorCode, String message, IDfException dfException) Report an error.