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 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
public void addLiveDoc(Map<String,ResourceDocumentationItem> newLiveDoc)
public AssociatedDocumentsImpl getAssociatedDocuments(CoreSession session)
getAssociatedDocuments
in interface NuxeoArtifact
getAssociatedDocuments
in class BaseNuxeoArtifact
public Map<String,ResourceDocumentationItem> getLiveDoc()
Copyright © 2013 Nuxeo SA. All Rights Reserved.