MSchemaService class

Mixed in types
  • LifecycleAwareMixin

Constructors

MSchemaService(ApiClient apiClient)

Properties

apiClient → ApiClient
final
assistedOperations Future<List<IMOperationDefinition>>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isLoaded bool
no setter
loadedEntitySchemas Stream<IMEntityDefinition>
no setter
loadedSchemas Stream<IMSchemaDefinition>
no setter
log → Logger
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userStateStream Stream<AuthUserProfile>
no setterinherited

Methods

dispose() Future
inherited
doShutdown() Future
inherited
exec<R>(R block()) → R
inherited
getEntityDefinition(MSchemaRef ref, {bool reload = false}) FutureOr<IMEntityDefinition>
getOperation(MOperationRef ref, {bool reload = false}) Future<IMOperationDefinition>
getSchema(MSchemaRef? ref, {bool reload = false}) Future<IMSchemaDefinition>
override
isShuttingDown() bool
inherited
load() Future
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLogin(AsyncOrCallback onLogin) → void
inherited
onLogout(AsyncOrCallback onLogout) → void
inherited
onShutdown(_AsyncCallback callback) → void
inherited
onStartup(_AsyncCallback callback) → void
inherited
register(MSchemaRef schemaRef, IMEntityDefinition definition) → void
registerDisposer(FutureOr dispose()) → void
inherited
registerLoginHooks(IAuthState authState) → void
inherited
removeDisposer(FutureOr dispose()) → void
inherited
toString() String
A string representation of this object.
inherited
tryGetOpSchema(MOperationRef ref) IMOperationDefinition?
tryGetSchema(MSchemaRef ref) IMSchemaDefinition
override
validate(MModel model) Future<List<ValidationError>>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited