Uses of Interface
de.deepamehta.core.Topic

Packages that use Topic
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.model   
de.deepamehta.core.service   
de.deepamehta.core.service.event   
de.deepamehta.core.util   
de.deepamehta.plugins.accesscontrol   
de.deepamehta.plugins.accesscontrol.service   
de.deepamehta.plugins.boxrenderer.dom   
de.deepamehta.plugins.facets   
de.deepamehta.plugins.facets.service   
de.deepamehta.plugins.files   
de.deepamehta.plugins.files.service   
de.deepamehta.plugins.geomaps   
de.deepamehta.plugins.geomaps.model   
de.deepamehta.plugins.geomaps.service   
de.deepamehta.plugins.time   
de.deepamehta.plugins.time.service   
de.deepamehta.plugins.topicmaps   
de.deepamehta.plugins.topicmaps.model   
de.deepamehta.plugins.topicmaps.service   
de.deepamehta.plugins.typeeditor   
de.deepamehta.plugins.webclient   
de.deepamehta.plugins.webservice   
de.deepamehta.plugins.workspaces   
de.deepamehta.plugins.workspaces.service   
 

Uses of Topic in de.deepamehta.core
 

Subinterfaces of Topic in de.deepamehta.core
 interface AssociationType
           
 interface RelatedTopic
          A Topic-Association pair.
 interface TopicType
          Specification of a topic type -- part of DeepaMehta's type system, like a class.
 interface Type
           
 

Methods in de.deepamehta.core that return Topic
 Topic TopicRole.getTopic()
           
 Topic Association.getTopic(String roleTypeUri)
           
 Topic CompositeValue.getTopic(String childTypeUri)
          Accesses a single-valued child.
 Topic CompositeValue.getTopic(String childTypeUri, Topic defaultTopic)
          Accesses a single-valued child.
 

Methods in de.deepamehta.core that return types with arguments of type Topic
 Iterable<Topic> ViewConfiguration.getConfigTopics()
           
 List<Topic> Association.getTopics(String roleTypeUri)
           
 List<Topic> CompositeValue.getTopics(String childTypeUri)
          Accesses a multiple-valued child.
 List<Topic> CompositeValue.getTopics(String childTypeUri, List<Topic> defaultValue)
          Accesses a multiple-valued child.
 

Methods in de.deepamehta.core with parameters of type Topic
 Topic CompositeValue.getTopic(String childTypeUri, Topic defaultTopic)
          Accesses a single-valued child.
 

Method parameters in de.deepamehta.core with type arguments of type Topic
 List<Topic> CompositeValue.getTopics(String childTypeUri, List<Topic> defaultValue)
          Accesses a multiple-valued child.
 

Uses of Topic in de.deepamehta.core.impl
 

Classes in de.deepamehta.core.impl that implement Topic
(package private)  class AttachedAssociationType
          An association type that is attached to the DeepaMehtaService.
(package private)  class AttachedRelatedTopic
          A Topic-Association pair that is attached to the DeepaMehtaService.
(package private)  class AttachedTopic
          A topic that is attached to the DeepaMehtaService.
(package private)  class AttachedTopicType
          A topic type that is attached to the DeepaMehtaService.
(package private)  class AttachedType
           
 

Fields in de.deepamehta.core.impl declared as Topic
private  Topic PluginImpl.pluginTopic
           
 

Fields in de.deepamehta.core.impl with type parameters of type Topic
private  Map<String,Topic> AttachedViewConfiguration.configTopics
           
private  Iterator<Topic> TopicIterable.topics
           
 

Methods in de.deepamehta.core.impl that return Topic
private  Topic AttachedCompositeValue._getTopic(String childTypeUri)
           
(package private)  Topic ValueStorage.associateReferencedChildTopic(DeepaMehtaObjectModel parent, TopicReferenceModel childTopicRef, AssociationDefinition assocDef, ClientState clientState)
          Creates an association between the given parent object ("Parent" role) and the referenced topic ("Child" role).
