Uses of Class
com.groupdocs.annotation.domain.AccessRights

Packages that use AccessRights
com.groupdocs.annotation.domain   
com.groupdocs.annotation.handler   
 

Uses of AccessRights in com.groupdocs.annotation.domain
 

Methods in com.groupdocs.annotation.domain that return AccessRights
static AccessRights AccessRights.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AccessRights[] AccessRights.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.groupdocs.annotation.domain with parameters of type AccessRights
static int AccessRights.from(AccessRights... accessRights)
          Combine access rights integer value from few @{AccessRights} objects Sample: int integerCombinedValue = AccessRights.from(AccessRights.CAN_VIEW, AccessRights.CAN_DOWNLOAD);
 

Uses of AccessRights in com.groupdocs.annotation.handler
 

Methods in com.groupdocs.annotation.handler with parameters of type AccessRights
 String AnnotationHandler.addCollaborator(String userName, String fileGuid, AccessRights 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
 



Copyright © 2014. All rights reserved.