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 messages. |
|
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 time. |
|
Generic utility methods. For example, to notify a user of something. |
|
Utility class that provides bidirectional format transformation between Java time objects and the ISO8601 format used for metadata date fields. |
|
Utility methods to send mail. For example, to send a message or 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 an 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-in user. |
|
Utility methods for stack traces. |
|
Utility methods to handle templates. For example, replace text in a template. |
|
Utility methods to handle workflows. |
|
Utility methods to distribute a repository across several disks. |
|
Utility methods to perform SQL and HQL queries. |
|
DbSessionManager |
Utility methods for managing user sessions. |
Utility methods to perform configuration parameter operations. |