private  Topic AttachedCompositeValue.createAttachedObject(TopicModel model)
          Creates an attached topic to be put in this attached object cache.
private  Topic PluginImpl.createPluginTopic()
          Creates a Plugin topic in the DB.
 Topic EmbeddedService.createTopic(TopicModel model, ClientState clientState)
           
 Topic TypeStorageImpl.fetchChildType(Association assoc)
           
 Topic TypeStorageImpl.fetchParentType(Association assoc)
           
private  Topic PluginImpl.fetchPluginTopic()
           
(package private)  Topic PluginImpl.getPluginTopic()
           
 Topic AttachedTopicRole.getTopic()
           
 Topic EmbeddedService.getTopic(long topicId, boolean fetchComposite)
           
 Topic AttachedCompositeValue.getTopic(String childTypeUri)
           
 Topic AttachedAssociation.getTopic(String roleTypeUri)
           
 Topic EmbeddedService.getTopic(String key, SimpleValue value, boolean fetchComposite)
           
 Topic AttachedCompositeValue.getTopic(String childTypeUri, Topic defaultTopic)
           
(package private)  Topic TopicIterator.instantiateObject(TopicModel model)
           
(package private)  Topic EmbeddedService.instantiateTopic(TopicModel model, boolean fetchComposite)
          Attaches this core service to a topic model fetched from storage layer.
private  Topic EmbeddedService.topicFactory(TopicModel model, ClientState clientState, Directives directives)
          Factory method: creates a new topic in the DB according to the given topic model and returns a topic instance.
 

Methods in de.deepamehta.core.impl that return types with arguments of type Topic
private  List<Topic> AttachedCompositeValue._getTopics(String childTypeUri)
           
private  List<Topic> AttachedCompositeValue._getTopics(String childTypeUri, List<Topic> defaultValue)
           
 Iterable<Topic> EmbeddedService.getAllTopics()
           
 Iterable<Topic> AttachedViewConfiguration.getConfigTopics()
           
 List<Topic> AttachedCompositeValue.getTopics(String childTypeUri)
           
 List<Topic> AttachedAssociation.getTopics(String roleTypeUri)
           
 List<Topic> AttachedCompositeValue.getTopics(String childTypeUri, List<Topic> defaultValue)
           
 List<Topic> EmbeddedService.getTopics(String key, SimpleValue value, boolean fetchComposite)
           
 List<Topic> EmbeddedService.getTopicsByProperty(String propUri, Object propValue)
           
 List<Topic> EmbeddedService.getTopicsByPropertyRange(String propUri, Number from, Number to)
           
private  List<Topic> EmbeddedService.instantiateTopics(List<TopicModel> models, boolean fetchComposite)
           
 Iterator<Topic> TopicIterable.iterator()
           
 List<Topic> EmbeddedService.searchTopics(String searchTerm, String fieldUri)
           
 

Methods in de.deepamehta.core.impl with parameters of type Topic
private  void AttachedCompositeValue.add(String childTypeUri, Topic topic)
          Adds a value to a multiple-valued child.
private  void AttachedCompositeValue.addToCompositeValue(Topic childTopic, AssociationDefinition assocDef)
          For multiple-valued childs
private  void TypeStorageImpl.checkAssociationType(String assocTypeUri, Topic typeTopic)
           
private  void TypeStorageImpl.checkTopicType(String topicTypeUri, Topic typeTopic)
           
private  void TypeStorageImpl.deleteSequence(Topic typeTopic)
           
private  List<AssociationDefinitionModel> TypeStorageImpl.fetchAssociationDefinitions(Topic typeTopic)
           
private  Map<Long,AssociationDefinitionModel> TypeStorageImpl.fetchAssociationDefinitionsUnsorted(Topic typeTopic)
           
private  List<RelatedAssociationModel> TypeStorageImpl.fetchSequence(Topic typeTopic)
           
