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) |
void |
setLiveDoc(Map<String,ResourceDocumentationItem> liveDoc) |
public AssociatedDocumentsImpl(NuxeoArtifact item, CoreSession session)
public Map<String,List<DocumentationItem>> getDocumentationItems(CoreSession session) throws Exception
getDocumentationItems
in interface AssociatedDocuments
Exception
public Map<String,String> getCategories() throws Exception
getCategories
in interface AssociatedDocuments
Exception
public List<String> getCategoryKeys() throws Exception
getCategoryKeys
in interface AssociatedDocuments
Exception
public DocumentationItem getDescription(CoreSession session) throws Exception
getDescription
in interface AssociatedDocuments
Exception
public void setLiveDoc(Map<String,ResourceDocumentationItem> liveDoc)
Copyright © 2013 Nuxeo SA. All Rights Reserved.