Uses of Interface
org.apache.unomi.api.services.ScopeService
Packages that use ScopeService
Package
Description
-
Uses of ScopeService in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type ScopeServiceModifier and TypeMethodDescriptionvoid
ScopeServiceEndPoint.setScopeService
(ScopeService scopeService) -
Uses of ScopeService in org.apache.unomi.schema.impl
Methods in org.apache.unomi.schema.impl with parameters of type ScopeServiceModifier and TypeMethodDescriptionvoid
SchemaServiceImpl.setScopeService
(ScopeService scopeService) -
Uses of ScopeService in org.apache.unomi.schema.keyword
Constructors in org.apache.unomi.schema.keyword with parameters of type ScopeServiceModifierConstructorDescriptionScopeKeyword
(ScopeService scopeService) ScopeValidator
(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, com.networknt.schema.JsonSchema parentSchema, com.networknt.schema.ValidationContext validationContext, ScopeService scopeService) -
Uses of ScopeService in org.apache.unomi.services.impl.scope
Classes in org.apache.unomi.services.impl.scope that implement ScopeService