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) |
String |
getArtifactType() |
List<String> |
getBundleIds() |
String |
getHierarchyPath() |
String |
getId() |
String |
getKey() |
String |
getName() |
List<BundleGroup> |
getSubGroups() |
String |
getVersion() |
getAssociatedDocuments
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssociatedDocuments
public String getKey()
public String getName()
getName
in interface BundleGroup
public void add(BundleGroupImpl group)
public void add(String bundleId)
public List<BundleGroup> getSubGroups()
getSubGroups
in interface BundleGroup
public List<String> getBundleIds()
getBundleIds
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
public String getHierarchyPath()
getHierarchyPath
in interface NuxeoArtifact
Copyright © 2011 Nuxeo SA. All Rights Reserved.