|
Interface Summary |
| IDefault |
Load default values in workItem by creating a new issue |
| IInternalDependent |
Get the internal dependences of a composite part
form the other parts of the same composite. |
| ILoad |
Interface for loading a saved custom field value from the database
or calculating a calculated value
Used only by custom fields
(The system fields are loaded directly into the workItem) |
| ILucene |
Interface for creating the lucene index for a custom field |
| ISave |
Interface for saving a custom field attribute value from
the workItem's customAttributeValues Map to the database
Should be implemented only by
single custom fields or parts of a composite custom field,
if they are not calculated fields
(For system fields the saving of the attributes is made at once for all system fields) |
| ISelect |
Implemented by list based controls which need a dataSource to select from:
system selects, custom simple selects, simple select parts of custom composites,
custom radio buttons etc. |
| ISystemDependent |
|
| IValidators |
|