<dl> <dt><a href="#App">App</a></dt> <dd></dd> </dl>
* App
* .app_instance : type\_app\_instance
* .ini : lib\_setting
* .need_stop : boolean
* .logger : lib\_logger
* .sql : lib\_sql
* .go(params, callback)
* .action(key, params, callback)
* .action_generate_class(params) ⇒ string
* .setting_internal_find(rid) ⇒ string
* .setting_find(rid) ⇒ string
* [.setting_add(settings, [callback])](#App+setting_add)
* [.setting_mssql_setting_load_ui([callback])](#App+setting_mssql_setting_load_ui)
* [.setting_mssql_sense_load_ui(rid, [callback])](#App+setting_mssql_sense_load_ui)
* .trusted_app_find(access_key, callback)
* [.trusted_app_add(access_name, [access_key], [expire_min], [callback])](#App+trusted_app_add)
* .trusted_person_find(access_key, callback)
* .trusted_person_find_in_other_app(access_key, other_app_name, callback)
* [.trusted_person_add(access_name, [access_key], [expire_min], [device], [callback])](#App+trusted_person_add)
* [.task_add(task, [callback])](#App+task_add)
* .log_get(params, callback)
* .action_get(params, callback)
* .action_save(action_list, internal, callback)
* .timeout_life(timeout_min)
App App App App App App | Param | Type | Description |
| --- | --- | --- |
| params | type\_app\_go | |
| callback | function | error |
Kind: instance method of App
| Param | Type | Description |
| --- | --- | --- |
| key | string | uniq key of action |
| params | any | |
| callback | lib\_sql.callback\_action | |
Kind: instance method of App
| Param | Type |
| --- | --- |
| params | lib\_sql.type\_generate\_class\_with\_exec\_actions |
Kind: instance method of App
| Param | Type | Description |
| --- | --- | --- |
| rid | 'app.pulse' \| 'app.pulse\_memory' \| 'app.pulse\_memory.life' \| 'app.log' \| 'app.log.life' \| 'app.setting' \| 'app.action' \| 'app.task' \| 'app.http\_host' \| 'app.action.password' \| 'app.setting.password' \| 'app.pulse.password' \| 'app.log.password' \| 'app.trusted\_app' \| 'app.trusted\_app.password' \| 'app.trusted\_app.life' \| 'app.trusted\_person.password' \| 'app.trusted\_person.life' | setting key |
Kind: instance method of App
| Param | Type | Description |
| --- | --- | --- |
| rid | string | setting key |
Kind: instance method of App
| Param | Type | Description |
| --- | --- | --- |
| settings | Array.<subsystem\_ini.type\_add> | setting key |
| [callback] | function | without param |
App | Param | Type | Description |
| --- | --- | --- |
| [callback] | function | (error, result) |
App | Param | Type | Description |
| --- | --- | --- |
| rid | string | |
| [callback] | function | (error, result) |
Kind: instance method of App
| Param | Type | Description |
| --- | --- | --- |
| access_key | string | |
| callback | function | access_key |
Kind: instance method of App
| Param | Type | Description |
| --- | --- | --- |
| access_name | string | |
| [access_key] | string | |
| [expire_min] | number | |
| [callback] | function | access_key |
Kind: instance method of App
| Param | Type | Description |
| --- | --- | --- |
| access_key | string | |
| callback | function | (result = trusted_person) |
Kind: instance method of App
| Param | Type | Description |
| --- | --- | --- |
| access_key | string | |
| other_app_name | string | |
| callback | function | (result = trusted_person) |
Kind: instance method of App
| Param | Type | Description |
| --- | --- | --- |
| access_name | string | |
| [access_key] | string | |
| [expire_min] | number | |
| [device] | string | |
| [callback] | function | (access_key) |
Kind: instance method of App
| Param | Type | Description |
| --- | --- | --- |
| task | subsystem\_tsk.type\_task | |
| [callback] | function | (result = task_rid) |
Kind: instance method of App
| Param | Type | Description |
| --- | --- | --- |
| params | subsystem\_log.type\_get | |
| callback | function | (result - app_list, log_list, eav_rid_list) |
Kind: instance method of App
| Param | Type | Description |
| --- | --- | --- |
| params | type\_action\_get | |
| callback | callback\_action\_get | (result - app_list, action_list) |
Kind: instance method of App
| Param | Type | Description |
| --- | --- | --- |
| action_list | Array.<lib\_sql.type\_action> | |
| internal | Boolean | |
| callback | function | (error) |
App | Param | Type |
| --- | --- |
| timeout_min | number |
| Name | Type |
| --- | --- |
| name | string |
| similar | number |
| version | string |
| filename | string |
| load_setting_ldm | Date |
| load_action_ldm | Date |
| load_trusted_app_ldm | Date |
| action_key_list_external | Array.<string> |
| mssql_connection_setting | subsystem\_ini.type\_mssql\_connection |
| mssql_connection_log | subsystem\_ini.type\_mssql\_connection |
| mssql_connection_action | subsystem\_ini.type\_mssql\_connection |
| mssql_connection_trusted | subsystem\_ini.type\_mssql\_connection |
| mssql_connection_task | subsystem\_ini.type\_mssql\_connection |
| mssql_setting_list_OBSOLETE | Array.<subsystem\_ini.type\_mssql\_setting> |
| setting_list | Array.<subsystem\_ini.type\_setting> |
| trusted_app_list | Array.<subsystem\_trt.type\_trusted\_app> |
| trusted_person_list | Array.<subsystem\_trt.type\_trusted\_person> |
| Name | Type |
| --- | --- |
| [allow_app] | boolean |
function| Param | Type |
| --- | --- |
| app_list | Array.<string> |
| action_list | Array.<lib\_sql.type\_action> |