- Description:
Competency rule config.
- Source:
- Copyright:
- 2015 Frédéric Massart - FMCorz.net
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Competency rule config.
Methods
(inner) getAll() → {Object}
- Description:
Get all the outcomes.
- Source:
Returns:
Indexed by outcome code, contains code and name.
- Type
- Object
(inner) getString(id) → {Promise}
- Description:
Get the string for an outcome.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
id |
Number | The outcome code. |
Returns:
Resolved with the string.
- Type
- Promise