private  ViewConfigurationModel TypeStorageImpl.fetchTypeViewConfig(Topic typeTopic)
           
private  void JerseyResponseFilter.firePreSend(Topic topic, ClientState clientState)
           
 Topic AttachedCompositeValue.getTopic(String childTypeUri, Topic defaultTopic)
           
private  void AttachedCompositeValue.put(String childTypeUri, Topic topic)
          Puts a single-valued child.
private  void ValueStorage.putInCompositeValue(DeepaMehtaObjectModel parent, Topic childTopic, AssociationDefinition assocDef)
          For single-valued childs
private  void AttachedCompositeValue.putInCompositeValue(Topic childTopic, AssociationDefinition assocDef)
          For single-valued childs
private  void AttachedCompositeValue.remove(String childTypeUri, Topic topic)
          Removes a value from a multiple-valued child.
private  void AttachedCompositeValue.removeFromCompositeValue(Topic childTopic, AssociationDefinition assocDef)
          For multiple-valued childs
private  void ValueStorage.replaceReference(TopicModel topicRef, Topic topic)
          Replaces a topic reference with the resolved topic.
 

Method parameters in de.deepamehta.core.impl with type arguments of type Topic
private  List<Topic> AttachedCompositeValue._getTopics(String childTypeUri, List<Topic> defaultValue)
           
private  void AttachedAssociation.filterTopic(Role role, String roleTypeUri, List<Topic> topics)
           
private  void JerseyResponseFilter.firePreSendTopics(Iterable<Topic> topics, ClientState clientState)
           
 List<Topic> AttachedCompositeValue.getTopics(String childTypeUri, List<Topic> defaultValue)
           
 

Uses of Topic in de.deepamehta.core.model
 

Methods in de.deepamehta.core.model with parameters of type Topic
 boolean TopicReferenceModel.isReferingTo(Topic topic)
          Checks weather this reference refers to the given topic.
 

Method parameters in de.deepamehta.core.model with type arguments of type Topic
 boolean TopicReferenceModel.isReferingToAny(List<Topic> topics)
          Checks weather this reference refers to any of the given topics.
 

Uses of Topic in de.deepamehta.core.service
 

Methods in de.deepamehta.core.service that return Topic
 Topic DeepaMehtaService.createTopic(TopicModel model, ClientState clientState)
           
 Topic TypeStorage.fetchChildType(Association assoc)
           
 Topic TypeStorage.fetchParentType(Association assoc)
           
 Topic DeepaMehtaService.getTopic(long id, boolean fetchComposite)
           
 Topic DeepaMehtaService.getTopic(String key, SimpleValue value, boolean fetchComposite)
          Looks up a single topic by exact value.
 

Methods in de.deepamehta.core.service that return types with arguments of type Topic
 Iterable<Topic> DeepaMehtaService.getAllTopics()
           
 List<Topic> DeepaMehtaService.getTopics(String key, SimpleValue value, boolean fetchComposite)
          Looks up topics by key and value.
 List<Topic> DeepaMehtaService.getTopicsByProperty(String propUri, Object propValue)
           
 List<Topic> DeepaMehtaService.getTopicsByPropertyRange(String propUri, Number from, Number to)
           
 List<Topic> DeepaMehtaService.searchTopics(String searchTerm, String fieldUri)
          Performs a fulltext search.
 

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

Methods in de.deepamehta.core.service.event with parameters of type Topic
 void PostCreateTopicListener.postCreateTopic(Topic topic, ClientState clientState, Directives directives)
           
 void PostDeleteTopicListener.postDeleteTopic(Topic topic, Directives directives)
           
 void PostUpdateTopicListener.postUpdateTopic(Topic topic, TopicModel newModel, TopicModel oldModel, ClientState clientState, Directives directives)
           
 void PostUpdateTopicRequestListener.postUpdateTopicRequest(Topic topic)
           
 void PreDeleteTopicListener.preDeleteTopic(Topic topic, Directives directives)
           
 void PreSendTopicListener.preSendTopic(Topic topic, ClientState clientState)
           
 void PreUpdateTopicListener.preUpdateTopic(Topic topic, TopicModel newModel, Directives directives)
           
 

