Interface CDOCommonRepository

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of this repository.
      • getUUID

        java.lang.String getUUID()
        Returns the UUID of this repository.
      • getCreationTime

        long getCreationTime()
        Returns the creation time of this repository.
      • getStoreType

        java.lang.String getStoreType()
        Returns the type of the store of this repository.
      • getObjectIDTypes

        java.util.Set<CDOID.ObjectType> getObjectIDTypes()
        Returns the type of CDOIDs created by the store of this repository.
      • getRootResourceID

        CDOID getRootResourceID()
        Returns the ID of the root resource of this repository.
      • isAuthenticating

        boolean isAuthenticating()
        Returns true if this repository requires user authentication, false otherwise.
        Since:
        4.4
      • isSupportingAudits

        boolean isSupportingAudits()
        Returns true if this repository supports auditing, false otherwise.
      • isSupportingBranches

        boolean isSupportingBranches()
        Returns true if this repository supports branching, false otherwise.
      • isSupportingUnits

        boolean isSupportingUnits()
        Returns true if this repository supports units, false otherwise.
        Since:
        4.5
      • isSupportingEcore

        @Deprecated
        boolean isSupportingEcore()
        Deprecated.
        As of 4.2 instances of Ecore are always supported (on demand).
        Returns true if this repository supports instances of Ecore, false otherwise.
        Since:
        4.0
      • isSerializingCommits

        boolean isSerializingCommits()
        Returns true if this repository serializes commits, false otherwise.
        Since:
        4.2
      • isEnsuringReferentialIntegrity

        boolean isEnsuringReferentialIntegrity()
        Returns true if this repository ensures referential integrity, false otherwise.
        Since:
        4.0
      • waitWhileInitial

        boolean waitWhileInitial​(IProgressMonitor monitor)
        Since:
        4.2