Annotation Type ClarityQueryResult


@Retention(RUNTIME) @Target(TYPE) public @interface ClarityQueryResult
Annotation to put on classes that are the results of querying the API for entities. These classes should return types of LimsLink objects that give URIs to the real entities.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Locatable>
    The class of entity indicated by the links returned in the annotated object.
  • Element Details

    • entityClass

      Class<? extends Locatable> entityClass
      The class of entity indicated by the links returned in the annotated object.
      Returns:
      The LIMS entity class.