Class HylandViewerAnnotationResolver


  • public class HylandViewerAnnotationResolver
    extends java.lang.Object
    Resolves the Hyland Viewer json annotation format into annotation ini string
    Author:
    schowdhury
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HylandViewerAnnotationResolver

        public HylandViewerAnnotationResolver​(com.saperion.hyrcs.models.DocDimension docDimension)
    • 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