Discussion forum summary dashlet

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@41057 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jamie Allison
2012-08-30 14:12:27 +00:00
parent f50f6cdfb6
commit bc839bdcdc
3 changed files with 45 additions and 0 deletions

View File

@@ -87,4 +87,9 @@ public interface TopicInfo extends Serializable, PermissionCheckValue
* @return the Tags associated with the topic
*/
List<String> getTags();
/**
* @return the site this topic is associated with
*/
String getShortSiteName();
}