Interface StorageFieldValue


  • public interface StorageFieldValue
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.nio.ByteBuffer getByteBuffer()  
      java.lang.String getDirectAccessUrl()
      url will be like "/attachment/direct/cfaee57e-b970-477d-8cf1-604150171bc4.png", please notice that this could be wrong url if it passed to frontend directly since the backend service would be something like "http://localhost:8080", you should prepend it to the direct access url to make it a complete url.
    • Method Detail

      • getByteBuffer

        java.nio.ByteBuffer getByteBuffer()
      • getDirectAccessUrl

        java.lang.String getDirectAccessUrl()
        url will be like "/attachment/direct/cfaee57e-b970-477d-8cf1-604150171bc4.png", please notice that this could be wrong url if it passed to frontend directly since the backend service would be something like "http://localhost:8080", you should prepend it to the direct access url to make it a complete url.