Interface BaseImageServiceLocal<I extends Image,​NP>

    • Method Detail

      • find

        I find​(Long id)
        Finds an image by id
      • getImageNature

        ImageNature getImageNature()
        Should return the nature of images handled by this service
      • readContent

        SerializableInputStream readContent​(Long id)
        Reads the contents for the image with the given id, with the specified size
      • readContentByKey

        SerializableInputStream readContentByKey​(String key)
        Reads the contents for the image with the given key, with the specified size