Class ImplementationServiceImpl

    • Constructor Detail

    • Method Detail

      • create

        public javax.ws.rs.core.Response create​(ImplementationTO implementationTO)
        Description copied from interface: ImplementationService
        Creates a new implementation.
        Specified by:
        create in interface ImplementationService
        Parameters:
        implementationTO - implementation.
        Returns:
        Response object featuring Location header of created implementation
      • update

        public javax.ws.rs.core.Response update​(ImplementationTO implementationTO)
        Description copied from interface: ImplementationService
        Updates an existing implementation.
        Specified by:
        update in interface ImplementationService
        Parameters:
        implementationTO - implementation.
        Returns:
        an empty response if operation was successful
      • delete

        public javax.ws.rs.core.Response delete​(String type,
                                                String key)
        Description copied from interface: ImplementationService
        Deletes the implementation matching the given key and type.
        Specified by:
        delete in interface ImplementationService
        Parameters:
        type - implementation type
        key - key for implementation to be deleted
        Returns:
        an empty response if operation was successful