Class HylandViewerAnnotationConverter
- java.lang.Object
-
- com.saperion.ngc.viewer.hylandviewer.annotation.HylandViewerAnnotationConverter
-
public class HylandViewerAnnotationConverter extends java.lang.Object
Converts the annotation to a format readable by the Hyland Viewer and also converts the annotation from json format to ini string- Author:
- schowdhury
-
-
Constructor Summary
Constructors Constructor Description HylandViewerAnnotationConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Annotation>
convertIniToJson(AnnotationDocInfo annotationDocInfo)
java.lang.String
convertJsonToIni(java.util.List<Annotation> annotations, com.saperion.hyrcs.models.DocDimension docDimension)
-
-
-
Method Detail
-
convertIniToJson
public java.util.List<Annotation> convertIniToJson(AnnotationDocInfo annotationDocInfo)
-
convertJsonToIni
public java.lang.String convertJsonToIni(java.util.List<Annotation> annotations, com.saperion.hyrcs.models.DocDimension docDimension)
-
-