Uses of Interface
com.atlassian.confluence.plugins.rest.jackson2.entities.builders.EntityBuilderFactory
Packages that use EntityBuilderFactory
Package
Description
-
Uses of EntityBuilderFactory in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
Classes in com.atlassian.confluence.plugins.rest.jackson2.entities.builders that implement EntityBuilderFactory -
Uses of EntityBuilderFactory in com.atlassian.confluence.plugins.rest.jackson2.manager
Constructors in com.atlassian.confluence.plugins.rest.jackson2.manager with parameters of type EntityBuilderFactoryModifierConstructorDescriptionDefaultRestContentManager
(ContentEntityManager contentEntityManager, PermissionManager permissionManager, PageManager pageManager, RestAttachmentManager restAttachmentManager, EntityBuilderFactory entityBuilderFactory) DefaultRestSpaceManager
(SpaceManager spaceManager, PageManager pageManager, DefaultRestContentManager restContentManager, EntityBuilderFactory entityBuilderFactory) -
Uses of EntityBuilderFactory in com.atlassian.confluence.plugins.rest.jackson2.service
Constructors in com.atlassian.confluence.plugins.rest.jackson2.service with parameters of type EntityBuilderFactoryModifierConstructorDescriptionDefaultRestSearchService
(ContentNameSearcher contentNameSearcher, QueryTokenizer contentNameQueryTokenizer, SearchManager searchManager, PredefinedSearchBuilder predefinedSearchBuilder, com.atlassian.crowd.embedded.api.CrowdService crowdService, EntityBuilderFactory entityBuilderFactory, PermissionManager permissionManager)