Uses of Interface
org.apache.unomi.api.services.ScopeService
-
Packages that use ScopeService Package Description org.apache.unomi.rest.endpoints org.apache.unomi.schema.impl org.apache.unomi.schema.keyword org.apache.unomi.services.impl.scope -
-
Uses of ScopeService in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type ScopeService Modifier and Type Method Description void
ScopeServiceEndPoint. setScopeService(ScopeService scopeService)
-
Uses of ScopeService in org.apache.unomi.schema.impl
Methods in org.apache.unomi.schema.impl with parameters of type ScopeService Modifier and Type Method Description void
SchemaServiceImpl. setScopeService(ScopeService scopeService)
-
Uses of ScopeService in org.apache.unomi.schema.keyword
Constructors in org.apache.unomi.schema.keyword with parameters of type ScopeService Constructor Description ScopeKeyword(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 Modifier and Type Class Description class
ScopeServiceImpl
-