Modifier and Type | Method and Description |
---|---|
Group |
Group.setParentGroupId(java.lang.String parentGroupId)
Sets the unique identifier for the group's parent group, or null if the
group has no parent group.
|
Group |
Group.setTranslatedName(java.util.Map<java.lang.String,java.lang.String> translatedName)
Sets the translated names of this group as a Map where the key is the language and
the value is the translated name of the group (e.g.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Group> |
ProductExtension.getGroups(java.util.List<Group> combinedGroups)
Returns the product groups for software registration.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Group> |
ProductExtension.getGroups(java.util.List<Group> combinedGroups)
Returns the product groups for software registration.
|
java.util.Set<MetricDescriptor> |
ProductExtension.getMetricDescriptors(java.util.List<Group> groups)
Returns a set of metric descriptors for the metrics that will be provided
by this product.
|