Package | Description |
---|---|
com.atlassian.confluence.legacyapi.model.content | |
com.atlassian.confluence.ui.rest.builder |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<SpaceSummary> |
ContentLink.getSpace() |
com.atlassian.fugue.Option<SpaceSummary> |
Content.getSpace() |
Constructor and Description |
---|
Content(Long id,
com.atlassian.fugue.Option<SpaceSummary> space,
ContentType type,
String title,
String webUrlPath,
com.atlassian.fugue.Option<String> tinyUrlPath,
HistorySummary history,
Iterable<ContentLink> ancestors,
Map<ContentRepresentation,ContentBody> body,
Map<Permission,Boolean> permissions) |
ContentLink(Long id,
com.atlassian.fugue.Option<SpaceSummary> space,
ContentType type,
String title,
String webUrlPath) |
Modifier and Type | Method and Description |
---|---|
SpaceSummary |
SpaceSummaryBuilder.buildFrom(Space space,
Expansions expansions) |
Copyright © 2003–2016 Atlassian. All rights reserved.