mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix for failing testcase DiscussionServiceTest.testDeleteTopLevelPost
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28695 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -38,12 +38,10 @@ public interface CommentService
|
||||
* {@link ForumModel#ASPECT_DISCUSSABLE fm:discussable} aspect.
|
||||
*
|
||||
* @param descendantNodeRef The nodeRef which descends from the f:discussable node.
|
||||
* @param expectedNodeType if not <tt>null</tt>, this is an assertion by calling code that the descendantNodeRef
|
||||
* is of the specified type.
|
||||
* @return the fm:discussable ancestor if there is one, else <tt>null</tt>
|
||||
* @throws AlfrescoRuntimeException if the specified expectedNodeType is not correct.
|
||||
*/
|
||||
NodeRef getDiscussableAncestor(NodeRef descendantNodeRef, QName expectedNodeType);
|
||||
NodeRef getDiscussableAncestor(NodeRef descendantNodeRef);
|
||||
|
||||
/**
|
||||
* This method retrieves the {@link ForumModel#TYPE_TOPIC fm:topic} NodeRef which holds the Share comments for
|
||||
|
Reference in New Issue
Block a user