A service that handles cleanup operations on objects called
- Source:
Methods
(static) buildDefaultQuery(queryObject) → {Promise.<Object>}
Build a request query body that conforms to the protocol
Parameters:
| Name | Type | Description |
|---|---|---|
queryObject |
Object | the query object to build upon |
- Source:
Returns:
eventually builds and resoles the query object or throws error
- Type
- Promise.<Object>
(static) defaultStrip(modelObject) → {Promise.<Object>}
Strip irrelevant or even sensitive information
Parameters:
| Name | Type | Description |
|---|---|---|
modelObject |
Object | the object to strip the default properties from |
- Source:
Returns:
eventually strips and resolves the object or throws error
- Type
- Promise.<Object>