Uses of Class
com.atlassian.confluence.legacyapi.model.people.Person
Packages that use Person
Package
Description
-
Uses of Person in com.atlassian.confluence.legacyapi.model.content
Methods in com.atlassian.confluence.legacyapi.model.content that return PersonModifier and TypeMethodDescriptionEditSummary.getBy()Deprecated.HistorySummary.getCreatedBy()Deprecated.Constructors in com.atlassian.confluence.legacyapi.model.content with parameters of type PersonModifierConstructorDescriptionEditSummary(Person by, Date when, String message, int version, long id) Deprecated.HistorySummary(Optional<EditSummary> thisVersion, Optional<EditSummary> previousVersion, Optional<EditSummary> nextVersion, Optional<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.peopleModifier and TypeClassDescriptionclassDeprecated.classDeprecated.since 7.0.1 , useKnownUserclassDeprecated.since 7.0.1 , useUnknownUserclassDeprecated.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 -
Uses of Person in com.atlassian.confluence.ui.rest.builder
Methods in com.atlassian.confluence.ui.rest.builder that return PersonModifier and TypeMethodDescriptionLegacyPersonBuilder.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 PersonModifier and TypeMethodDescriptionLegacyPersonServiceImpl.findByUsername(String username) Deprecated.
Anonymous