Uses of Class
com.atlassian.confluence.legacyapi.model.people.Person

Packages that use Person
com.atlassian.confluence.legacyapi.model.content   
com.atlassian.confluence.legacyapi.model.people   
com.atlassian.confluence.legacyapi.service.people   
com.atlassian.confluence.ui.rest.builder   
com.atlassian.confluence.ui.rest.service.people   
 

Uses of Person in com.atlassian.confluence.legacyapi.model.content
 

Methods in com.atlassian.confluence.legacyapi.model.content that return Person
 Person EditSummary.getBy()
           
 Person HistorySummary.getCreatedBy()
           
 

Constructors in com.atlassian.confluence.legacyapi.model.content with parameters of type Person
EditSummary(Person by, java.util.Date when, java.lang.String message, int version, long id)
           
HistorySummary(com.atlassian.fugue.Option<EditSummary> thisVersion, com.atlassian.fugue.Option<EditSummary> previousVersion, com.atlassian.fugue.Option<EditSummary> nextVersion, com.atlassian.fugue.Option<EditSummary> lastUpdated, boolean isLatest, Person createdBy, java.util.Date createdDate)
           
 

Uses of Person in com.atlassian.confluence.legacyapi.model.people
 

Subclasses of Person in com.atlassian.confluence.legacyapi.model.people
 class Anonymous
           
 class KnownUser
           
 class UnknownUser
           
 class User
           
 

Uses of Person in com.atlassian.confluence.legacyapi.service.people
 

Methods in com.atlassian.confluence.legacyapi.service.people that return Person
 Person PersonService.findByUsername(java.lang.String username)
           
 

Uses of Person in com.atlassian.confluence.ui.rest.builder
 

Methods in com.atlassian.confluence.ui.rest.builder that return Person
 Person PersonBuilder.forUsername(java.lang.String username)
          Construct the person object for a particular username.
 

Uses of Person in com.atlassian.confluence.ui.rest.service.people
 

Methods in com.atlassian.confluence.ui.rest.service.people that return Person
 Person PersonServiceImpl.findByUsername(java.lang.String username)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.