|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommentService
This is a starting point for a future service for handling Share comments.
This class may change in the future as requirements become clearer.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||