public class SimpleDocumentationItem extends AbstractDocumentationItem implements DocumentationItem
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
applicableVersion |
protected boolean |
approved |
protected Map<String,String> |
attachments |
protected String |
content |
protected String |
id |
protected String |
renderingType |
protected String |
target |
protected String |
targetType |
protected String |
title |
protected String |
type |
protected String |
uuid |
logPROP_APPLICABLE_VERSIONS, PROP_DOCUMENTATION_ID, PROP_NUXEO_APPROVED, PROP_RENDERING_TYPE, PROP_TARGET, PROP_TARGET_TYPE, PROP_TYPE, TYPE_NAME| Constructor and Description |
|---|
SimpleDocumentationItem() |
SimpleDocumentationItem(NuxeoArtifact nxItem) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getApplicableVersion() |
Map<String,String> |
getAttachments() |
String |
getContent() |
String |
getEditId() |
String |
getId() |
String |
getRenderingType() |
String |
getTarget() |
String |
getTargetType() |
String |
getTitle() |
String |
getType() |
String |
getTypeLabel() |
String |
getUUID() |
boolean |
isApproved() |
boolean |
isPlaceHolder() |
boolean |
isReadOnly() |
compareToclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareToprotected String content
protected String id
protected String renderingType
protected String target
protected String targetType
protected String title
protected String type
protected String uuid
protected boolean approved
public SimpleDocumentationItem()
public SimpleDocumentationItem(NuxeoArtifact nxItem)
public List<String> getApplicableVersion()
getApplicableVersion in interface DocumentationItempublic String getContent()
getContent in interface DocumentationItempublic String getId()
getId in interface DocumentationItempublic String getRenderingType()
getRenderingType in interface DocumentationItempublic String getTarget()
getTarget in interface DocumentationItempublic String getTargetType()
getTargetType in interface DocumentationItempublic String getTitle()
getTitle in interface DocumentationItempublic String getType()
getType in interface DocumentationItempublic String getTypeLabel()
getTypeLabel in interface DocumentationItemgetTypeLabel in class AbstractDocumentationItempublic String getUUID()
getUUID in interface DocumentationItempublic boolean isApproved()
isApproved in interface DocumentationItempublic Map<String,String> getAttachments()
getAttachments in interface DocumentationItempublic boolean isPlaceHolder()
isPlaceHolder in interface DocumentationItempublic String getEditId()
getEditId in interface DocumentationItempublic boolean isReadOnly()
isReadOnly in interface DocumentationItemCopyright © 2020 Nuxeo SA. All rights reserved.