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.migrations   
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.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 ChildTopics.getTopic(String childTypeUri)
          Accesses a single-valued child.
 Topic Association.getTopicByType(String topicTypeUri)
           
 Topic Topic.loadChildTopics()
           
 Topic Topic.loadChildTopics(String childTypeUri)
           
 

Methods in de.deepamehta.core that return types with arguments of type Topic
 Iterable<Topic> ViewConfiguration.getConfigTopics()
           
 List<Topic> ChildTopics.getTopics(String childTypeUri)
          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 AttachedChildTopics._getTopic(String childTypeUri)
           
private  Topic ValueStorage.associateReferencedChildTopic(DeepaMehtaObjectModel parent, TopicReferenceModel childTopicRef, AssociationDefinition assocDef)
          Creates an association between the given parent object ("Parent" role) and the referenced topic ("Child" role).
private  Topic AttachedChildTopics.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.createRoleType(TopicModel model)
           
 Topic EmbeddedService.createTopic(TopicModel model)
           
private  Topic EmbeddedService.createTopic(TopicModel model, String uriPrefix)
           
 Topic TypeStorageImpl.fetchChildType(Association assoc)
           
 Topic TypeStorageImpl.fetchParentType(Association assoc)
           
private  Topic PluginImpl.fetchPluginTopic()
           
private  Topic AttachedAssociation.filterTopic(DeepaMehtaObject object, String topicTypeUri)
           
private  Topic AttachedAssociation.filterTopic(Role role, String roleTypeUri)
           
(package private)  Topic PluginImpl.getPluginTopic()
           
 Topic AttachedTopicRole.getTopic()
           
 Topic EmbeddedService.getTopic(long topicId)
           
 Topic AttachedChildTopics.getTopic(String childTypeUri)
           
 Topic AttachedAssociation.getTopic(String roleTypeUri)
           
 Topic EmbeddedService.getTopic(String key, SimpleValue value)
           
 Topic AttachedAssociation.getTopicByType(String topicTypeUri)
           
(package private)  Topic TopicIterator.instantiateObject(TopicModel model)
           
(package private)  Topic EmbeddedService.instantiateTopic(TopicModel model)
          Attaches this core service to a topic model fetched from storage layer.
 Topic AttachedTopic.loadChildTopics()
           
 Topic AttachedTopic.loadChildTopics(String childTypeUri)
           
private  Topic EmbeddedService.topicFactory(TopicModel model, String uriPrefix)
          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> AttachedChildTopics._getTopics(String childTypeUri)
           
private  List<Topic> AttachedChildTopics._getTopics(String childTypeUri, List<Topic> defaultValue)
           
 Iterable<Topic> EmbeddedService.getAllTopics()
           
 Iterable<Topic> AttachedViewConfiguration.getConfigTopics()
           
 List<Topic> AttachedChildTopics.getTopics(String childTypeUri)
           
 List<Topic> EmbeddedService.getTopics(String key, SimpleValue value)
           
 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)
           
 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 AttachedChildTopics.add(String childTypeUri, Topic topic)
          Adds a value to a multiple-valued child.
private  void AttachedChildTopics.addToChildTopics(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  RelatedTopic AttachedChildTopics.createRelatedTopic(Topic topic, Association assoc)
           
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)
           
private  void AttachedChildTopics.put(String childTypeUri, Topic topic)
          Puts a single-valued child.
private  void ValueStorage.putInChildTopics(DeepaMehtaObjectModel parent, Topic childTopic, AssociationDefinition assocDef)
          For single-valued childs
private  void AttachedChildTopics.putInChildTopics(Topic childTopic, AssociationDefinition assocDef)
          For single-valued childs
private  void AttachedChildTopics.remove(String childTypeUri, Topic topic)
          Removes a value from a multiple-valued child.
