Class HylandViewerAnnotationResolver
java.lang.Object
com.saperion.ngc.viewer.hylandviewer.annotation.HylandViewerAnnotationResolver
Resolves the Hyland Viewer json annotation format into annotation ini string
- Author:
- schowdhury
-
Constructor Summary
ConstructorsConstructorDescriptionHylandViewerAnnotationResolver
(com.saperion.hyrcs.models.DocDimension docDimension) -
Method Summary
Modifier and TypeMethodDescriptionconstructIni
(List<Annotation> annotations) Construct the annotation ini string from the list of annotations created in the hyland viewer
-
Constructor Details
-
HylandViewerAnnotationResolver
public HylandViewerAnnotationResolver(com.saperion.hyrcs.models.DocDimension docDimension)
-
-
Method Details
-
constructIni
Construct the annotation ini string from the list of annotations created in the hyland viewer- Parameters:
annotations
- list of annotations- Returns:
- the annotation ini string
-