Abstract
Manages the API methods of a data model along with a collection of instances.
Extends
BaseManagerName | Constraints | Optional | Default | Description |
---|---|---|---|---|
K | No | None | ||
Holds | No | None | ||
R | No | None |
Constructs a new instance of the
DataManager
className | Type | Optional | Description |
---|---|---|---|
client | Client<true> | No | None |
holds | Constructable<Holds> | No | None |
The client that instantiated this Manager
Inherited from BaseManagerResolves a data entry to a data Object.
Returns
An instance from this ManagerName | Type | Optional | Description |
---|---|---|---|
idOrInstance | Holds | No | The id or instance of something in this Manager |
Resolves a data entry to an instance id.
Returns
Name | Type | Optional | Description |
---|---|---|---|
idOrInstance | K | Holds | No | The id or instance of something in this Manager |