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 Scope
ScopeService. 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 void
ScopeService. 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 Scope
ScopeServiceEndPoint. 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.Response
ScopeServiceEndPoint. 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 Scope
ScopeServiceImpl. 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 void
ScopeServiceImpl. save(Scope scope)
-