IArtifactFieldChangeAddin
Add-in responsible for triggering events when edit actions are called upon document fields.
Trigger Event(s): Document edited |
Method | Description | ||
---|---|---|---|
signed |
Triggered after a field is signed |
||
Parameter |
Type |
Description |
|
fieldId |
String |
Identifier of the addressed field |
|
artifactDetails |
ArtifactDetails |
Context of the artifact (artifact variables and properties) with read-only access |
|
Returns |
Type |
Description |
|
- |
- |
- |
|
unsigned |
Triggered after a field is unsigned |
||
Parameter |
Type |
Description |
|
fieldId |
String |
Identifier of the addressed field |
|
artifactDetails |
ArtifactDetails |
Context of the artifact (artifact variables and properties) with read-only access |
|
Returns |
Type |
Description |
|
- |
- |
- |
|
changed |
Triggered after a field’s content changes |
||
Parameter |
Type |
Description |
|
fieldId |
String |
Identifier of the addressed field |
|
artifactDetails |
ArtifactDetails |
Context of the artifact (artifact variables and properties) with read-only access |
|
Returns |
Type |
Description |
|
- |
- |
- |
eSign brings an out-of-the box implementation for this interface that is described below |
Implementation | Default | Description |
---|---|---|
DefaultArtifactFieldChangeAddin |
✓ |
Does nothing |