Class UID

  • All Implemented Interfaces:
    ID<java.lang.String>

    public class UID
    extends java.lang.Object
    implements ID<java.lang.String>
    Represents the SYSROWID / the unique ID over all revisions of one document / folder.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static UID NO_UID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected UID​(java.lang.String sysrowid)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String get()  
      boolean valid()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NO_UID

        public static final UID NO_UID
    • Constructor Detail

      • UID

        protected UID​(java.lang.String sysrowid)
    • Method Detail

      • valid

        public boolean valid()
        Specified by:
        valid in interface ID<java.lang.String>
      • get

        public java.lang.String get()
        Specified by:
        get in interface ID<java.lang.String>