Uses of Class
org.apache.unomi.api.Scope
- 
Packages that use Scope Package Description org.apache.unomi.api.services org.apache.unomi.rest.endpoints org.apache.unomi.services.impl.scope  - 
- 
Uses of Scope in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return Scope Modifier and Type Method Description ScopeScopeService. getScope(String id)Get a scope by its idMethods in org.apache.unomi.api.services that return types with arguments of type Scope Modifier and Type Method Description List<Scope>ScopeService. getScopes()Retrieves all known scopes.Methods in org.apache.unomi.api.services with parameters of type Scope Modifier and Type Method Description voidScopeService. save(Scope scope)Save a scope - 
Uses of Scope in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return Scope Modifier and Type Method Description ScopeScopeServiceEndPoint. getScope(String scopeId)Retrieves the scope identified by the specified identifier.Methods in org.apache.unomi.rest.endpoints that return types with arguments of type Scope Modifier and Type Method Description List<Scope>ScopeServiceEndPoint. getScopes()Retrieves all known scopes.Methods in org.apache.unomi.rest.endpoints with parameters of type Scope Modifier and Type Method Description javax.ws.rs.core.ResponseScopeServiceEndPoint. save(Scope scope)Persists the specified scope. - 
Uses of Scope in org.apache.unomi.services.impl.scope
Methods in org.apache.unomi.services.impl.scope that return Scope Modifier and Type Method Description ScopeScopeServiceImpl. getScope(String id)Methods in org.apache.unomi.services.impl.scope that return types with arguments of type Scope Modifier and Type Method Description List<Scope>ScopeServiceImpl. getScopes()Methods in org.apache.unomi.services.impl.scope with parameters of type Scope Modifier and Type Method Description voidScopeServiceImpl. save(Scope scope) 
 -