Uses of Package
com.documentum.operations

Packages that use com.documentum.operations
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.
  • Class
    Description
    The cancel checkout operation releases the Docbase lock, deletes the local content file, and removes registry entries for each node in the operation.
    IDfCheckinOperation performs a complete client checkin of one or more nodes.
    The 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.
    IDfCopyOperation performs a copy of one or more nodes.
    The delete operation destroys specified versions for each object in the operation.
    The 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.
    DfFile encapsulates a file specification.
    IDfFormatRecognizer scans a file's content to make suggestions on what repository formats might be appropriate for the file.
    IDfImportOperation performs a complete client import of one or more nodes.
    IDfMoveOperation performs a move of one or more nodes from one source folder to a destination folder.
    IDfOperation is the base class for all library service operations.
    The predictive caching operation generates content pre-caching BOCS URLs and sends URLs to BOCS.
    Represents XML Validation operation.
    IDfXMLDoctype provides access to XML document information such as DTD system identifier, schemaLocation, and root element name.
    Provides for XSLT transformations on XML objects in the Docbase.
    Collection of XML related utility methods.
  • Class
    Description
    DfFile encapsulates a file specification.
    An interface for passing an InputStream to the operations package.
    This interface provides access to other interfaces that can be used for creating or building a node tree.
    An edge that represents the relationship between a parent IDfOperationNode and a child IDfOperationNode.
    IDfOperation is the base class for all library service operations.
    Provides a mechanism for specifying additional contextual information for instantiating a context aware operation.
    Stores information about an error detected during operation execution.
    Provides access to operation errors as they occur.
    Represents a node in an operation.
    A factory object used by populators to create a node or an edge for given objects.
    Responsible for iterating through a list of populators for building and managing the node tree for the operation.
    Represents a step in a multi-step operation.
    IDfXMLDoctype provides access to XML document information such as DTD system identifier, schemaLocation, and root element name.