Package | Description |
---|---|
com.atlassian.confluence.api.model.content | |
com.atlassian.confluence.api.model.content.template | |
com.atlassian.confluence.api.model.content.webresource | |
com.atlassian.confluence.api.model.longtasks | |
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.api.model.search |
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 |
ContentBody
Container class to hold the various rendered representations of a
Content body. |
class |
Contributors |
class |
ContributorUsers |
class |
FormattedBody
A String with a
ContentRepresentation . |
class |
History
Contains the history of a piece of
Content . |
class |
JsonContentProperty
Container for arbitrary JSON data attached to some
Content . |
class |
JsonSpaceProperty
Container for arbitrary JSON data attached to some
Space . |
class |
MacroInstance
Represents an instance of a Macro in a piece of Content.
|
class |
MacroParameterInstance
Represents the value of a macro parameter.
|
class |
Space
Representation of a Confluence Space.
|
class |
Version
Represents the version of a piece of
Content . |
Modifier and Type | Class and Description |
---|---|
class |
ContentBlueprintInstance
Model for Blueprint specific rest data to create a content out of a blueprint template
The object passed in the POSTs for draft and page creation.
|
class |
ContentBlueprintSpec
Model for blueprint specific data come together with ContentBlueprintStance
Everything required to identify a Blueprint and its execution context.
|
class |
ContentTemplate
Model object for CRUD operation on template.
|
Modifier and Type | Class and Description |
---|---|
class |
SuperBatchWebResources
Represents the set of superbatch web resources required for rendering a
FormattedBody . |
class |
WebResourceDependencies
A model for web resources that a
FormattedBody 's various ContentRepresentation might require to render properly on the client. |
Modifier and Type | Class and Description |
---|---|
class |
LongTaskStatus
Represents a long-running task in the system.
|
Modifier and Type | Class and Description |
---|---|
class |
Anonymous |
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. |
class |
OperationCheckResult
The result of an operation check on a specific
Target . |
class |
OperationDescription
Describes an
{operation, targetType} combination that the operations APIs can answer queries for. |
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 |
ContainerSummary
Provides a summary of the container for a search results entity.
|
class |
ContentSearchResult |
class |
SearchPageResponse<T>
A page response impl for the search service which provides the total size of the
result set, along with the CQL Query that was used to generate the result set.
|
class |
SearchResult<T>
A result of a search.
|
class |
SpaceSearchResult |
class |
UserSearchResult |
Copyright © 2003–2018 Atlassian. All rights reserved.