Uses of Class
org.nuxeo.wopi.WOPIBlobInfo
-
Packages that use WOPIBlobInfo Package Description org.nuxeo.wopi -
-
Uses of WOPIBlobInfo in org.nuxeo.wopi
Methods in org.nuxeo.wopi that return WOPIBlobInfo Modifier and Type Method Description WOPIBlobInfo
WOPIService. getWOPIBlobInfo(Blob blob)
Returns aWOPIBlobInfo
for the given blob if it is supported by WOPI,null
otherwise.WOPIBlobInfo
WOPIServiceImpl. getWOPIBlobInfo(Blob blob)
Methods in org.nuxeo.wopi with parameters of type WOPIBlobInfo Modifier and Type Method Description protected void
WOPIJsonEnricher. writeWOPIBlobInfo(com.fasterxml.jackson.core.JsonGenerator jg, WOPIBlobInfo info, DocumentModel doc, String xpath)
-