Nuxeo ECM Projects 5.6-RC1

org.nuxeo.apidoc.documentation
Class AssociatedDocumentsImpl

java.lang.Object
  extended by org.nuxeo.apidoc.documentation.AssociatedDocumentsImpl
All Implemented Interfaces:
AssociatedDocuments

public class AssociatedDocumentsImpl
extends Object
implements AssociatedDocuments


Constructor Summary
AssociatedDocumentsImpl(NuxeoArtifact item, CoreSession session)
           
 
Method Summary
 Map<String,String> getCategories()
           
 List<String> getCategoryKeys()
           
 DocumentationItem getDescription(CoreSession session)
           
 Map<String,List<DocumentationItem>> getDocumentationItems(CoreSession session)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociatedDocumentsImpl

public AssociatedDocumentsImpl(NuxeoArtifact item,
                               CoreSession session)
Method Detail

getDocumentationItems

public Map<String,List<DocumentationItem>> getDocumentationItems(CoreSession session)
                                                          throws Exception
Specified by:
getDocumentationItems in interface AssociatedDocuments
Throws:
Exception

getCategories

public Map<String,String> getCategories()
                                 throws Exception
Specified by:
getCategories in interface AssociatedDocuments
Throws:
Exception

getCategoryKeys

public List<String> getCategoryKeys()
                             throws Exception
Specified by:
getCategoryKeys in interface AssociatedDocuments
Throws:
Exception

getDescription

public DocumentationItem getDescription(CoreSession session)
                                 throws Exception
Specified by:
getDescription in interface AssociatedDocuments
Throws:
Exception

Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.