public class PersonalInformationContentEntityBuilder extends WikiLinkableContentEntityBuilder<PersonalInformation>
settingsManager
Constructor and Description |
---|
PersonalInformationContentEntityBuilder(SettingsManager settingsManager,
DateEntityFactory dateEntityFactory,
UserAccessor userAccessor,
UserEntityHelper userEntityHelper)
Deprecated.
since 5.10
|
PersonalInformationContentEntityBuilder(SettingsManager settingsManager,
DateEntityFactory dateEntityFactory,
UserAccessor userAccessor,
UserEntityHelper userEntityHelper,
AvatarProviderAccessor avatarProviderAccessor,
AttachmentManager attachmentManager) |
Modifier and Type | Method and Description |
---|---|
ContentEntity |
build(PersonalInformation personalInfo)
Builds a REST ContentEntity for the given CEO
|
SearchResultEntity |
build(SearchResult result)
Builds a REST ContentEntity for the given search result
|
SearchResultEntity |
build(SearchResult result)
Builds a REST ContentEntity for the given search result
|
createSpaceEntity
@Deprecated public PersonalInformationContentEntityBuilder(SettingsManager settingsManager, DateEntityFactory dateEntityFactory, UserAccessor userAccessor, UserEntityHelper userEntityHelper)
settingsManager
- dateEntityFactory
- userAccessor
- userEntityHelper
- public PersonalInformationContentEntityBuilder(SettingsManager settingsManager, DateEntityFactory dateEntityFactory, UserAccessor userAccessor, UserEntityHelper userEntityHelper, AvatarProviderAccessor avatarProviderAccessor, AttachmentManager attachmentManager)
public ContentEntity build(PersonalInformation personalInfo)
ContentEntityBuilder
build
in interface ContentEntityBuilder<PersonalInformation>
build
in class WikiLinkableContentEntityBuilder<PersonalInformation>
personalInfo
- the ContentEntityObject
null
if the current user is not permitted to view the content or
if no content object can be found for the given object.public SearchResultEntity build(SearchResult result)
SearchEntityBuilder
build
in interface SearchEntityBuilder
build
in class DefaultContentEntityBuilder<PersonalInformation>
result
- the SearchResult
null
if the current user is not permitted to view the content or
if no content object can be found for the given result.public SearchResultEntity build(SearchResult result)
SearchEntityBuilder
build
in interface SearchEntityBuilder
build
in class DefaultContentEntityBuilder<PersonalInformation>
result
- the SearchResult
null
if the current user is not permitted to view the content or
if no content object can be found for the given result.Copyright © 2003–2019 Atlassian. All rights reserved.