Uses of Topic in de.deepamehta.core.util
 

Method parameters in de.deepamehta.core.util with type arguments of type Topic
static String DeepaMehtaUtils.topicNames(Collection<? extends Topic> topics)
           
 

Uses of Topic in de.deepamehta.plugins.accesscontrol
 

Methods in de.deepamehta.plugins.accesscontrol that return Topic
private  Topic AccessControlPlugin.createUserAccount(Credentials cred)
           
private  Topic AccessControlPlugin.fetchDefaultTopicmap()
           
private  Topic AccessControlPlugin.fetchDefaultUser()
          Fetches the default user ("admin").
private  Topic AccessControlPlugin.fetchUserAccount(Topic username)
          Prerequisite: username is not null.
 Topic AccessControlPlugin.getUsername(String username)
           
private  Topic AccessControlPlugin.getUsernameOrThrow(String username)
           
 

Methods in de.deepamehta.plugins.accesscontrol that return types with arguments of type Topic
 Collection<Topic> AccessControlPlugin.getTopicsByCreator(String username)
           
 Collection<Topic> AccessControlPlugin.getTopicsByOwner(String username)
           
 

Methods in de.deepamehta.plugins.accesscontrol with parameters of type Topic
private  void AccessControlPlugin.assignToDefaultWorkspace(Topic topic, String info)
           
private  Topic AccessControlPlugin.fetchUserAccount(Topic username)
          Prerequisite: username is not null.
private  boolean AccessControlPlugin.isUserAccount(Topic topic)
           
private  void AccessControlPlugin.joinIfWorkspace(Topic topic)
           
 void AccessControlPlugin.joinWorkspace(Topic username, long workspaceId)
           
private  boolean AccessControlPlugin.matches(Topic username, String password)
          Prerequisite: username is not null.
private  String AccessControlPlugin.password(Topic userAccount)
           
 void AccessControlPlugin.postCreateTopic(Topic topic, ClientState clientState, Directives directives)
           
 void AccessControlPlugin.postUpdateTopic(Topic topic, TopicModel newModel, TopicModel oldModel, ClientState clientState, Directives directives)
           
private  void AccessControlPlugin.setupAccessControlForDefaultTopicmap(Topic defaultTopicmap)
           
private  void AccessControlPlugin.setupUserAccountAccessControl(Topic topic)
           
 

Uses of Topic in de.deepamehta.plugins.accesscontrol.service
 

Methods in de.deepamehta.plugins.accesscontrol.service that return Topic
 Topic AccessControlService.getUsername(String username)
          Returns the "Username" topic for the specified username.
 

Methods in de.deepamehta.plugins.accesscontrol.service that return types with arguments of type Topic
 Collection<Topic> AccessControlService.getTopicsByCreator(String username)
           
 Collection<Topic> AccessControlService.getTopicsByOwner(String username)
           
 

Methods in de.deepamehta.plugins.accesscontrol.service with parameters of type Topic
 void AccessControlService.joinWorkspace(Topic username, long workspaceId)
           
 

Uses of Topic in de.deepamehta.plugins.boxrenderer.dom
 

Methods in de.deepamehta.plugins.boxrenderer.dom with parameters of type Topic
private  boolean BoxRendererPlugin._enrichViewProperties(Topic topic, CompositeValueModel viewProps)
           
 void BoxRendererPlugin.enrichViewProperties(Topic topic, CompositeValueModel viewProps)
           
private  void BoxRendererPlugin.storeColor(Topic topic, CompositeValueModel viewProps)
           
private  void BoxRendererPlugin.storeExpanded(Topic topic, CompositeValueModel viewProps)
           
 void BoxRendererPlugin.storeViewProperties(Topic topic, CompositeValueModel viewProps)
           
 

