| Class | Description |
|---|---|
| AdminHelper |
Helper functions for admin request
|
| CreateDbConfig |
POST request for creating a new keep database configurations in the NSF
|
| CreateKeepApplication |
POST request for creating an external application
|
| CreateKeepConfig |
Create / Restore a complete Keep configation
|
| DeleteCache |
Shows the Design Cache
|
| DeleteDbConfig |
Deletes the keep database config for a specific database from the design cache and KeepConfig database
|
| DeleteFormMode |
DELETE request for form modes, expecting database, form name and mode name
|
| DeleteKeepApplication |
DELETE request for removing a Keep application
|
| FetchAllApplications |
Gets Keep applications for the current user
|
| FetchAllKeepDbs |
Returns a list of databases set up for the KEEP API Global list, regardless of active or inactive
|
| FetchFormModes |
GET request for form modes, expecting database, form name and mode name
|
| FetchMyApplications |
Gets Keep applications for the current user
|
| FetchNsfList |
Returns a list of databases and their eventual API Names
|
| GenerateKeepApplicationSecret |
Task to store generated application secret, updating status if appropriate
|
| GetCache |
Resets the Design Cache
|
| GetDbConfig |
Return the keep database config for a specific database from the design cache
|
| GetKeepApplication |
GET request for retrieving Keep application
|
| GetKeepConfig |
Retrieves the complete KeepConfig as Json file for backup
|
| PatchKeepApplication |
PATCH request for creating an external application
|
| UpdateCreateFormMode |
PUT request for form modes.
|
| UpdateDbConfig |
Updates the keep database config for a specific database from the design cache
|
| UpdateKeepConfig |
This updates the apps and db info into database
|