public interface MeasurementBaselineManagerRemote
| Modifier and Type | Method and Description |
|---|---|
List<org.rhq.core.domain.measurement.MeasurementBaseline> |
findBaselinesForResource(org.rhq.core.domain.auth.Subject subject,
int resourceId)
Return a list of
MeasurementBaseline objects for the Resource represented by the given id. |
List<org.rhq.core.domain.measurement.MeasurementBaseline> findBaselinesForResource(org.rhq.core.domain.auth.Subject subject, int resourceId)
MeasurementBaseline objects for the Resource represented by the given id.subject - the user request to view the baseline history for the given resourceresourceId - the id of the resource whose baselines are to be returnedCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.