Uses of Interface
de.deepamehta.core.TopicType

Packages that use TopicType
de.deepamehta.core.impl   
de.deepamehta.core.service   
de.deepamehta.core.service.event   
de.deepamehta.plugins.accesscontrol   
de.deepamehta.plugins.webclient   
de.deepamehta.plugins.webservice   
de.deepamehta.plugins.workspaces   
 

Uses of TopicType in de.deepamehta.core.impl
 

Classes in de.deepamehta.core.impl that implement TopicType
(package private)  class AttachedTopicType
          A topic type that is attached to the DeepaMehtaService.
 

Fields in de.deepamehta.core.impl with type parameters of type TopicType
private  Map<String,TopicType> TypeCache.topicTypes
           
 

Methods in de.deepamehta.core.impl that return TopicType
 TopicType EmbeddedService.createTopicType(TopicTypeModel model, ClientState clientState)
           
(package private)  TopicType AttachedTopic.getTopicType()
          Convenience method.
 TopicType EmbeddedService.getTopicType(String uri)
           
(package private)  TopicType TypeCache.getTopicType(String topicTypeUri)
           
private  TopicType TypeCache.loadTopicType(String topicTypeUri)
           
private  TopicType EmbeddedService.topicTypeFactory(TopicTypeModel model)
          Factory method: creates a new topic type in the DB according to the given topic type model and returns a topic type instance.
 

Methods in de.deepamehta.core.impl that return types with arguments of type TopicType
 List<TopicType> EmbeddedService.getAllTopicTypes()
           
 

Methods in de.deepamehta.core.impl with parameters of type TopicType
private  void JerseyResponseFilter.firePreSend(TopicType topicType, ClientState clientState)
           
(package private)  void TypeCache.putTopicType(TopicType topicType)
           
 

Method parameters in de.deepamehta.core.impl with type arguments of type TopicType
private  void JerseyResponseFilter.firePreSendTopicTypes(Iterable<TopicType> topicTypes, ClientState clientState)
           
 

Uses of TopicType in de.deepamehta.core.service
 

Methods in de.deepamehta.core.service that return TopicType
 TopicType DeepaMehtaService.createTopicType(TopicTypeModel model, ClientState clientState)
           
 TopicType DeepaMehtaService.getTopicType(String topicTypeUri)
           
 

Methods in de.deepamehta.core.service that return types with arguments of type TopicType
 List<TopicType> DeepaMehtaService.getAllTopicTypes()
           
 

Uses of TopicType in de.deepamehta.core.service.event
 

Methods in de.deepamehta.core.service.event with parameters of type TopicType
 void IntroduceTopicTypeListener.introduceTopicType(TopicType topicType, ClientState clientState)
           
 void PreSendTopicTypeListener.preSendTopicType(TopicType topicType, ClientState clientState)
           
 

Uses of TopicType in de.deepamehta.plugins.accesscontrol
 

Methods in de.deepamehta.plugins.accesscontrol with parameters of type TopicType
 void AccessControlPlugin.introduceTopicType(TopicType topicType, ClientState clientState)
           
 void AccessControlPlugin.preSendTopicType(TopicType topicType, ClientState clientState)
           
 

Uses of TopicType in de.deepamehta.plugins.webclient
 

Methods in de.deepamehta.plugins.webclient with parameters of type TopicType
private  Object WebclientPlugin.getViewConfig(TopicType topicType, String setting)
          Read out a view configuration setting.
 void WebclientPlugin.introduceTopicType(TopicType topicType, ClientState clientState)
           
 

Uses of TopicType in de.deepamehta.plugins.webservice
 

Methods in de.deepamehta.plugins.webservice that return TopicType
 TopicType WebservicePlugin.createTopicType(TopicTypeModel topicTypeModel, ClientState clientState)
           
 TopicType WebservicePlugin.getTopicType(String uri)
           
 

Methods in de.deepamehta.plugins.webservice that return types with arguments of type TopicType
 List<TopicType> WebservicePlugin.getAllTopicTypes()
           
 

Uses of TopicType in de.deepamehta.plugins.workspaces
 

Methods in de.deepamehta.plugins.workspaces with parameters of type TopicType
 void WorkspacesPlugin.introduceTopicType(TopicType topicType, ClientState clientState)
           
 



Copyright © 2014. All Rights Reserved.