ITemplateLoadAddin
Add-in responsible for triggering loading an existing artifact template from a specific location.
Trigger Event(s): Document creation from template; Template reading |
Method | Description | ||
---|---|---|---|
loadTemplate |
Loads a template by name. Throws and exception if template not found |
||
Parameter |
Type |
Description |
|
template |
String |
Template name |
|
Returns |
Type |
Description |
|
artifact |
byte[] |
Artifact in byte array form |
eSign brings an out-of-the box implementation for this interface that is described below |
Implementation | Default | Description |
---|---|---|
DefaultTemplateLoadAddin |
✓ |
Fetches the artifact template by name from the following directory [ESIGN-HOME]/resources/templates |