public class ExtensionInfoDocAdapter extends BaseNuxeoArtifactDocAdapter implements ExtensionInfo
doc, localCoreSession, log
associatedDocuments
PROP_CONTRIB_ID, PROP_DOC, PROP_EXTENSION_POINT, PROP_TARGET_COMPONENT_NAME, TYPE_NAME
Constructor and Description |
---|
ExtensionInfoDocAdapter(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
static ExtensionInfoDocAdapter |
create(ExtensionInfo xi,
CoreSession session,
String containerPath) |
String |
getArtifactType() |
ComponentInfo |
getComponent() |
List<ContributionItem> |
getContributionItems() |
String |
getDocumentation() |
String |
getDocumentationHtml() |
String |
getExtensionPoint() |
String |
getHierarchyPath() |
String |
getId() |
ComponentName |
getTargetComponentName() |
String |
getVersion() |
String |
getXml() |
computeDocumentName, getCoreSession, getDoc, getParentNuxeoArtifact, getRootPath, hashCode, releaseLocalCoreSession, safeGet, safeGet, safeGet, setLocalCoreSession
getAssociatedDocuments
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAssociatedDocuments
public ExtensionInfoDocAdapter(DocumentModel doc)
public static ExtensionInfoDocAdapter create(ExtensionInfo xi, CoreSession session, String containerPath)
public String getDocumentation()
getDocumentation
in interface ExtensionInfo
public String getDocumentationHtml()
getDocumentationHtml
in interface ExtensionInfo
public String getExtensionPoint()
getExtensionPoint
in interface ExtensionInfo
public String getId()
getId
in interface NuxeoArtifact
getId
in class BaseNuxeoArtifact
public ComponentName getTargetComponentName()
getTargetComponentName
in interface ExtensionInfo
public String getXml()
getXml
in interface ExtensionInfo
public String getVersion()
getVersion
in interface NuxeoArtifact
public String getArtifactType()
getArtifactType
in interface NuxeoArtifact
public String getHierarchyPath()
getHierarchyPath
in interface NuxeoArtifact
getHierarchyPath
in class BaseNuxeoArtifactDocAdapter
public List<ContributionItem> getContributionItems()
getContributionItems
in interface ExtensionInfo
public ComponentInfo getComponent()
getComponent
in interface ExtensionInfo
Copyright © 2018 Nuxeo. All rights reserved.