Menu

#4600 [HHQ-4545] Add ResourceApi.getParent(Resource r)

Bug
open
None
1
2012-10-09
2011-01-08
No

http://jira.hyperic.com/browse/HHQ-4545


There is no clear way to retrieve parent Resources from within the API. This request is to add the API:



    /


     
Get the parent Resource for a given Resource


     



      @param r The resource to query


     
@return The parent {@link Resource} for the given Resource


     


     
@throws java.io.IOException If a network error occurs while making the request.


     */


    public ResourceResponse getParent(Resource r)


        throws IOException



To the ResourceApi


Discussion

Anonymous
Anonymous

Add attachments
Cancel