Uses of Class
com.atlassian.confluence.legacyapi.model.people.Person
-
-
Uses of Person in com.atlassian.confluence.legacyapi.model.content
Methods in com.atlassian.confluence.legacyapi.model.content that return Person Modifier and Type Method Description Person
EditSummary. getBy()
Deprecated.Person
HistorySummary. getCreatedBy()
Deprecated.Constructors in com.atlassian.confluence.legacyapi.model.content with parameters of type Person Constructor Description EditSummary(Person by, Date when, String message, int version, long id)
Deprecated.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, Date createdDate)
Deprecated. -
Uses of Person in com.atlassian.confluence.legacyapi.model.people
Subclasses of Person in com.atlassian.confluence.legacyapi.model.people Modifier and Type Class Description class
Anonymous
Deprecated.since 7.0.1 , useAnonymous
class
KnownUser
Deprecated.since 7.0.1 , useKnownUser
class
UnknownUser
Deprecated.since 7.0.1 , useUnknownUser
class
User
Deprecated.since 7.0.1 , useUser
-
Uses of Person in com.atlassian.confluence.legacyapi.service.people
Methods in com.atlassian.confluence.legacyapi.service.people that return Person Modifier and Type Method Description Person
PersonService. findByUsername(String username)
Deprecated. -
Uses of Person in com.atlassian.confluence.ui.rest.builder
Methods in com.atlassian.confluence.ui.rest.builder that return Person Modifier and Type Method Description Person
LegacyPersonBuilder. forUsername(String username)
Deprecated.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 Modifier and Type Method Description Person
LegacyPersonServiceImpl. findByUsername(String username)
Deprecated.
-