Uses of Interface
com.atlassian.confluence.content.ui.ContentUiSupport
-
-
Uses of ContentUiSupport in com.atlassian.confluence.content
Methods in com.atlassian.confluence.content that return ContentUiSupport Modifier and Type Method Description ContentUiSupportContentType. getContentUiSupport()ContentUiSupportUninstalledContentType. getContentUiSupport() -
Uses of ContentUiSupport in com.atlassian.confluence.content.custom
Methods in com.atlassian.confluence.content.custom that return ContentUiSupport Modifier and Type Method Description ContentUiSupportCustomContentTypeWrapper. getContentUiSupport() -
Uses of ContentUiSupport in com.atlassian.confluence.content.ui
Classes in com.atlassian.confluence.content.ui that implement ContentUiSupport Modifier and Type Class Description classAttachmentUiSupportclassDefaultContentUiSupportclassPageUiSupportclassSimpleUiSupport<T extends ContentEntityObject>Methods in com.atlassian.confluence.content.ui that return ContentUiSupport Modifier and Type Method Description static ContentUiSupportSimpleUiSupport. getUnknown(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider) -
Uses of ContentUiSupport in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return ContentUiSupport Modifier and Type Method Description ContentUiSupportConfluenceActionSupport. getContentUiSupport()Methods in com.atlassian.confluence.core with parameters of type ContentUiSupport Modifier and Type Method Description voidConfluenceActionSupport. setContentUiSupport(ContentUiSupport contentUiSupport) -
Uses of ContentUiSupport in com.atlassian.confluence.it.api.test.plugin.apiavailable
Methods in com.atlassian.confluence.it.api.test.plugin.apiavailable that return ContentUiSupport Modifier and Type Method Description ContentUiSupportDummyAvailableContentType. getContentUiSupport()ContentUiSupportDummyUnavailableContentType. getContentUiSupport() -
Uses of ContentUiSupport in com.atlassian.confluence.mail.jobs
Constructors in com.atlassian.confluence.mail.jobs with parameters of type ContentUiSupport Constructor Description DefaultDailyReportManager(com.atlassian.core.task.MultiQueueTaskManager taskManager, ChangeDigestNotificationBean changeNotificationBean, UserPreferencesAccessor userPreferencesAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, GlobalSettingsManager settingsManager, DataSourceFactory dataSourceFactory, ContentUiSupport<ContentEntityObject> contentUiSupport, I18NBeanFactory i18NBeanFactory) -
Uses of ContentUiSupport in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty that return ContentUiSupport Modifier and Type Method Description ContentUiSupportJsonContentPropertyType. getContentUiSupport() -
Uses of ContentUiSupport in com.atlassian.confluence.plugins.edgeindex.rest
Constructors in com.atlassian.confluence.plugins.edgeindex.rest with parameters of type ContentUiSupport Constructor Description StreamItemFactory(ContextPathHolder contextPathHolder, UserDtoFactory userDtoFactory, DateEntityFactory dateEntityFactory, ContentEntityHelper contentEntityHelper, EdgeTypeRepository edgeTypeRepository, ContentUiSupport<ContentEntityObject> contentUiSupport) -
Uses of ContentUiSupport in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Constructors in com.atlassian.confluence.plugins.macros.dashboard.recentupdates with parameters of type ContentUiSupport Constructor Description RecentlyUpdatedContentService(ContentUiSupport contentUiSupport, I18NBeanFactory i18NBeanFactory, PermissionManager permissionManager, HttpContext httpContext, LocaleManager localeManager, FormatSettingsManager formatSettingsManager, UserAccessor userAccessor, SearchManager searchManager, PredefinedSearchBuilder searchBuilder, ConfluenceMonitoring confluenceMonitoring, com.atlassian.event.api.EventPublisher eventPublisher)RecentUpdate(SearchResult result, FriendlyDateFormatter dateFormatter, String contextPath, ContentUiSupport contentUiSupport, I18NBeanFactory i18NBeanFactory) -
Uses of ContentUiSupport in com.atlassian.confluence.plugins.soy
Constructors in com.atlassian.confluence.plugins.soy with parameters of type ContentUiSupport Constructor Description GetContentTypeI18nKeyFunction(ContentUiSupport<ContentEntityObject> contentUiSupport) -
Uses of ContentUiSupport in com.atlassian.confluence.util.actions
Constructors in com.atlassian.confluence.util.actions with parameters of type ContentUiSupport Constructor Description ContentTypesDisplayMapper(UserProfilePictureAccessor userProfilePictureAccessor, ConfluenceUserResolver userResolver, ContentUiSupport<?> contentUiSupport)
-