Commons classes
OpenKM commons classes:
OpenKM common class | Description |
---|---|
Utility methods for archive handling. For example, to create a ZIP or JAR. |
|
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 an user. |
|
Utility class what provides bidirectional format transformation between java time objects and ISO8601 format used for metadata date fields. |
|
Utility methods to send a mail. For example to send message or send 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 method for the stack. |
|
Utility methods to handle templates. For example, replace a text in a template. |
|
Utility methods to handle workflows. |
|
Utility methods to have a repository distributed on several disks |
|
Utility methods to perform SQL query and HQL queries. |
|
DbSessionManager |
Utility methods for managing the sessions of the users. |
Utility methods to perform config parameter operations. |