Uses of Class
org.rhq.enterprise.server.resource.disambiguation.MutableDisambiguationReport

Packages that use MutableDisambiguationReport
org.rhq.enterprise.server.resource.disambiguation   
 

Uses of MutableDisambiguationReport in org.rhq.enterprise.server.resource.disambiguation
 

Methods in org.rhq.enterprise.server.resource.disambiguation that return types with arguments of type MutableDisambiguationReport
 List<List<MutableDisambiguationReport<T>>> ReportPartitions.getAllPartitions()
           
 List<List<MutableDisambiguationReport<T>>> ReportPartitions.getAmbiguousPartitions()
           
 List<List<MutableDisambiguationReport<T>>> ReportPartitions.getUniquePartitions()
           
 

Methods in org.rhq.enterprise.server.resource.disambiguation with parameters of type MutableDisambiguationReport
<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.
 

Method parameters in org.rhq.enterprise.server.resource.disambiguation with type arguments of type MutableDisambiguationReport
 void ReportPartitions.putAll(List<MutableDisambiguationReport<T>> values)
           
 

Constructor parameters in org.rhq.enterprise.server.resource.disambiguation with type arguments of type MutableDisambiguationReport
ReportPartitions(DisambiguationPolicy disambiguationPolicy, List<List<MutableDisambiguationReport<T>>> partitions)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.