| Summary: | Wiki on remote Java clients is out-of-date due to API changes | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Mike Foley <mfoley> |
| Component: | CLI | Assignee: | Nobody <nobody> |
| Status: | NEW --- | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.1 | CC: | hrupp |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Mike Foley
2011-08-29 14:37:37 UTC
API changes here:
this.resourceGroupManager = this.remoteClient.getResourceGroupManagerRemote();
this.resourceManager = this.remoteClient.getResourceManagerRemote();
this.roleManager = this.remoteClient.getRoleManagerRemote();
this.subjectManager = this.remoteClient.getSubjectManagerRemote();
}
API changes here:
roleCriteria.setFilterId(jbasManagerRole.getId());
// add a fetch criteria to the criteria object to get the optionally returned subjects for the role.
roleCriteria.setFetchSubjects(true);
API change here: roleCriteria.setFilterName(JBAS_MANAGER_ROLE); |