mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user