Uses of Interface
com.documentum.operations.IDfOperation
Packages that use IDfOperation
Package
Description
Provides an interface for accessing the DFC through OLE/COM.
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 IDfOperation in com.documentum.com
Methods in com.documentum.com that return IDfOperationModifier and TypeMethodDescriptionDfClientX.getOperation(String operationName) IDfClientX.getOperation(String operationName) Deprecated. -
Uses of IDfOperation in com.documentum.operations
Subinterfaces of IDfOperation in com.documentum.operationsModifier and TypeInterfaceDescriptioninterfaceThe cancel checkout operation releases the Docbase lock, deletes the local content file, and removes registry entries for each node in the operation.interfaceIDfCheckinOperation performs a complete client checkin of one or more nodes.interfaceThe checkout operation obtains a repository lock, downloads the local content file, patches compound references (for example, XML external entity references), and creates registry entries for each node in the operation.interfaceIDfCopyOperation performs a copy of one or more nodes.interfaceThe delete operation destroys specified versions for each object in the operation.interfaceThe export operation downloads the local content file, patches compound references (for example, XML external entity references), and optionally creates registry entries for each node in the operation.interfaceIDfImportOperation performs a complete client import of one or more nodes.interfaceIDfMoveOperation performs a move of one or more nodes from one source folder to a destination folder.interfaceThe predictive caching operation generates content pre-caching BOCS URLs and sends URLs to BOCS.interfaceRepresents XML Validation operation.interfaceProvides for XSLT transformations on XML objects in the Docbase.Methods in com.documentum.operations that return IDfOperationModifier and TypeMethodDescriptionIDfOperationError.getOperation()Returns the operation in which the error occured.IDfOperationNode.getOperation()Returns the operation of which this node is a part.Methods in com.documentum.operations with parameters of type IDfOperationModifier and TypeMethodDescriptionintIDfOperationMonitor.progressReport(IDfOperation operation, int operationPercentDone, IDfOperationStep step, int stepPercentDone, IDfOperationNode node)
getXxxx Operationmethods