public class BundleGroupImpl extends BaseNuxeoArtifact implements BundleGroup
Modifier and Type | Field and Description |
---|---|
protected List<String> |
bundleIds |
protected String |
key |
protected Map<String,ResourceDocumentationItem> |
liveDoc |
protected String |
name |
protected List<String> |
parentIds |
protected List<BundleGroup> |
subGroups |
protected String |
version |
associatedDocuments
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<String> |
getParentIds() |
List<BundleGroup> |
getSubGroups() |
String |
getVersion() |
protected final List<BundleGroup> subGroups
protected Map<String,ResourceDocumentationItem> liveDoc
public BundleGroupImpl(String key, String version)
public String getName()
getName
in interface BundleGroup
public void add(BundleGroupImpl group)
public List<BundleGroup> getSubGroups()
getSubGroups
in interface BundleGroup
public List<String> getBundleIds()
getBundleIds
in interface BundleGroup
public List<String> getParentIds()
getParentIds
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 © 2017 Nuxeo. All rights reserved.