public class BundleGroupImpl extends BaseNuxeoArtifact implements BundleGroup
PROP_GROUP_NAME, PROP_KEY, TYPE_NAME| Constructor and Description |
|---|
BundleGroupImpl(String key,
String version) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(BundleGroupImpl group) |
void |
add(String bundleId) |
void |
addLiveDoc(Map<String,ResourceDocumentationItem> newLiveDoc) |
String |
getArtifactType() |
AssociatedDocumentsImpl |
getAssociatedDocuments(CoreSession session) |
List<String> |
getBundleIds() |
String |
getHierarchyPath() |
String |
getId() |
String |
getKey() |
Map<String,ResourceDocumentationItem> |
getLiveDoc() |
String |
getName() |
List<BundleGroup> |
getSubGroups() |
String |
getVersion() |
public String getKey()
public String getName()
getName in interface BundleGrouppublic void add(BundleGroupImpl group)
public void add(String bundleId)
public List<BundleGroup> getSubGroups()
getSubGroups in interface BundleGrouppublic List<String> getBundleIds()
getBundleIds in interface BundleGrouppublic String getId()
getId in interface NuxeoArtifactgetId in class BaseNuxeoArtifactpublic String getVersion()
getVersion in interface NuxeoArtifactpublic String getArtifactType()
getArtifactType in interface NuxeoArtifactpublic String getHierarchyPath()
getHierarchyPath in interface NuxeoArtifactpublic void addLiveDoc(Map<String,ResourceDocumentationItem> newLiveDoc)
public AssociatedDocumentsImpl getAssociatedDocuments(CoreSession session)
getAssociatedDocuments in interface NuxeoArtifactgetAssociatedDocuments in class BaseNuxeoArtifactpublic Map<String,ResourceDocumentationItem> getLiveDoc()
Copyright © 2013 Nuxeo SA. All Rights Reserved.