Creating plugins
OpenKM plugin system helps you to add software components, increasing the application's features.
OpenKM plugin system is based on hot deploy of JAR packages.
From the OpenKM plugin system, you can:
- Register new Antivirus analyzers.
- Register new Automation actions.
- Register new Automation validations.
- Register a new cron.
- Register new default form values.
- Register a new document converter.
- Register a new autocomplete form.
- Register new form validators.
- Register a new node paginator.
- Register new NodeProperties.
- Register new OCR validation controls ( new OCR control points used to identify documents ).
- Register new OCR data capture ( new OCR parsers to retrieve data ).
- Register new option select values ( retrieve list values from third-party software ).
- Register new principal adapters ( connectors to retrieve users and roles from third-party software ).
- Register a new REST plugin ( extend the REST API ).
- Register a new search plugin ( extend the search features, for example, connecting with third-party tools)
- Register a new suggestion analyzer ( build your own logic to suggest form values ).
- Register a new text extractor.
- Registera new version number adapter ( create your own document version number ).
- Register a new security access manager