public class AssociatedDocumentsImpl extends Object implements AssociatedDocuments
| Constructor and Description |
|---|
AssociatedDocumentsImpl(NuxeoArtifact item,
CoreSession session) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getCategories() |
List<String> |
getCategoryKeys() |
DocumentationItem |
getDescription(CoreSession session) |
Map<String,List<DocumentationItem>> |
getDocumentationItems(CoreSession session) |
public AssociatedDocumentsImpl(NuxeoArtifact item, CoreSession session)
public Map<String,List<DocumentationItem>> getDocumentationItems(CoreSession session) throws Exception
getDocumentationItems in interface AssociatedDocumentsExceptionpublic Map<String,String> getCategories() throws Exception
getCategories in interface AssociatedDocumentsExceptionpublic List<String> getCategoryKeys() throws Exception
getCategoryKeys in interface AssociatedDocumentsExceptionpublic DocumentationItem getDescription(CoreSession session) throws Exception
getDescription in interface AssociatedDocumentsExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.