de.deepamehta.plugins.tags.service
Interface TaggingService

Show UML class diagram
All Superinterfaces:
PluginService
All Known Implementing Classes:
TaggingPlugin

public interface TaggingService
extends PluginService

A basic plugin-service for fetching topics in DeepaMehta 4.

Version:
1.3.8 compatible with DeepaMehta 4.4
Author:
Malte Reißig ()

Method Summary
 Topic createTagTopic(String name, String definition)
           
 Topic getTagTopic(String name, boolean caseSensitive)
           
 ResultList<RelatedTopic> getTopicsByTagAndTypeURI(long tagId, String relatedTypeUri)
           
 ResultList<RelatedTopic> getTopicsByTagsAndTypeUri(String tags, String relatedTypeUri)
           
 String getViewTagsModelWithRelatedCount(String relatedTypeUri)
           
 

Method Detail

getTopicsByTagAndTypeURI

ResultList<RelatedTopic> getTopicsByTagAndTypeURI(long tagId,
                                                  String relatedTypeUri)

getTopicsByTagsAndTypeUri

ResultList<RelatedTopic> getTopicsByTagsAndTypeUri(String tags,
                                                   String relatedTypeUri)

getViewTagsModelWithRelatedCount

String getViewTagsModelWithRelatedCount(String relatedTypeUri)

createTagTopic

Topic createTagTopic(String name,
                     String definition)

getTagTopic

Topic getTagTopic(String name,
                  boolean caseSensitive)


Copyright © 2014. All Rights Reserved.