| Package | Description |
|---|---|
| org.rhq.enterprise.server.resource.disambiguation |
| Modifier and Type | Method and Description |
|---|---|
List<List<MutableDisambiguationReport<T>>> |
ReportPartitions.getAllPartitions() |
List<List<MutableDisambiguationReport<T>>> |
ReportPartitions.getAmbiguousPartitions() |
List<List<MutableDisambiguationReport<T>>> |
ReportPartitions.getUniquePartitions() |
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
DisambiguationPolicy.areAmbiguous(MutableDisambiguationReport<T> a,
MutableDisambiguationReport<T> b)
Tells whether the last resolution in this policy determines the reports ambiguous.
|
<T> boolean |
DisambiguationPolicy.areAmbiguous(MutableDisambiguationReport<T> a,
MutableDisambiguationReport<T> b)
Tells whether the last resolution in this policy determines the reports ambiguous.
|
void |
ReportPartitions.put(MutableDisambiguationReport<T> value) |
<T> void |
DisambiguationUpdateStrategy.update(DisambiguationPolicy policy,
MutableDisambiguationReport<T> report)
Updates the report using the policy.
|
static <T> void |
DefaultDisambiguationUpdateStrategies.updateResources(DisambiguationPolicy policy,
MutableDisambiguationReport<T> report,
boolean honorAmbiguousTypeNamesList,
boolean pushDownPluginInfo)
This updates the resources in the report according to the resolutions contained in the policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportPartitions.putAll(List<MutableDisambiguationReport<T>> values) |
| Constructor and Description |
|---|
ReportPartitions(DisambiguationPolicy disambiguationPolicy,
List<List<MutableDisambiguationReport<T>>> partitions) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.