Modifier and Type | Method and Description |
---|---|
boolean |
ConfigurationCentral.configurationChanged(Scope param,
Object value)
When a configuration is changed this method is called.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConfigurableModule.configurationChanged(Scope param,
Object value)
When a configuration is changed this method is called.
|
Modifier and Type | Method and Description |
---|---|
Scope |
DescribedEntity.getScope()
Define the ID and Scope for this Entity.
|
Scope |
ConfigurationDefinedElsewhere.getScope() |
Constructor and Description |
---|
ConfigurationDefinedElsewhere(Scope s)
Provide a
Scope for an entity that is fully defined somewhere
else. |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationScope
Defines an entity that is applicable over a certain application, this will be
shared over the whole Space for the same application.
|
class |
AppPartScope
Defines an Entity same as
ApplicationScope but with finer grain, for
application parts. |
class |
InstanceScope
Defines entity that are only applicable for the instance given in the scope.
|
class |
ModuleScope
Used for entities that are only applicable for the given module and instance.
|
class |
SpaceScope
Defines Scopes for entities that are applicable over the whole Space, so
when managed its value will be the same on the whole Space.
|
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.applicationPartScope(String id,
String appId,
String partId) |
static Scope |
Scope.applicationScope(String id,
String appId) |
static Scope |
Scope.instanceScope(String id,
PeerCard peerCard) |
static Scope |
Scope.moduleScope(String id,
PeerCard pc,
ModuleContext mc) |
static Scope |
Scope.scope(String id) |
Modifier and Type | Method and Description |
---|---|
Scope |
GenericConfigurationEntity.getScope() |
Modifier and Type | Method and Description |
---|---|
static Scope |
ScopeFactory.getScope(String urn)
Given a String, try to decifer the Scope instance that is associated to
it.
|
Modifier and Type | Method and Description |
---|---|
static String |
ScopeFactory.getScopeURN(Scope scope)
|
Modifier and Type | Method and Description |
---|---|
boolean |
ModuleRegistry.configurationChanged(Scope scope,
Object value) |
Copyright © 2018 universAAL Consortium. All rights reserved.