models/index library
Classes
- DataCreatedEvent
-
Event that indicates that a
Modelable
data has been created and pushed inside aRepository
. - DataDeletedEvent
-
Event that indicates that a
Modelable
data has been deleted from aRepository
. - DataUpdatedEvent
-
Event that indicates that a
Modelable
data has been modified and pushed inside aRepository
. - OperationFailedEvent
- Event that indicates that a create, update or delete operation has failed.
- ProviderDestroyedEvent
- Event that indicates that a provider has finished destroying itself.
- ProviderInitializedEvent
- Event that indicates that a provider has finished initializing itself.
- ProviderOperationEvent
- Base operation event for providers.
- ProviderStateEvent
- Base event for signaling that the state of a provider has changed.
Enums
- OperationType
- CRUD operations.