Class CrowdsourcingAnnotation

java.lang.Object
io.goobi.viewer.model.annotation.PersistentAnnotation
io.goobi.viewer.model.annotation.CrowdsourcingAnnotation

@Entity public class CrowdsourcingAnnotation extends PersistentAnnotation
An Annotation class to store annotation in a database
Author:
florian
  • Field Details

    • VALID_COLUMNS_FOR_ORDER_BY

      public static final Set<String> VALID_COLUMNS_FOR_ORDER_BY
  • Constructor Details

    • CrowdsourcingAnnotation

      public CrowdsourcingAnnotation()
    • CrowdsourcingAnnotation

      public CrowdsourcingAnnotation(PersistentAnnotation source)
      Parameters:
      source -
    • CrowdsourcingAnnotation

      public CrowdsourcingAnnotation(de.intranda.api.annotation.AbstractAnnotation source, Long id, String targetPI, Integer targetPage)
      Parameters:
      source -
      id -
      targetPI -
      targetPage -