An instance of the entity.
Generates a ImageFilterInterface object that is used for building data fetch queries.
Find all repository items matching the filter parameters.
Filter parameters. Use {@link RestFilterBuilder} to create them.
Promise with the entities that match the filter.
Gets all repository items. The cached data will be returned if the data has been fetched before. Using the forceFetch parameter, a user can order a fresh copy to be fetched from the server.
Whether to bypass the cache and retrieve a fresh copy from the server.
Promise with the repository items.
Get one repository item by id. The cached data will be returned if the data has been fetched before. Use the forceFetch parameter to retrieve a fresh copy from the server. In case a new record is fetched, the data and dataMap will be updated accordingly.
Identifier of the repository item
Whether to bypass the cache and retrieve a fresh copy from the server.
Deletes an item from the repository.
The item to delete.
Promise that resolves once the request has completed.
Saves new and/or updated items.
The item(s) to save or update.
Promise with the saved objects.
Generated using TypeDoc
Factory method. Creates and returns a new empty instance of the entity.