Uses of Class
com.atlassian.confluence.api.model.content.template.ContentTemplate
-
Packages that use ContentTemplate Package Description com.atlassian.confluence.api.impl.service.content.factory com.atlassian.confluence.api.model.content.template com.atlassian.confluence.api.nav com.atlassian.confluence.api.service.content.template com.atlassian.confluence.api.testsupport.matchers.model.content.template com.atlassian.confluence.pages.templates com.atlassian.confluence.plugins.restapi.experimental.resources com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API.com.atlassian.confluence.rest.client.impl -
-
Uses of ContentTemplate in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return ContentTemplate Modifier and Type Method Description ContentTemplate
ContentTemplateFactory. buildFrom(PageTemplate hibernateObject, Expansions expansions)
Deprecated.ContentTemplate
DefaultContentTemplateFactory. buildFrom(PageTemplate hibernateObject, Expansions expansions)
Convert from db entity object into model object. -
Uses of ContentTemplate in com.atlassian.confluence.api.model.content.template
Methods in com.atlassian.confluence.api.model.content.template that return ContentTemplate Modifier and Type Method Description ContentTemplate
ContentTemplate.ContentTemplateBuilder. build()
-
Uses of ContentTemplate in com.atlassian.confluence.api.nav
Methods in com.atlassian.confluence.api.nav with parameters of type ContentTemplate Modifier and Type Method Description Navigation.ExperimentalContentTemplateNav
Navigation.ExperimentalNav. template(ContentTemplate contentTemplate)
-
Uses of ContentTemplate in com.atlassian.confluence.api.service.content.template
Methods in com.atlassian.confluence.api.service.content.template that return ContentTemplate Modifier and Type Method Description ContentTemplate
ContentTemplateService. create(ContentTemplate contentTemplate, Expansion... expand)
Create Template.ContentTemplate
ContentTemplateService. getTemplate(ContentTemplateId contentTemplateId, Expansion... expansions)
Return an individual template.ContentTemplate
ContentTemplateService. update(ContentTemplate contentTemplate, Expansion... expansions)
Update an existing templateMethods in com.atlassian.confluence.api.service.content.template that return types with arguments of type ContentTemplate Modifier and Type Method Description default PageResponse<ContentTemplate>
ContentTemplateService. getTemplates(ContentTemplateType contentTemplateType, com.atlassian.fugue.Option<Space> space, PageRequest pageRequest, Expansion... expansions)
Deprecated.PageResponse<ContentTemplate>
ContentTemplateService. getTemplates(ContentTemplateType contentTemplateType, Optional<Space> space, PageRequest pageRequest, Expansion... expansions)
Returns templates of the current space, or returns global templates if no space specified.SingleFetcher<ContentTemplate>
ContentTemplateService.TemplateFinder. withId(ContentTemplateId contentTemplateId)
Methods in com.atlassian.confluence.api.service.content.template with parameters of type ContentTemplate Modifier and Type Method Description ContentTemplate
ContentTemplateService. create(ContentTemplate contentTemplate, Expansion... expand)
Create Template.ContentTemplate
ContentTemplateService. update(ContentTemplate contentTemplate, Expansion... expansions)
Update an existing templateValidationResult
ContentTemplateService.Validator. validateCreate(ContentTemplate newContentTemplate)
Validate that the specified contentTemplate can be created by the current user.ValidationResult
ContentTemplateService.Validator. validateUpdate(ContentTemplate contentTemplate)
-
Uses of ContentTemplate in com.atlassian.confluence.api.testsupport.matchers.model.content.template
Methods in com.atlassian.confluence.api.testsupport.matchers.model.content.template that return types with arguments of type ContentTemplate Modifier and Type Method Description static org.hamcrest.Matcher<ContentTemplate>
ContentTemplateMatchers. hasName(String name)
Methods in com.atlassian.confluence.api.testsupport.matchers.model.content.template with parameters of type ContentTemplate Modifier and Type Method Description protected boolean
ContentTemplateNameMatcher. matchesSafely(ContentTemplate contentTemplate)
-
Uses of ContentTemplate in com.atlassian.confluence.pages.templates
Methods in com.atlassian.confluence.pages.templates that return ContentTemplate Modifier and Type Method Description ContentTemplate
ContentTemplateFactory. buildFrom(PageTemplate hibernateObject, Expansions expansions)
-
Uses of ContentTemplate in com.atlassian.confluence.plugins.restapi.experimental.resources
Methods in com.atlassian.confluence.plugins.restapi.experimental.resources that return ContentTemplate Modifier and Type Method Description ContentTemplate
TemplateResource. createContentTemplate(ContentTemplate contentTemplate, String expand)
Create a contentTemplate, this means creating a new page template or a customised blueprint template.ContentTemplate
TemplateResource. getContentTemplate(ContentTemplateId id, String expand)
Return the template identified by id.ContentTemplate
TemplateResource. updateContentTemplate(ContentTemplate contentTemplate, String expand)
Update/Edit an existing contentTemplate.Methods in com.atlassian.confluence.plugins.restapi.experimental.resources that return types with arguments of type ContentTemplate Modifier and Type Method Description PageResponse<ContentTemplate>
TemplateResource. getBlueprintTemplates(String spaceKey, int start, int limit, String expand, javax.ws.rs.core.UriInfo uriInfo)
Returns all blueprint templates of the space specified.PageResponse<ContentTemplate>
TemplateResource. getContentTemplates(String spaceKey, int start, int limit, String expand, javax.ws.rs.core.UriInfo uriInfo)
Returns all content templates of the space specified.Methods in com.atlassian.confluence.plugins.restapi.experimental.resources with parameters of type ContentTemplate Modifier and Type Method Description ContentTemplate
TemplateResource. createContentTemplate(ContentTemplate contentTemplate, String expand)
Create a contentTemplate, this means creating a new page template or a customised blueprint template.ContentTemplate
TemplateResource. updateContentTemplate(ContentTemplate contentTemplate, String expand)
Update/Edit an existing contentTemplate. -
Uses of ContentTemplate in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type ContentTemplate Modifier and Type Method Description default com.atlassian.util.concurrent.Promise<ContentTemplate>
RemoteContentTemplateService. create(ContentTemplate contentTemplate, Expansion... expansions)
Deprecated.since 7.0.1.CompletionStage<ContentTemplate>
RemoteContentTemplateService. createCompletionStage(ContentTemplate contentTemplate, Expansion... expansions)
CompletionStage<PageResponse<ContentTemplate>>
RemoteContentTemplateService.RemoteTemplateFetcher. fetchManyCompletionStage(PageRequest request)
default com.atlassian.util.concurrent.Promise<ContentTemplate>
RemoteContentTemplateService. getTemplate(ContentTemplateId contentTemplateId, Expansion... expansions)
Deprecated.since 7.0.1.CompletionStage<ContentTemplate>
RemoteContentTemplateService. getTemplateCompletionStage(ContentTemplateId contentTemplateId, Expansion... expansions)
default com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>>
RemoteContentTemplateService. getTemplates(ContentTemplateType contentTemplateType, com.atlassian.fugue.Option<Space> space, PageRequest pageRequest, Expansion... expansions)
Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>>
RemoteContentTemplateService. getTemplates(ContentTemplateType contentTemplateType, Optional<Space> space, PageRequest pageRequest, Expansion... expansions)
Deprecated.since 7.0.1.CompletionStage<PageResponse<ContentTemplate>>
RemoteContentTemplateService. getTemplatesCompletionStage(ContentTemplateType contentTemplateType, Optional<Space> space, PageRequest pageRequest, Expansion... expansions)
default com.atlassian.util.concurrent.Promise<ContentTemplate>
RemoteContentTemplateService. update(ContentTemplate contentTemplate, Expansion... expansions)
Deprecated.since 7.0.1.CompletionStage<ContentTemplate>
RemoteContentTemplateService. updateCompletionStage(ContentTemplate contentTemplate, Expansion... expansions)
Methods in com.atlassian.confluence.rest.client with parameters of type ContentTemplate Modifier and Type Method Description default com.atlassian.util.concurrent.Promise<ContentTemplate>
RemoteContentTemplateService. create(ContentTemplate contentTemplate, Expansion... expansions)
Deprecated.since 7.0.1.CompletionStage<ContentTemplate>
RemoteContentTemplateService. createCompletionStage(ContentTemplate contentTemplate, Expansion... expansions)
default com.atlassian.util.concurrent.Promise<ContentTemplate>
RemoteContentTemplateService. update(ContentTemplate contentTemplate, Expansion... expansions)
Deprecated.since 7.0.1.CompletionStage<ContentTemplate>
RemoteContentTemplateService. updateCompletionStage(ContentTemplate contentTemplate, Expansion... expansions)
-
Uses of ContentTemplate in com.atlassian.confluence.rest.client.impl
Methods in com.atlassian.confluence.rest.client.impl that return types with arguments of type ContentTemplate Modifier and Type Method Description CompletionStage<ContentTemplate>
RemoteContentTemplateServiceImpl. createCompletionStage(ContentTemplate contentTemplate, Expansion... expansions)
CompletionStage<Optional<ContentTemplate>>
RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl. fetchCompletionStage()
CompletionStage<PageResponse<ContentTemplate>>
RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl. fetchManyCompletionStage(PageRequest request)
CompletionStage<ContentTemplate>
RemoteContentTemplateServiceImpl. getTemplateCompletionStage(ContentTemplateId contentTemplateId, Expansion... expansions)
CompletionStage<PageResponse<ContentTemplate>>
RemoteContentTemplateServiceImpl. getTemplatesCompletionStage(ContentTemplateType contentTemplateType, Optional<Space> space, PageRequest pageRequest, Expansion... expansions)
CompletionStage<ContentTemplate>
RemoteContentTemplateServiceImpl. updateCompletionStage(ContentTemplate contentTemplate, Expansion... expansions)
Methods in com.atlassian.confluence.rest.client.impl with parameters of type ContentTemplate Modifier and Type Method Description CompletionStage<ContentTemplate>
RemoteContentTemplateServiceImpl. createCompletionStage(ContentTemplate contentTemplate, Expansion... expansions)
CompletionStage<ContentTemplate>
RemoteContentTemplateServiceImpl. updateCompletionStage(ContentTemplate contentTemplate, Expansion... expansions)
-