java.lang.Object
com.saperion.ngc.viewer.hylandviewer.annotation.json.Annotation
com.saperion.ngc.viewer.hylandviewer.annotation.json.redaction.Redaction

public class Redaction extends Annotation
Contains configuration for Redaction
Author:
schowdhury
  • Constructor Details

    • Redaction

      public Redaction()
    • Redaction

      public Redaction(com.saperion.hyrcs.models.DocDimension docDimension, boolean editMode)
  • Method Details

    • getType

      public AnnotationType getType()
      Specified by:
      getType in class Annotation
    • getAcls

      public String getAcls()
    • setAcls

      public void setAcls(String acls)
    • draw

      public void draw(Section section)
      Description copied from class: Annotation
      This is an abstract method for filling up the annotation configuration by different types of annotations subclasses
      Specified by:
      draw in class Annotation
      Parameters:
      section - contains information about an annotation (e.g. - annotation type and key value pairs)