public interface ExtensionPointInfo extends NuxeoArtifact
Modifier and Type | Field and Description |
---|---|
static String |
PROP_DESCRIPTORS
misnamed in schema
|
static String |
PROP_DOC |
static String |
PROP_EP_ID |
static String |
PROP_NAME |
static String |
TYPE_NAME |
Modifier and Type | Method and Description |
---|---|
ComponentInfo |
getComponent() |
String |
getComponentId() |
String[] |
getDescriptors() |
String |
getDocumentation() |
String |
getDocumentationHtml() |
Collection<ExtensionInfo> |
getExtensions() |
String |
getLabel() |
String |
getName() |
getArtifactType, getAssociatedDocuments, getHierarchyPath, getId, getVersion
static final String TYPE_NAME
static final String PROP_NAME
static final String PROP_EP_ID
static final String PROP_DOC
static final String PROP_DESCRIPTORS
ComponentInfo getComponent()
String getComponentId()
String getName()
String[] getDescriptors()
Collection<ExtensionInfo> getExtensions()
String getDocumentation()
String getDocumentationHtml()
String getLabel()
Copyright © 2011 Nuxeo SA. All Rights Reserved.