com.atlassian.confluence.ui.rest.people
Class PersonResource

java.lang.Object
  extended by com.atlassian.confluence.ui.rest.people.PersonResource

public class PersonResource
extends Object


Constructor Summary
PersonResource(com.atlassian.confluence.api.service.people.PersonService personService)
           
 
Method Summary
 javax.ws.rs.core.Response getPerson()
           
 javax.ws.rs.core.Response getPerson(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonResource

public PersonResource(com.atlassian.confluence.api.service.people.PersonService personService)
Method Detail

getPerson

public javax.ws.rs.core.Response getPerson()

getPerson

public javax.ws.rs.core.Response getPerson(String username)


Copyright © 2003-2013 Atlassian. All Rights Reserved.