Uses of Class
com.ibm.wsspi.usage.metering.Group
-
-
Uses of Group in com.ibm.wsspi.usage.metering
Methods in com.ibm.wsspi.usage.metering that return Group Modifier and Type Method 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.Methods in com.ibm.wsspi.usage.metering that return types with arguments of type Group Modifier and Type Method Description java.util.List<Group>
ProductExtension. getGroups(java.util.List<Group> combinedGroups)
Returns the product groups for software registration.Method parameters in com.ibm.wsspi.usage.metering with type arguments of type Group Modifier and Type Method 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.
-