Uses of Topic in de.deepamehta.plugins.facets
 

Methods in de.deepamehta.plugins.facets that return Topic
 Topic FacetsPlugin.getFacet(DeepaMehtaObject object, String facetTypeUri)
           
 Topic FacetsPlugin.getFacet(long topicId, String facetTypeUri)
           
 

Uses of Topic in de.deepamehta.plugins.facets.service
 

Methods in de.deepamehta.plugins.facets.service that return Topic
 Topic FacetsService.getFacet(DeepaMehtaObject object, String facetTypeUri)
          Retrieves a facet.
 Topic FacetsService.getFacet(long topicId, String facetTypeUri)
           
 

Uses of Topic in de.deepamehta.plugins.files
 

Methods in de.deepamehta.plugins.files that return Topic
 Topic FilesPlugin.createChildFileTopic(long folderTopicId, String path, ClientState clientState)
           
 Topic FilesPlugin.createChildFolderTopic(long folderTopicId, String path, ClientState clientState)
           
private  Topic FilesPlugin.createFileTopic(File file, ClientState clientState)
           
 Topic FilesPlugin.createFileTopic(String path, ClientState clientState)
           
private  Topic FilesPlugin.createFolderTopic(File file, ClientState clientState)
           
 Topic FilesPlugin.createFolderTopic(String path, ClientState clientState)
           
private  Topic FilesPlugin.fetchFileTopic(File file)
           
private  Topic FilesPlugin.fetchFolderTopic(File file)
           
 

Uses of Topic in de.deepamehta.plugins.files.service
 

Methods in de.deepamehta.plugins.files.service that return Topic
 Topic FilesService.createChildFileTopic(long folderTopicId, String path, ClientState clientState)
           
 Topic FilesService.createChildFolderTopic(long folderTopicId, String path, ClientState clientState)
           
 Topic FilesService.createFileTopic(String path, ClientState clientState)
          Creates a File topic for a given path.
 Topic FilesService.createFolderTopic(String path, ClientState clientState)
          Creates a Folder topic for a given path.
 

Uses of Topic in de.deepamehta.plugins.geomaps
 

Methods in de.deepamehta.plugins.geomaps that return Topic
 Topic GeomapsPlugin.getGeoTopic(long topicId)
           
 

Methods in de.deepamehta.plugins.geomaps with parameters of type Topic
private  TopicModel GeomapsPlugin.findAddress(Topic topic)
           
private  void GeomapsPlugin.geocodeAndStoreFacet(GeomapsPlugin.Address address, Topic topic, ClientState clientState, Directives directives)
           
 void GeomapsPlugin.postCreateTopic(Topic topic, ClientState clientState, Directives directives)
           
 void GeomapsPlugin.postUpdateTopic(Topic topic, TopicModel newModel, TopicModel oldModel, ClientState clientState, Directives directives)
           
 void GeomapsPlugin.preSendTopic(Topic topic, ClientState clientState)
          Enriches an Address topic with its Geo Coordinate facet.
private  void GeomapsPlugin.storeGeoFacet(Topic address, GeomapsPlugin.LonLat geoCoordinate, ClientState clientState, Directives directives)
          Stores a geo facet for an address topic in the DB.
 

Uses of Topic in de.deepamehta.plugins.geomaps.model
 

Fields in de.deepamehta.plugins.geomaps.model declared as Topic
protected  Topic Geomap.geomapTopic
           
 

Methods in de.deepamehta.plugins.geomaps.model with parameters of type Topic
private static ResultList<RelatedTopic> Geomap.fetchGeomapTopics(Topic geomapTopic, boolean fetchComposite)
           
 

Uses of Topic in de.deepamehta.plugins.geomaps.service
 

Methods in de.deepamehta.plugins.geomaps.service that return Topic
 Topic GeomapsService.getGeoTopic(long topicId)
          Retrieves the domain topic that corresponds to a Geo Coordinate topic.
 

