Interface ICenterstageService

All Superinterfaces:
ID2fsService

public interface ICenterstageService extends ID2fsService
Documentum Centerstage integration services.
  • Method Details

    • getComments

      GetCommentsResult getComments(Context context, String id) throws Exception
      Get all comments of content
      Parameters:
      context - Context object containing informations about client/session
      id - String value of document id
      Returns:
      Comment list
      Throws:
      Exception
      Since:
      4.0.1
    • addComment

      String addComment(Context context, String id, Comment comment) throws Exception
      Add a comment to a content
      Parameters:
      context - Context object containing informations about client/session
      id - String value of document id
      comment -
      Returns:
      id of new comment
      Throws:
      Exception
      Since:
      4.1.0