- generateAccessToken(String, String) - Method in class org.imixs.workflow.wopi.WopiAccessHandler
-
Generates a new access token
- getAccessToken() - Method in class org.imixs.workflow.wopi.WopiController
-
- getAllFileData(String) - Method in class org.imixs.workflow.wopi.WopiAccessHandler
-
This method is called by the WopiController before a workitem is processed.
- getClientEndpointByFilename(String) - Method in class org.imixs.workflow.wopi.WopiAccessHandler
-
Returns a WOPI Client endpoint by a file extension
If wopi.public.endpoint is set than this endpoint will be returned.
- getClientEndpointByMimeType(String) - Method in class org.imixs.workflow.wopi.WopiAccessHandler
-
Returns a WOPI Client endpoint by a file mime type
If wopi.public.endpoint is set than this endpoint will be returned.
- getConfirmMessage() - Method in class org.imixs.workflow.wopi.WopiController
-
This helper method returns the confirm message string used in case the
LibreOffice Online Editor is closed, but contains changes .
- getFileContents(String, String, String) - Method in class org.imixs.workflow.wopi.WopiHostService
-
Opens a file and returns the file content as an octet-stream
The method expects an id consisting of a $uniqueid followed by the filename
/wopi/xxxxxxx-0000-0000-0000-yyyy_{FILENAME}
If the file content was already modified before, the content is fetched from the
local wopi file cache
- getFileInfo(String, String, String) - Method in class org.imixs.workflow.wopi.WopiHostService
-
Returns the file details.
- getWopiAccessURL(String, String, String, String) - Method in class org.imixs.workflow.wopi.WopiController
-
Returns the access url for the wopi client.