public class AssociatedDocumentsImpl extends Object implements AssociatedDocuments
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected NuxeoArtifact |
item |
protected Map<String,ResourceDocumentationItem> |
liveDoc |
protected org.apache.commons.logging.Log |
log |
protected CoreSession |
session |
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) |
protected final NuxeoArtifact item
protected final CoreSession session
protected Map<String,ResourceDocumentationItem> liveDoc
protected final org.apache.commons.logging.Log log
public AssociatedDocumentsImpl(NuxeoArtifact item, CoreSession session)
public Map<String,List<DocumentationItem>> getDocumentationItems(CoreSession session)
getDocumentationItems
in interface AssociatedDocuments
public Map<String,String> getCategories()
getCategories
in interface AssociatedDocuments
public List<String> getCategoryKeys()
getCategoryKeys
in interface AssociatedDocuments
public DocumentationItem getDescription(CoreSession session)
getDescription
in interface AssociatedDocuments
public void setLiveDoc(Map<String,ResourceDocumentationItem> liveDoc)
Copyright © 2016 Nuxeo SA. All rights reserved.