private  void AttachedChildTopics.removeFromChildTopics(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> AttachedChildTopics._getTopics(String childTypeUri, List<Topic> defaultValue)
           
private  void JerseyResponseFilter.firePreSendTopics(Iterable<Topic> topics)
           
 

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.createRoleType(TopicModel model)
           
 Topic DeepaMehtaService.createTopic(TopicModel model)
           
 Topic TypeStorage.fetchChildType(Association assoc)
           
 Topic TypeStorage.fetchParentType(Association assoc)
           
 Topic DeepaMehtaService.getTopic(long topicId)
           
 Topic DeepaMehtaService.getTopic(String key, SimpleValue value)
          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)
          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)
           
 void PostDeleteTopicListener.postDeleteTopic(Topic topic)
           
 void PostUpdateTopicListener.postUpdateTopic(Topic topic, TopicModel newModel, TopicModel oldModel)
           
 void PostUpdateTopicRequestListener.postUpdateTopicRequest(Topic topic)
           
 void PreDeleteTopicListener.preDeleteTopic(Topic topic)
           
 void PreSendTopicListener.preSendTopic(Topic topic)
           
 void PreUpdateTopicListener.preUpdateTopic(Topic topic, TopicModel newModel)
           
 

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(Iterable<? extends Topic> topics)
           
static List<TopicModel> DeepaMehtaUtils.toTopicModels(Iterable<? extends Topic> topics)
           
 

Uses of Topic in de.deepamehta.plugins.accesscontrol
 

Methods in de.deepamehta.plugins.accesscontrol that return Topic
 Topic AccessControlPlugin.createUserAccount(Credentials cred)
           
private  Topic AccessControlPlugin.getPasswordTopic(Topic userAccount)
           
 Topic AccessControlPlugin.getPrivateWorkspace()
           
private  Topic AccessControlPlugin.getUserAccount(Topic usernameTopic)
           
 Topic AccessControlPlugin.getUsernameTopic(String username)
           
private  Topic AccessControlPlugin.getUsernameTopicOrThrow(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.assignSearchTopic(Topic searchTopic)
           
private  Topic AccessControlPlugin.getPasswordTopic(Topic userAccount)
           
private  Topic AccessControlPlugin.getUserAccount(Topic usernameTopic)
           
 void AccessControlPlugin.postCreateTopic(Topic topic)
           
 void AccessControlPlugin.postUpdateTopic(Topic topic, TopicModel newModel, TopicModel oldModel)
           
private  void AccessControlPlugin.setWorkspaceOwner(Topic workspace)
           
 void AccessControlPlugin.setWorkspaceOwner(Topic workspace, String username)
           
 

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

Methods in de.deepamehta.plugins.accesscontrol.migrations with parameters of type Topic
private  void Migration8.createMemberships(Topic usernameTopic)
           
 

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

Methods in de.deepamehta.plugins.accesscontrol.service that return Topic
 Topic AccessControlService.createUserAccount(Credentials cred)
           
 Topic AccessControlService.getPrivateWorkspace()
          Returns the private workspace of the logged in user.
 Topic AccessControlService.getUsernameTopic(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.setWorkspaceOwner(Topic workspace, String username)
          Sets the owner of a workspace.
 

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, ChildTopicsModel viewProps)
           
 void BoxRendererPlugin.enrichViewProperties(Topic topic, ChildTopicsModel viewProps)
           
private  void BoxRendererPlugin.storeColor(Topic topic, ChildTopicsModel viewProps)
           
private  void BoxRendererPlugin.storeExpanded(Topic topic, ChildTopicsModel viewProps)
           
 void BoxRendererPlugin.storeViewProperties(Topic topic, ChildTopicsModel 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)
           
 Topic FacetsPlugin.getFacettedTopic(long topicId, List<String> facetTypeUris)
           
 

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 value.
 Topic FacetsService.getFacet(long topicId, String facetTypeUri)
           
 Topic FacetsService.getFacettedTopic(long topicId, List<String> facetTypeUris)
           
 

Uses of Topic in de.deepamehta.plugins.files
 

Methods in de.deepamehta.plugins.files that return Topic
 Topic FilesPlugin.createChildFileTopic(long folderTopicId, String path)
           
 Topic FilesPlugin.createChildFolderTopic(long folderTopicId, String path)
           
 Topic FilesPlugin.createFile(InputStream in, String path)
           
private  Topic FilesPlugin.createFileTopic(File file)
           
 Topic FilesPlugin.createFileTopic(String path)
           
private  Topic FilesPlugin.createFolderTopic(File file)
           
 Topic FilesPlugin.createFolderTopic(String path)
           
private  Topic FilesPlugin.fetchFileTopic(File file)
          Fetches the File topic representing the file at a given absolute path.
private  Topic FilesPlugin.fetchFolderTopic(File file)
          Fetches the Folder topic representing the folder at a given absolute path.
private  Topic FilesPlugin.fetchTopic(File file, String parentTypeUri)
           
 

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)
           
 Topic FilesService.createChildFolderTopic(long folderTopicId, String path)
           
 Topic FilesService.createFile(InputStream in, String path)
          Creates a file in the file repository, and creates a corresponding File topic.
 Topic FilesService.createFileTopic(String path)
          Creates and returns a File topic representing the file at a given repository path.
 Topic FilesService.createFolderTopic(String path)
          Creates and returns a Folder topic representing the folder at a given repository path.
 

