Uses of Interface
com.atlassian.confluence.api.model.ModelFactory
Packages that use ModelFactory
Package
Description
-
Uses of ModelFactory in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type ModelFactoryModifierConstructorDescriptionContentTrashServiceImpl(PageManager pageManager, PermissionManager permissionManager, PageService pageService, BlogPostService blogPostService, CommentService commentService, Supplier<ContentService> contentServiceSupplier, SpaceManager spaceManager, AttachmentManager attachmentManager, TrashManager trashManager, ModelFactory<ContentEntityObject, Content> contentFactory, SpacePermissionManager spacePermissionManager) -
Uses of ModelFactory in com.atlassian.confluence.api.impl.service.content.factory
Classes in com.atlassian.confluence.api.impl.service.content.factory that implement ModelFactoryModifier and TypeClassDescriptionclassclassMakesContributorsinstances.classDefaultContentTemplateFactory creates ContentTemplate from PageTemplateclassSimple converter factory converts a Entity Label to Model Label objectclassBuilder for Person objects.class -
Uses of ModelFactory in com.atlassian.confluence.api.impl.service.people
Classes in com.atlassian.confluence.api.impl.service.people that implement ModelFactoryModifier and TypeClassDescriptionclassFactory class for building api group objects from corresponding atlassian user groups -
Uses of ModelFactory in com.atlassian.confluence.api.impl.service.permissions
Classes in com.atlassian.confluence.api.impl.service.permissions that implement ModelFactoryModifier and TypeClassDescriptionclassProducesContentRestrictionfrom providedContentPermissionSets -
Uses of ModelFactory in com.atlassian.confluence.api.impl.service.relation
Classes in com.atlassian.confluence.api.impl.service.relation that implement ModelFactoryModifier and TypeClassDescriptionclassRelatableFactory<S extends RelatableEntity,T extends Relatable> class -
Uses of ModelFactory in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport that return ModelFactoryModifier and TypeMethodDescriptionCustomContentApiSupportParams.getContentFactory()CustomContentApiSupportParamsImpl.getContentFactory()Constructors in com.atlassian.confluence.content.apisupport with parameters of type ModelFactoryModifierConstructorDescriptionCustomContentApiSupportParamsImpl(ApiSupportProvider provider, CustomContentManager customContentManager, ContentCreator contentCreator, ContentEntityManager contentEntityManager, ModelFactory<ContentEntityObject, Content> contentFactory)