Commons classes
OpenKM commons classes:
OpenKM common class | Description |
---|---|
Utility methods for archive handling. For example, to create a ZIP or JAR. |
|
Utility methods used to manage user session. |
|
Execution related methods. For example, to run a script or JAR. |
|
Utility methods to generate a log. For example, to show error, info or warning |
|
File related utility methods. For example, to get the filename or extension. |
|
Utility methods used by formatters. For example, to format a file size or format time. |
|
Generic utility methods. For example, to notify something to a user. |
|
Utility class what provides bidirectional format transformation between java time objects and ISO8601 format used for metadata date fields. |
|
Manage the execution of queries in the database. For example, the execution of queries in SQL or HQL. |
|
Utility methods to send a mail. For example to send a message or send a document. |
|
Utility methods to handle paths. For example, get the name or get the parent path. |
|
Utility methods to convert PDF files. For example, to stamp image or text. |
|
Utility methods for retrieving information from the security context. For example, get the actual userId from the security context session or get the actual tenant of the logged user. |
|
Utility methods for the stack. |
|
Utility methods to handle templates. For example, replace a text in a template. |
|
Utility methods to handle workflows. |