models/index library

Classes

DataCreatedEvent
Event that indicates that a Modelable data has been created and pushed inside a Repository.
DataDeletedEvent
Event that indicates that a Modelable data has been deleted from a Repository.
DataUpdatedEvent
Event that indicates that a Modelable data has been modified and pushed inside a Repository.
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.