Common classes
OpenKM common 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 a 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 format time values. |
|
Generic utility methods. For example, to notify a user about 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 an email. For example, to send a message or a document. |
|
Utility methods to handle paths. For example, to get the name or the parent path. |
|
Utility methods to convert PDF files. For example, to stamp images or text. |
|
Utility methods for retrieving information from the security context. For example, to get the actual user ID from the security context session or to get the actual tenant of the logged-in user. |
|
Utility methods for stack traces. |
|
Utility methods to handle templates. For example, to 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. |