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 TypeInterfaceDescriptioninterface
Represents a node in a cancel checkout operation.interface
Represents a node in a check in operation.interface
Represents an object in a checkout operation.interface
Represents one object in a copy operation.interface
Represents an object in a delete operation.interface
Represents a node in an export operation.interface
Represents an object in an import operation.interface
Represents an object in a move operation.interface
Represents a node in a predictive caching operation.interface
Represents an object in an XML Validation operation.interface
Represents 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.int
IDfOperationMonitor.progressReport
(IDfOperation operation, int operationPercentDone, IDfOperationStep step, int stepPercentDone, IDfOperationNode node) void
IDfOperation.removeNode
(IDfOperationNode nodeToRemove) Removes an operation node (and its descendants) from the operation.void
IDfOperation.reportError
(IDfOperationNode node, int errorCode, String message, IDfException dfException) Report an error.