public class BundleGroupDocAdapter extends BaseNuxeoArtifactDocAdapter implements BundleGroup
doc, localCoreSession, log
associatedDocuments
PROP_GROUP_NAME, PROP_KEY, TYPE_NAME
Constructor and Description |
---|
BundleGroupDocAdapter(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
static BundleGroupDocAdapter |
create(BundleGroup bundleGroup,
CoreSession session,
String containerPath) |
String |
getArtifactType() |
List<String> |
getBundleIds() |
String |
getId() |
String |
getName() |
List<BundleGroup> |
getSubGroups() |
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 BundleGroupDocAdapter(DocumentModel doc)
public static BundleGroupDocAdapter create(BundleGroup bundleGroup, CoreSession session, String containerPath)
public List<String> getBundleIds()
getBundleIds
in interface BundleGroup
public String getName()
getName
in interface BundleGroup
public List<BundleGroup> getSubGroups()
getSubGroups
in interface BundleGroup
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
Copyright © 2016 Nuxeo SA. All rights reserved.