Uses of Topic in de.deepamehta.plugins.time
 

Methods in de.deepamehta.plugins.time that return types with arguments of type Topic
 Collection<Topic> TimePlugin.getTopicsByCreationTime(long from, long to)
           
 Collection<Topic> TimePlugin.getTopicsByModificationTime(long from, long to)
           
 

Methods in de.deepamehta.plugins.time with parameters of type Topic
private  Set<DeepaMehtaObject> TimePlugin.getParents(Topic topic)
          Returns all parent topics/associations of the given topic (recursively).
 void TimePlugin.postCreateTopic(Topic topic, ClientState clientState, Directives directives)
           
 void TimePlugin.postUpdateTopic(Topic topic, TopicModel newModel, TopicModel oldModel, ClientState clientState, Directives directives)
           
 void TimePlugin.postUpdateTopicRequest(Topic topic)
           
 void TimePlugin.preSendTopic(Topic topic, ClientState clientState)
           
private  void TimePlugin.storeParentsTimestamp(Topic topic)
           
 

Uses of Topic in de.deepamehta.plugins.time.service
 

Methods in de.deepamehta.plugins.time.service that return types with arguments of type Topic
 Collection<Topic> TimeService.getTopicsByCreationTime(long from, long to)
           
 Collection<Topic> TimeService.getTopicsByModificationTime(long from, long to)
           
 

Uses of Topic in de.deepamehta.plugins.topicmaps
 

Methods in de.deepamehta.plugins.topicmaps that return Topic
 Topic TopicmapsPlugin.createTopicmap(String name, String topicmapRendererUri, ClientState clientState)
           
 Topic TopicmapsPlugin.createTopicmap(String name, String uri, String topicmapRendererUri, ClientState clientState)
           
 

Methods in de.deepamehta.plugins.topicmaps with parameters of type Topic
 void ViewmodelCustomizer.enrichViewProperties(Topic topic, CompositeValueModel viewProps)
           
private  void TopicmapsPlugin.invokeViewmodelCustomizer(ViewmodelCustomizer customizer, Topic topic, CompositeValueModel viewProps)
           
 void ViewmodelCustomizer.storeViewProperties(Topic topic, CompositeValueModel viewProps)
           
 

Uses of Topic in de.deepamehta.plugins.topicmaps.model
 

Fields in de.deepamehta.plugins.topicmaps.model declared as Topic
private  Topic TopicmapViewmodel.topicmapTopic
           
 

Methods in de.deepamehta.plugins.topicmaps.model with parameters of type Topic
private  void TopicmapViewmodel.invokeViewmodelCustomizer(ViewmodelCustomizer customizer, Topic topic, CompositeValueModel viewProps)
           
private  void TopicmapViewmodel.invokeViewmodelCustomizers(Topic topic, CompositeValueModel viewProps)
           
 

Uses of Topic in de.deepamehta.plugins.topicmaps.service
 

Methods in de.deepamehta.plugins.topicmaps.service that return Topic
 Topic TopicmapsService.createTopicmap(String name, String topicmapRendererUri, ClientState clientState)
           
 Topic TopicmapsService.createTopicmap(String name, String uri, String topicmapRendererUri, ClientState clientState)
           
 

Uses of Topic in de.deepamehta.plugins.typeeditor
 

Methods in de.deepamehta.plugins.typeeditor that return Topic
private  Topic TypeEditorPlugin.fetchChildType(Association assoc)
           
 

Uses of Topic in de.deepamehta.plugins.webclient
 

Methods in de.deepamehta.plugins.webclient that return Topic
private  Topic WebclientPlugin.createSearchTopic(String searchTerm, Collection<? extends Topic> resultItems, ClientState clientState)
          Creates a "Search" topic.
 Topic WebclientPlugin.getTopics(String typeUri, int maxResultSize, ClientState clientState)
          Performs a by-type search and creates a search result topic.
 Topic WebclientPlugin.searchTopics(String searchTerm, String fieldUri, ClientState clientState)
          Performs a fulltext search and creates a search result topic.
 

