Uses of Class
org.rhq.domain.correlation.CorrelationItem

Packages that use CorrelationItem
org.rhq.domain.correlation   
 

Uses of CorrelationItem in org.rhq.domain.correlation
 

Methods in org.rhq.domain.correlation that return types with arguments of type CorrelationItem
 java.util.List<CorrelationItem> CorrelationRule.getItems()
          Obtain the CorrelationItems for this rule
 

Methods in org.rhq.domain.correlation with parameters of type CorrelationItem
 void CorrelationRule.addItem(CorrelationItem item)
          Add a new CorrelationItem to the list of items for this rule
 

Method parameters in org.rhq.domain.correlation with type arguments of type CorrelationItem
 void CorrelationRule.setItems(java.util.List<CorrelationItem> items)
          Set a new list of CorrelationItem for this rule