| Interface | Description |
|---|---|
| IAddonContext |
The IAddonContext provides utilitys and services for Add-ons
It is usually passed to every supported method of an add-on.
|
| IAddonExecutionContext |
The ExecutionContext can be used over the lifetime of an Add-on procedure to store values of your processor.
|
| IAddonFileToProcess |
This class provides methods to obtain Information about the currently processed photo file and some utility functions for the file processing.
|
| IPicApportGroovyAddon |
A valid PicApport Add-on has to implement this interface.
|
| Class | Description |
|---|---|
| PathFilter |
Add-ons of type crawler filter (pagc) must extend this class to be recognized as a valid Add-on.
|
| PhotoFieldProvider |
Add-ons of type Database field extension (pagf) must extend this class to be recognized as a valid Add-on.
|
| PhotoFileProcessor |
Add-ons of type Procedures (pagp) must extend this class to be recognized as a valid Add-on.
|
| PhotoFileProcessorResultGenerator |
utility Class to create (report) output from Addons
11.09.2020 |