Methods in de.deepamehta.plugins.webclient that return types with arguments of type Topic
private  Set<Topic> WebclientPlugin.findSearchableUnits(List<? extends Topic> topics)
           
 

Methods in de.deepamehta.plugins.webclient with parameters of type Topic
private  boolean WebclientPlugin.isDirectModelledChildTopic(RelatedTopic childTopic, Topic parentTopic)
           
 void WebclientPlugin.postUpdateTopic(Topic topic, TopicModel newModel, TopicModel oldModel, ClientState clientState, Directives directives)
          Once a view configuration is updated in the DB we must update the cached view configuration model.
 void WebclientPlugin.preUpdateTopic(Topic topic, TopicModel newModel, Directives directives)
           
private  boolean WebclientPlugin.searchableAsUnit(Topic topic)
           
private  void WebclientPlugin.setConfigTopicLabel(Topic viewConfig)
           
private  void WebclientPlugin.updateAssociationType(Topic type, Topic viewConfig, Directives directives)
           
private  void WebclientPlugin.updateTopicType(Topic type, Topic viewConfig, Directives directives)
           
private  void WebclientPlugin.updateType(Topic viewConfig, Directives directives)
           
private  void WebclientPlugin.updateViewConfig(Type type, Topic viewConfig)
           
 

Method parameters in de.deepamehta.plugins.webclient with type arguments of type Topic
private  Topic WebclientPlugin.createSearchTopic(String searchTerm, Collection<? extends Topic> resultItems, ClientState clientState)
          Creates a "Search" topic.
private  Set<Topic> WebclientPlugin.findSearchableUnits(List<? extends Topic> topics)
           
 

Uses of Topic in de.deepamehta.plugins.webservice
 

Methods in de.deepamehta.plugins.webservice that return Topic
 Topic WebservicePlugin.createTopic(TopicModel model, ClientState clientState)
           
 Topic WebservicePlugin.getTopic(long topicId, boolean fetchComposite)
           
 Topic WebservicePlugin.getTopic(String key, SimpleValue value, boolean fetchComposite)
           
 

Methods in de.deepamehta.plugins.webservice that return types with arguments of type Topic
 List<Topic> WebservicePlugin.searchTopics(String searchTerm, String fieldUri)
           
 

Uses of Topic in de.deepamehta.plugins.workspaces
 

Methods in de.deepamehta.plugins.workspaces that return Topic
 Topic WorkspacesPlugin.createWorkspace(String name)
           
 Topic WorkspacesPlugin.createWorkspace(String name, String uri)
           
private  Topic WorkspacesPlugin.fetchDefaultWorkspace()
           
 Topic WorkspacesPlugin.getDefaultWorkspace()
           
 

Methods in de.deepamehta.plugins.workspaces with parameters of type Topic
 boolean WorkspacesPlugin.isAssignedToWorkspace(Topic topic, long workspaceId)
           
 void WorkspacesPlugin.postCreateTopic(Topic topic, ClientState clientState, Directives directives)
          Every created topic is assigned to the current workspace.
 

Uses of Topic in de.deepamehta.plugins.workspaces.service
 

Methods in de.deepamehta.plugins.workspaces.service that return Topic
 Topic WorkspacesService.createWorkspace(String name)
           
 Topic WorkspacesService.createWorkspace(String name, String uri)
           
 Topic WorkspacesService.getDefaultWorkspace()
          Fetches the default workspace ("DeepaMehta").
 

Methods in de.deepamehta.plugins.workspaces.service with parameters of type Topic
 boolean WorkspacesService.isAssignedToWorkspace(Topic topic, long workspaceId)
          Checks weather the specified topic is assigned to the specified workspace
 



Copyright © 2014. All Rights Reserved.