Package org.apache.unomi.api.services
Interface ScopeService
- All Known Implementing Classes:
ScopeServiceImpl
public interface ScopeService
A service to create, update and delete scope.
-
Method Summary
-
Method Details
-
getScopes
Retrieves all known scopes.- Returns:
- the List of known scopes
-
save
Save a scope- Parameters:
scope
- to save
-
delete
Delete a scope- Parameters:
id
- of the scope- Returns:
- true if scope is deleted
-
getScope
Get a scope by its id- Returns:
- Scope matching the id
-