Add Annotation

 

Function Name: getAddAnnotationXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is meant for adding Annotation Groups on a particular Page of a document.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOAddAnnotation

 

 

Prototype:

public String getAddAnnotationXml(String cabinetName, String userDbId,

String documentIndex,String accessType,

String pageNo,String annotGroupName,

String creationDateTime, String annotationBuffer,

String loginUserRights,

String annotationData,String owner,

String ownerIndex,String annotationType,String annotationList)

 

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

CabinetName

Name of the Database Cabinet to which the User wants to connect.

Name of the cabinet

N/A

UserDbId

UserDatabase ID, which is returned in the ConnectCabinet call.

 

N/A

DocumentIndex

Unique Index of the document.

Integer >= 0

N/A

AnnotationList

Contains the XML containing all the annotations to be added

Valid XML

N/A

 

Output Parameters:

An Input Xml for NGOAddAnnotation.