Interface IDctmLifeCycleService

All Superinterfaces:
ID2fsService

public interface IDctmLifeCycleService extends ID2fsService
Dctm Life Cycle Management Services Interface.
  • Method Details

    • handleOperation

      LifeCycleResult handleOperation(Context context, String docId, String operation, List<Attribute> attributes) throws Exception
      Handle specified operation on document
      Parameters:
      context - Context object containing informations about client/session
      docId - String value of document id
      operation - String value of operation name
      attributes - Attribute list of parameters
      • policyId: DF_STRING, Policy id (for attach)
      Returns:
      LifeCycleResult object
      Throws:
      Exception
      Since:
      4.0.1