public class BundleInfoDocAdapter extends BaseNuxeoArtifactDocAdapter implements BundleInfo
doc, localCoreSession, log
associatedDocuments
PROP_ARTIFACT_GROUP_ID, PROP_ARTIFACT_ID, PROP_ARTIFACT_VERSION, PROP_BUNDLE_ID, PROP_JAR_NAME, TYPE_NAME
Constructor and Description |
---|
BundleInfoDocAdapter(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
static BundleInfoDocAdapter |
create(BundleInfo bundleInfo,
CoreSession session,
String containerPath) |
String |
getArtifactId() |
String |
getArtifactType() |
String |
getArtifactVersion() |
String |
getBundleId() |
Collection<ComponentInfo> |
getComponents() |
String |
getFileName() |
String |
getGroupId() |
String |
getId() |
Map<String,ResourceDocumentationItem> |
getLiveDoc() |
String |
getLocation() |
String |
getManifest() |
Map<String,ResourceDocumentationItem> |
getParentLiveDoc() |
String[] |
getRequirements() |
String |
getVersion() |
computeDocumentName, getCoreSession, getDoc, getHierarchyPath, getParentNuxeoArtifact, getRootPath, hashCode, releaseLocalCoreSession, safeGet, safeGet, safeGet, setLocalCoreSession
getAssociatedDocuments
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAssociatedDocuments, getHierarchyPath
public BundleInfoDocAdapter(DocumentModel doc)
public static BundleInfoDocAdapter create(BundleInfo bundleInfo, CoreSession session, String containerPath)
public String getArtifactId()
getArtifactId
in interface BundleInfo
public String getBundleId()
getBundleId
in interface BundleInfo
public Collection<ComponentInfo> getComponents()
getComponents
in interface BundleInfo
public String getFileName()
getFileName
in interface BundleInfo
public String getGroupId()
getGroupId
in interface BundleInfo
public String getLocation()
getLocation
in interface BundleInfo
public String getManifest()
getManifest
in interface BundleInfo
public String[] getRequirements()
getRequirements
in interface BundleInfo
public String getArtifactVersion()
getArtifactVersion
in interface BundleInfo
public String getId()
getId
in interface NuxeoArtifact
getId
in class BaseNuxeoArtifact
public String getVersion()
getVersion
in interface NuxeoArtifact
public String getArtifactType()
getArtifactType
in interface NuxeoArtifact
public Map<String,ResourceDocumentationItem> getLiveDoc()
getLiveDoc
in interface BundleInfo
public Map<String,ResourceDocumentationItem> getParentLiveDoc()
getParentLiveDoc
in interface BundleInfo
Copyright © 2016 Nuxeo SA. All rights reserved.