Package | Description |
---|---|
com.atlassian.confluence.api.model.content | |
com.atlassian.confluence.api.model.content.template | |
com.atlassian.confluence.api.model.people | |
com.atlassian.confluence.api.model.permissions |
Model objects for user and group permission and validation checks, for use with
OperationService . |
com.atlassian.confluence.api.model.reference | |
com.atlassian.confluence.rest.api.model |
Modifier and Type | Class and Description |
---|---|
class |
Content
Represents all the different kinds of content that can be housed in Confluence: pages, blog posts, comments and so
on.
|
class |
History
Contains the history of a piece of
Content . |
class |
JsonContentProperty
Container for arbitrary JSON data attached to some
Content . |
class |
Space
Representation of a Confluence Space.
|
class |
Version
Represents the version of a piece of
Content . |
Modifier and Type | Class and Description |
---|---|
class |
ContentTemplate
Model object for CRUD operation on template.
|
Modifier and Type | Class and Description |
---|---|
class |
Group
Represents a group that may contain zero or more users.
|
class |
KnownUser |
Modifier and Type | Class and Description |
---|---|
class |
ContentRestriction
This is UI and ServiceLayer representation of
com.atlassian.confluence.security.ContentPermission Defines
per-content level "Restrictions" (for blogposts and pages only). |
class |
ContentRestrictionsPageResponse
Special implementation of
PageResponse for ContentRestriction objects. |
Modifier and Type | Interface and Description |
---|---|
interface |
Collapsed
A marker interface indicating an object is a placeholder for properties in our model
that have not been expanded.
|
Modifier and Type | Class and Description |
---|---|
class |
EnrichableMap<K,V>
A map with the RestEnrichable annotation, indicating that this map should be converted to a RestEntity
and enriched by the REST stack.
|
Modifier and Type | Class and Description |
---|---|
class |
RestList<T>
The RestList participates in our collection serialization by jackson, and allows collections to be enriched with extra
properties during serialization.
|
Copyright © 2003–2017 Atlassian. All rights reserved.