public interface DocumentViewerManager
Defines the services used by the document viewer implementation.
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAnnotations(String documentGlobalId)
Returns the current document annotations. 
 | 
String | 
getCategories(String documentGlobalId)
Returns the current categories. 
 | 
String | 
getComments(String documentGlobalId)
Returns the current document comments. 
 | 
List<WorkObject> | 
getUsers(List<String> userIds)
Returns the user work objects corresponding to the given user IDs. 
 | 
void | 
putAnnotations(String documentGlobalId,
              String annotations)
Updates the document annotations. 
 | 
void | 
putComments(String documentGlobalId,
           String comments)
Updates the document comments. 
 | 
String getAnnotations(String documentGlobalId)
Returns the current document annotations.
documentGlobalId - the document globaL IDvoid putAnnotations(String documentGlobalId, String annotations)
Updates the document annotations.
documentGlobalId - the document global IDannotations - the new annotationsString getComments(String documentGlobalId)
Returns the current document comments.
documentGlobalId - the document global IDvoid putComments(String documentGlobalId, String comments)
Updates the document comments.
documentGlobalId - the document global IDcomments - the new commentsString getCategories(String documentGlobalId)
Returns the current categories.
documentGlobalId - the document global IDList<WorkObject> getUsers(List<String> userIds)
Returns the user work objects corresponding to the given user IDs.
userIds - the user global IDsCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.