@ExperimentalApi public class ContentTemplate extends Object implements NavigationAware
Modifier and Type | Class and Description |
---|---|
static class |
ContentTemplate.ContentTemplateBuilder |
static class |
ContentTemplate.Expansions |
Modifier and Type | Method and Description |
---|---|
static ContentTemplate.ContentTemplateBuilder |
builder() |
Map<ContentRepresentation,ContentBody> |
getBody() |
String |
getDescription() |
List<Label> |
getLabels() |
String |
getName() |
com.atlassian.fugue.Option<ModuleCompleteKey> |
getOriginalTemplate()
Deprecated.
since 7.0.1. Use
originalTemplate() |
com.atlassian.fugue.Option<ContentBlueprintId> |
getReferencingBlueprint()
Deprecated.
since 7.0.1. Use
referencingBlueprint() |
com.atlassian.fugue.Option<Space> |
getSpace()
Deprecated.
since 7.0.1. Use
space() |
ContentTemplateId |
getTemplateId() |
ContentTemplateType |
getTemplateType() |
Optional<ModuleCompleteKey> |
originalTemplate() |
Optional<ContentBlueprintId> |
referencingBlueprint() |
Navigation.Builder |
resolveNavigation(NavigationService navigationService) |
Optional<Space> |
space() |
public Map<ContentRepresentation,ContentBody> getBody()
public ContentTemplateId getTemplateId()
@Deprecated public com.atlassian.fugue.Option<ModuleCompleteKey> getOriginalTemplate()
originalTemplate()
public Optional<ModuleCompleteKey> originalTemplate()
@Deprecated public com.atlassian.fugue.Option<ContentBlueprintId> getReferencingBlueprint()
referencingBlueprint()
public Optional<ContentBlueprintId> referencingBlueprint()
public String getName()
public String getDescription()
@Deprecated public com.atlassian.fugue.Option<Space> getSpace()
space()
public ContentTemplateType getTemplateType()
public static ContentTemplate.ContentTemplateBuilder builder()
public Navigation.Builder resolveNavigation(NavigationService navigationService)
resolveNavigation
in interface NavigationAware
Copyright © 2003–2020 Atlassian. All rights reserved.