ALF-9153 Convert the discussions single post update webscript to de-lucened java backed

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29772 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2011-08-15 16:03:41 +00:00
parent 2e1ace4604
commit f7e691b593
4 changed files with 47 additions and 5 deletions

View File

@@ -90,9 +90,8 @@ public interface PostInfo extends Serializable, PermissionCheckValue {
*/
Date getModifiedAt();
// /**
// * @return the Tags associated with the post
// * TODO Are posts ever tagged, or only ever topics?
// */
// List<String> getTags();
/**
* @return the updated-at date and time
*/
Date getUpdatedAt();
}