Class HylandViewerAnnotationResolver
- java.lang.Object
-
- com.saperion.ngc.viewer.hylandviewer.annotation.HylandViewerAnnotationResolver
-
public class HylandViewerAnnotationResolver extends java.lang.Object
Resolves the Hyland Viewer json annotation format into annotation ini string- Author:
- schowdhury
-
-
Constructor Summary
Constructors Constructor Description HylandViewerAnnotationResolver(com.saperion.hyrcs.models.DocDimension docDimension)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
constructIni(java.util.List<Annotation> annotations)
Construct the annotation ini string from the list of annotations created in the hyland viewer
-
-
-
Method Detail
-
constructIni
public java.lang.String constructIni(java.util.List<Annotation> annotations)
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
-
-