public interface CommentService
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.cmr.repository.NodeRef |
getDiscussableAncestor(org.alfresco.service.cmr.repository.NodeRef descendantNodeRef)
Thi method retrieves the ancestor in the repository containment hierarchy having the
fm:discussable aspect. |
org.alfresco.service.cmr.repository.NodeRef |
getShareCommentsTopic(org.alfresco.service.cmr.repository.NodeRef discussableNode)
This method retrieves the
fm:topic NodeRef which holds the Share comments for
the specified fm:discussable node. |
org.alfresco.service.cmr.repository.NodeRef getDiscussableAncestor(org.alfresco.service.cmr.repository.NodeRef descendantNodeRef)
fm:discussable aspect.descendantNodeRef - The nodeRef which descends from the f:discussable node.org.alfresco.error.AlfrescoRuntimeException - if the specified expectedNodeType is not correct.org.alfresco.service.cmr.repository.NodeRef getShareCommentsTopic(org.alfresco.service.cmr.repository.NodeRef discussableNode)
fm:topic NodeRef which holds the Share comments for
the specified fm:discussable node.discussableNode - the node whose Share comments are sought.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.