Uses of Topic in de.deepamehta.plugins.geomaps
 

Methods in de.deepamehta.plugins.geomaps that return Topic
private  Topic GeomapsPlugin.findAddress(Topic topic)
           
private  Topic GeomapsPlugin.findChildTopic(Topic topic, String topicTypeUri)
          Searches a topic's composite value for a topic of a given type.
 Topic GeomapsPlugin.getDomainTopic(long geoCoordId)
           
private  Topic GeomapsPlugin.getGeoCoordinateTopic(Topic geoTopic)
          Returns the Geo Coordinate topic (including its child topics) of a geo-facetted topic (e.g.
 

Methods in de.deepamehta.plugins.geomaps with parameters of type Topic
private  Topic GeomapsPlugin.findAddress(Topic topic)
           
private  Topic GeomapsPlugin.findChildTopic(Topic topic, String topicTypeUri)
          Searches a topic's composite value for a topic of a given type.
private  void GeomapsPlugin.geocodeAndStoreFacet(GeomapsPlugin.Address address, Topic topic)
          Geocodes the given address and stores the resulting coordinate as a facet value of the given Address topic.
 GeoCoordinate GeomapsPlugin.geoCoordinate(Topic geoCoordTopic)
           
 GeoCoordinate GeomapsPlugin.getGeoCoordinate(Topic geoTopic)
           
private  Topic GeomapsPlugin.getGeoCoordinateTopic(Topic geoTopic)
          Returns the Geo Coordinate topic (including its child topics) of a geo-facetted topic (e.g.
 void GeomapsPlugin.postCreateTopic(Topic topic)
           
 void GeomapsPlugin.postUpdateTopic(Topic topic, TopicModel newModel, TopicModel oldModel)
           
 void GeomapsPlugin.preSendTopic(Topic topic)
          Enriches an Address topic with its geo coordinate.
private  void GeomapsPlugin.storeGeoCoordinate(Topic address, GeoCoordinate geoCoord)
          Stores a geo coordinate 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  ResultList<RelatedTopic> Geomap.fetchGeoCoordinates(Topic geomapTopic)
           
 

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

Methods in de.deepamehta.plugins.geomaps.service that return Topic
 Topic GeomapsService.getDomainTopic(long geoCoordId)
          Finds the domain topic that corresponds to a Geo Coordinate topic.
 

Methods in de.deepamehta.plugins.geomaps.service with parameters of type Topic
 GeoCoordinate GeomapsService.geoCoordinate(Topic geoCoordTopic)
          Returns the geo coordinate encoded in a Geo Coordinate topic.
 GeoCoordinate GeomapsService.getGeoCoordinate(Topic geoTopic)
          Returns the geo coordinate of a geo-facetted topic (e.g.
 

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)
           
 void TimePlugin.postUpdateTopic(Topic topic, TopicModel newModel, TopicModel oldModel)
           
 void TimePlugin.postUpdateTopicRequest(Topic topic)
           
 void TimePlugin.preSendTopic(Topic topic)
           
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)
           
 

Methods in de.deepamehta.plugins.topicmaps with parameters of type Topic
 void ViewmodelCustomizer.enrichViewProperties(Topic topic, ChildTopicsModel viewProps)
           
private  Map<Long,AssociationViewmodel> TopicmapsPlugin.fetchAssociations(Topic topicmapTopic)
           
private  Map<Long,TopicViewmodel> TopicmapsPlugin.fetchTopics(Topic topicmapTopic, boolean includeChilds)
           
private  void TopicmapsPlugin.invokeViewmodelCustomizer(ViewmodelCustomizer customizer, String method, Topic topic, ChildTopicsModel viewProps)
           
private  void TopicmapsPlugin.invokeViewmodelCustomizers(String method, Topic topic, ChildTopicsModel viewProps)
           
 void ViewmodelCustomizer.storeViewProperties(Topic topic, ChildTopicsModel 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)
           
 

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)
          Creates a "Search" topic.
 Topic WebclientPlugin.getTopics(String typeUri)
          Performs a by-type search and creates a search result topic.
 Topic WebclientPlugin.searchTopics(String searchTerm, String fieldUri)
          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)
          Once a view configuration is updated in the DB we must update the cached view configuration model.
 void WebclientPlugin.preUpdateTopic(Topic topic, TopicModel newModel)
           
