public class BundleInfoDocAdapter extends BaseNuxeoArtifactDocAdapter implements BundleInfo
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 |
getArtifactGroupId() |
String |
getArtifactId() |
String |
getArtifactType() |
String |
getArtifactVersion() |
String |
getBundleId() |
Collection<ComponentInfo> |
getComponents() |
String |
getFileName() |
String |
getId() |
String |
getLocation() |
String |
getManifest() |
String[] |
getRequirements() |
String |
getVersion() |
getDoc, getHierarchyPath, hashCode, releaseLocalCoreSession, setLocalCoreSessiongetAssociatedDocumentsequals, getClass, notify, notifyAll, toString, wait, wait, waitgetAssociatedDocuments, getHierarchyPathpublic BundleInfoDocAdapter(DocumentModel doc)
public static BundleInfoDocAdapter create(BundleInfo bundleInfo, CoreSession session, String containerPath) throws ClientException
ClientExceptionpublic String getArtifactId()
getArtifactId in interface BundleInfopublic String getBundleId()
getBundleId in interface BundleInfopublic Collection<ComponentInfo> getComponents()
getComponents in interface BundleInfopublic String getFileName()
getFileName in interface BundleInfopublic String getArtifactGroupId()
getArtifactGroupId in interface BundleInfopublic String getLocation()
getLocation in interface BundleInfopublic String getManifest()
getManifest in interface BundleInfopublic String[] getRequirements()
getRequirements in interface BundleInfopublic String getArtifactVersion()
getArtifactVersion in interface BundleInfopublic String getId()
getId in interface NuxeoArtifactgetId in class BaseNuxeoArtifactpublic String getVersion()
getVersion in interface NuxeoArtifactpublic String getArtifactType()
getArtifactType in interface NuxeoArtifactCopyright © 2015 Nuxeo SA. All rights reserved.