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 PersonEditSummary. getBy()Deprecated.PersonHistorySummary. 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 classAnonymousDeprecated.since 7.0.1 , useAnonymousclassKnownUserDeprecated.since 7.0.1 , useKnownUserclassUnknownUserDeprecated.since 7.0.1 , useUnknownUserclassUserDeprecated.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 PersonPersonService. 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 PersonLegacyPersonBuilder. 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 PersonLegacyPersonServiceImpl. findByUsername(String username)Deprecated.
-