Interface DocumentRef

    • Method Detail

      • type

        int type()
        Gets the type of the reference.
        Returns:
        the type of the reference
      • reference

        Object reference()
        Gets the reference value.

        For an ID reference, this is the document UUID.

        For a PATH reference, this is the document path.

        For an INSTANCE reference this is the document itself.

        Returns:
        the reference value