private  boolean WebclientPlugin.searchableAsUnit(Topic topic)
           
private  void WebclientPlugin.setConfigTopicLabel(Topic viewConfig)
           
private  void WebclientPlugin.updateAssociationType(Topic type, Topic viewConfig)
           
private  void WebclientPlugin.updateTopicType(Topic type, Topic viewConfig)
           
private  void WebclientPlugin.updateType(Topic viewConfig)
           
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)
          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.createRoleType(TopicModel model)
           
 Topic WebservicePlugin.createTopic(TopicModel model)
           
 Topic WebservicePlugin.getTopic(long topicId)
           
 Topic WebservicePlugin.getTopic(String key, SimpleValue value)
           
 

Methods in de.deepamehta.plugins.webservice that return types with arguments of type Topic
 List<Topic> WebservicePlugin.getTopics(String key, SimpleValue value)
           
 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, String uri, SharingMode sharingMode)
           
 Topic WorkspacesPlugin.getAssignedWorkspace(long objectId)
           
private  Topic WorkspacesPlugin.getDeepaMehtaWorkspace()
           
 Topic WorkspacesPlugin.getWorkspace(String uri)
           
 

Methods in de.deepamehta.plugins.workspaces with parameters of type Topic
private  boolean WorkspacesPlugin.isWorkspaceDescription(Topic topic)
           
 void WorkspacesPlugin.postCreateTopic(Topic topic)
          Assigns every created topic to the current workspace.
 

Method parameters in de.deepamehta.plugins.workspaces with type arguments of type Topic
private  void WorkspacesPlugin.applyWorkspaceFilter(Iterator<? extends Topic> topics, long workspaceId)
           
 

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

Methods in de.deepamehta.plugins.workspaces.service that return Topic
 Topic WorkspacesService.createWorkspace(String name, String uri, SharingMode sharingMode)
           
 Topic WorkspacesService.getAssignedWorkspace(long objectId)
          Returns the workspace a topic or association is assigned to.
 Topic WorkspacesService.getWorkspace(String uri)
          Returns a workspace by URI.
 



Copyright © 2015. All Rights Reserved.