Class VersionServiceImpl

    • Constructor Detail

      • VersionServiceImpl

        public VersionServiceImpl()
    • Method Detail

      • get

        public de.digitalcollections.model.api.identifiable.Version get​(UUID uuid)
        Specified by:
        get in interface VersionService
      • get

        public de.digitalcollections.model.api.identifiable.Version get​(String externalKey)
        Specified by:
        get in interface VersionService
      • create

        public de.digitalcollections.model.api.identifiable.Version create​(String instanceKey,
                                                                           String instanceVersionkey)
        Specified by:
        create in interface VersionService
      • save

        public de.digitalcollections.model.api.identifiable.Version save​(de.digitalcollections.model.api.identifiable.Version version)
                                                                  throws Exception
        Specified by:
        save in interface VersionService
        Throws:
        Exception
      • update

        public de.digitalcollections.model.api.identifiable.Version update​(de.digitalcollections.model.api.identifiable.Version version)
                                                                    throws Exception
        Specified by:
        update in interface VersionService
        Throws:
        Exception