Class ScopedController
- java.lang.Object
-
- net.ontopia.topicmaps.rest.controller.AbstractController
-
- net.ontopia.topicmaps.rest.v1.scoped.ScopedController
-
public class ScopedController extends AbstractController
-
-
Field Summary
-
Fields inherited from class net.ontopia.topicmaps.rest.controller.AbstractController
ontopia
-
-
Constructor Summary
Constructors Constructor Description ScopedController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(ScopedIF scoped, Topic scope)
protected void
init()
void
remove(ScopedIF scoped, Topic scope)
Collection<TopicIF>
resolve(TopicMapIF tm, Collection<Topic> scope)
void
setScope(ScopedIF scoped, Collection<Topic> scope)
-
Methods inherited from class net.ontopia.topicmaps.rest.controller.AbstractController
getController, getOntopia, requireNotNull, setOntopia
-
-
-
-
Method Detail
-
init
protected void init()
- Specified by:
init
in classAbstractController
-
setScope
public void setScope(ScopedIF scoped, Collection<Topic> scope)
-
resolve
public Collection<TopicIF> resolve(TopicMapIF tm, Collection<Topic> scope)
-
-