| Modifier and Type | Class and Description |
|---|---|
class |
CSPMigrationSiteResource |
| Modifier and Type | Class and Description |
|---|---|
class |
DarkFeatureSiteResource
A REST resource that will enable, disable and report the status of a site/system wide dark feature
in Confluence
|
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureFlagServiceSiteResource |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheFlushResource |
| Constructor and Description |
|---|
AsapAuthorizationFilter(AsapRequestAttributeAccessor requestJwtAttributeProvider,
PermissionExemption permissionExemption,
UserAccessor userAccessor,
UserImpersonator userImpersonator,
AsapAllowed asapAnnotation,
com.atlassian.sal.api.user.UserManager userManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
SysadminFixResource
Rest resource to rectify problems with sysadmin permissions
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
InternalCustomerMigrationResource.migrateLikesPlugin()
Set global setting for likes depending on whether confluence-like plugin is enabled.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexResource |
| Modifier and Type | Class and Description |
|---|---|
class |
ExperimentalRelationResource
This is the experimental version of the relation resource, and will be removed once the RelationResource is published.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SystemInfoResource
Endpoint to retrieve details of cloudId and other system specific details
|
| Modifier and Type | Method and Description |
|---|---|
Map<ContentType,RestList<Content>> |
SpaceResource.contents(String spaceKey,
String depth,
String expand,
int start,
int limit)
Returns the content in this given space
|
RestList<Content> |
AttachmentResource.createAttachments(ContentId containerId,
ContentStatus containerStatus,
List<com.atlassian.plugins.rest.common.multipart.FilePart> fileParts,
List<com.atlassian.plugins.rest.common.multipart.FilePart> comments,
List<com.atlassian.plugins.rest.common.multipart.FilePart> minorEdits)
Add one or more attachments to a Confluence Content entity, with optional comments.
|
Content |
ContentResource.createContent(Content content,
ContentStatus status,
String expand)
Creates a new piece of Content or publishes the draft if the content id is present.
|
RestList<Content> |
AttachmentResource.createOrUpdateAttachments(ContentId containerId,
ContentStatus containerStatus,
List<com.atlassian.plugins.rest.common.multipart.FilePart> fileParts,
List<com.atlassian.plugins.rest.common.multipart.FilePart> comments,
List<com.atlassian.plugins.rest.common.multipart.FilePart> minorEdits)
Add or update one or more attachments to a Confluence Content entity, with optional comments.
|
Space |
SpaceResource.createSpace(Space newSpace)
Creates a new space.
|
Content |
ContentResource.getContentById(ContentId id,
List<ContentStatus> statuses,
Integer version,
EmbeddedContentRenderMode embeddedContentRender,
String expand,
String trigger)
Returns a piece of Content.
|
PageResponse<Content> |
ContentResource.search(String cql,
String cqlcontext,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Fetch a list of content using the Confluence Query Language (CQL).
|
SearchPageResponse<SearchResult> |
SearchResource.search(String cql,
String cqlcontext,
String excerpt,
String expand,
int offset,
String afterOffset,
int limit,
boolean includeArchivedSpaces,
javax.ws.rs.core.UriInfo uriInfo)
Search for entities in Confluence using the Confluence Query Language (CQL)
|
Space |
SpaceResource.space(String spaceKey,
String expand)
Returns information about a space.
|
PageResponse<Space> |
SpaceResource.spaces(String spaceKey,
List<String> spaceKeys,
String type,
String status,
List<String> labelNames,
Boolean favourite,
String favouriteUserKey,
String expand,
int offset,
String afterOffset,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns information about a number of spaces.
|
Content |
ContentResource.update(ContentId contentId,
ContentStatus status,
ContentDraftService.ConflictPolicy conflictPolicy,
Content content)
Updates a piece of Content, including changes to content status
|
| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeConfigResource
REST resource for the runtime configuration service
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfluenceNewUpgradeTasksResource
This resource is a part of implementing the new "cloud-upgrade-framework" SPI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SupportResource
All requests to this need to be run via Governator's proxy functionality.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AsapTestResource.hasAdministerPermission() |
javax.ws.rs.core.Response |
AsapTestResource.hasSysAdminOrAsapPermission() |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityPlatformMigrationResource
Temporary resource to trigger the migrations to Identity Platform when running in Unicorn.
|
Copyright © 2003–2017 Atlassian. All rights reserved.