Interface CDOIDGenerator


  • public interface CDOIDGenerator
    Generates IDs.
    Since:
    4.1
    Author:
    Eike Stepper
    • Method Detail

      • generateCDOID

        CDOID generateCDOID​(EObject object)
        Generates a CDOID.
        Parameters:
        object - the object to generate a new CDOID for if available, null otherwise.
      • reset

        void reset()
        Called at the end of a commit operation to give this ID generator a chance to reset its sequence of IDs.