Uses of Class
com.groupdocs.annotation.exception.AnnotationException

Packages that use AnnotationException
com.groupdocs.annotation.handler   
com.groupdocs.annotation.utils   
 

Uses of AnnotationException in com.groupdocs.annotation.handler
 

Methods in com.groupdocs.annotation.handler that throw AnnotationException
abstract  Object GroupDocsAnnotation.addAnnotationReplyHandler(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Add reply to annotation [POST request]
 String AnnotationHandler.addCollaborator(String userName, String fileGuid, AccessRights accessRights, int color)
          Add collaborator if one doesn't exist and return guid
 String AnnotationHandler.addCollaborator(String userName, String fileGuid, Integer accessRights, int color)
          Add collaborator if one doesn't exist and return guid
 String AnnotationHandler.addCollaboratorByGuid(String userGuid, String fileGuid, AccessRights accessRights, int color)
          Add collaborator if one doesn't exist and return guid
 String AnnotationHandler.addCollaboratorByGuid(String userGuid, String fileGuid, Integer accessRights, int color)
          Add collaborator if one doesn't exist and return guid
 byte[] AnnotationHandler.getUserAvatar(String userGuid)
          Return avatar file
 void AnnotationHandler.setUserAvatar(String userGuid, byte[] avatarFile)
          Set new avatar for user
 

Uses of AnnotationException in com.groupdocs.annotation.utils
 

Methods in com.groupdocs.annotation.utils that throw AnnotationException
static
<T extends com.groupdocs.annotation.db.tables.ITable>
T
Utils.assetEntity(T t)
          Asset entity for null
static
<T extends com.groupdocs.annotation.db.tables.ITable>
T
Utils.assetEntity(T t, String errorMessage)
          Asset entity for null
static String Utils.getBody(javax.servlet.http.HttpServletRequest request)
          Get body from HTTP servlet request
static
<T> T
Utils.getObjectData(String request, Class<T> clazz)
          Get object from request
 



Copyright © 2014. All rights reserved.