Package com.documentum.operations


package com.documentum.operations
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.
  • Interfaces
    Class
    Description
    Represents a node in a cancel checkout operation.
    The cancel checkout operation releases the Docbase lock, deletes the local content file, and removes registry entries for each node in the operation.
    Represents a node in a check in operation.
    IDfCheckinOperation performs a complete client checkin of one or more nodes.
    Represents an object in a checkout operation.
    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.
    Represents one object in a copy operation.
    IDfCopyOperation performs a copy of one or more nodes.
    Represents an object in a delete operation.
    The delete operation destroys specified versions for each object in the operation.
    Represents a node in an export 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.
    Represents an object in an import operation.
    IDfImportOperation performs a complete client import of one or more nodes.
    An interface for passing an InputStream to the operations package.
    Represents an object in a move operation.
    IDfMoveOperation performs a move of one or more nodes from one source folder to a destination folder.
    Represents a mechanism that supports the creation of nodes that an operation is applied against.
    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.
    Represents a node in a predictive caching operation.
    The predictive caching operation generates content pre-caching BOCS URLs and sends URLs to BOCS.
    Author: AlexO Date: Jun 19, 2006 Time: 3:40:37 PM
    A customization implements this interface to provide a non node-specific action such as housekeeping, cleaning the registry, etc.
    Represents an object in an XML Validation operation.
    Represents XML Validation operation.
     
    IDfXMLDoctype provides access to XML document information such as DTD system identifier, schemaLocation, and root element name.
    Represents a node in an XML transformation operation.
    Provides for XSLT transformations on XML objects in the Docbase.
    Collection of XML related utility methods.
    This is a marker interface used by Messaging App code to extend inbound/outbound DFC operation related settings like enable/disable attachments and specifying object type for attachments.