java.lang.Object
com.saperion.connector.structures.identifiers.ElementId
com.saperion.connector.structures.identifiers.DocumentId

public class DocumentId extends ElementId
Represents an entry in an archive with the name of the archive, unique id overall revisions, the revision id, if it is a link and it should be resolved, if it is the latest or it should be checked if there is a newer one.
  • Field Details

    • definition

      protected String definition
    • uniqueID

      protected UID uniqueID
  • Constructor Details

    • DocumentId

      protected DocumentId()
  • Method Details

    • definition

      public String definition()
    • uniqueID

      public UID uniqueID()
    • link

      public boolean link()
    • documentId

      public static DocumentId.UIDBuilder documentId(String definition)