Package | Description |
---|---|
com.groupdocs.annotation.domain.results | |
com.groupdocs.annotation.handler |
Modifier and Type | Method and Description |
---|---|
ReviewerInfo[] |
GetCollaboratorsResult.getCollaborators()
Gets or sets the collaborators.
|
ReviewerInfo[] |
SetCollaboratorsResult.getCollaborators()
Gets or sets the collaborators.
|
ReviewerInfo |
GetCollaboratorsResult.getOwner()
Gets or sets the owner.
|
ReviewerInfo |
SetCollaboratorsResult.getOwner()
Gets or sets the owner.
|
Modifier and Type | Method and Description |
---|---|
void |
GetCollaboratorsResult.setCollaborators(ReviewerInfo[] value)
Gets or sets the collaborators.
|
void |
SetCollaboratorsResult.setCollaborators(ReviewerInfo[] value)
Gets or sets the collaborators.
|
void |
GetCollaboratorsResult.setOwner(ReviewerInfo value)
Gets or sets the owner.
|
void |
SetCollaboratorsResult.setOwner(ReviewerInfo value)
Gets or sets the owner.
|
Modifier and Type | Method and Description |
---|---|
ReviewerInfo |
AnnotationHandler.getCollaboratorMetadata(String userGuid)
Gets the collaborator metadata.
|
ReviewerInfo |
AnnotationHandler.getDocumentCollaborator(long documentId,
String userName)
Gets the document collaborator.
|
Modifier and Type | Method and Description |
---|---|
SetCollaboratorsResult |
AnnotationHandler.addCollaborator(long documentId,
ReviewerInfo reviewerInfo)
Adds the collaborator.
|
void |
AnnotationHandler.checkReviewerPermissions(ReviewerInfo reviewer,
long rights)
Checks the reviewer permissions.
|
SetCollaboratorsResult |
AnnotationHandler.updateCollaborator(long documentId,
ReviewerInfo reviewerInfo)
Updates the collaborator.
|
Copyright © 2017. All rights reserved.