Uses of Annotation Interface
com.atlassian.confluence.api.serialization.RestEnrichable
Packages that use RestEnrichable
Package
Description
Model objects for user and group permission and validation checks, for use with
 
OperationService.- 
Uses of RestEnrichable in com.atlassian.confluence.api.model.contentClasses in com.atlassian.confluence.api.model.content with annotations of type RestEnrichableModifier and TypeClassDescriptionclassRepresents all the different kinds of content that can be housed in Confluence: pages, blog posts, comments and so on.classContainer class to hold the various rendered representations of aContentbody.classclassclassA String with aContentRepresentation.classContains the history of a piece ofContent.classContainer for arbitrary JSON data attached to someContent.classContainer for arbitrary JSON data attached to someSpace.classRepresents an instance of a Macro in a piece of Content.classRepresents the value of a macro parameter.classRepresentation of a Confluence Space.classRepresents the version of a piece ofContent.
- 
Uses of RestEnrichable in com.atlassian.confluence.api.model.content.templateClasses in com.atlassian.confluence.api.model.content.template with annotations of type RestEnrichableModifier and TypeClassDescriptionfinal classModel 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.classModel for blueprint specific data come together with ContentBlueprintStance Everything required to identify a Blueprint and its execution context.classModel object for CRUD operation on template.
- 
Uses of RestEnrichable in com.atlassian.confluence.api.model.content.webresourceClasses in com.atlassian.confluence.api.model.content.webresource with annotations of type RestEnrichableModifier and TypeClassDescriptionclassRepresents the set of superbatch web resources required for rendering aFormattedBody.classA model for web resources that aFormattedBody's variousContentRepresentationmight require to render properly on the client.
- 
Uses of RestEnrichable in com.atlassian.confluence.api.model.longtasksClasses in com.atlassian.confluence.api.model.longtasks with annotations of type RestEnrichableModifier and TypeClassDescriptionclassRepresents a long-running task in the system.
- 
Uses of RestEnrichable in com.atlassian.confluence.api.model.paginationClasses in com.atlassian.confluence.api.model.pagination with annotations of type RestEnrichableModifier and TypeInterfaceDescriptioninterfaceAn interface which could be used to generate cursor for the next/previous pagination requestclassA page response that can be navigated.interfaceSpecifies the pagination requirements of a request.classA page response that can carry blocked list because of Space Filter.
- 
Uses of RestEnrichable in com.atlassian.confluence.api.model.peopleClasses in com.atlassian.confluence.api.model.people with annotations of type RestEnrichable
- 
Uses of RestEnrichable in com.atlassian.confluence.api.model.permissionsClasses in com.atlassian.confluence.api.model.permissions with annotations of type RestEnrichableModifier and TypeClassDescriptionclassThis is UI and ServiceLayer representation ofcom.atlassian.confluence.security.ContentPermissionDefines per-content level "Restrictions" (for blogposts and pages only).classSpecial implementation ofPageResponseforContentRestrictionobjects.classThis is a simplified model object representing a global permissionclassThe result of an operation check on a specificTarget.classDescribes an{operation, targetType}combination that the operations APIs can answer queries for.classContaining allContentRestrictionas RelevantViewRestrictionsclassThis is a simplified model object representing a space permissionclassThis is a simplified model object that serves as a container for holding permissions of a specific spaceclassThis defines the operations granted to a user or a group in a space.
- 
Uses of RestEnrichable in com.atlassian.confluence.api.model.referenceClasses in com.atlassian.confluence.api.model.reference with annotations of type RestEnrichableModifier and TypeClassDescriptionclassEnrichableMap<K,V> A map with the RestEnrichable annotation, indicating that this map should be converted to a RestEntity and enriched by the REST stack.
- 
Uses of RestEnrichable in com.atlassian.confluence.api.model.retentionClasses in com.atlassian.confluence.api.model.retention with annotations of type RestEnrichable
- 
Uses of RestEnrichable in com.atlassian.confluence.api.model.searchClasses in com.atlassian.confluence.api.model.search with annotations of type RestEnrichableModifier and TypeClassDescriptionclassProvides a summary of the container for a search results entity.final classclassA 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.classSearchResult<T>A result of a search.final classfinal class
- 
Uses of RestEnrichable in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.modelClasses in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model with annotations of type RestEnrichable
- 
Uses of RestEnrichable in com.atlassian.confluence.internal.api.incrementalsync.modelClasses in com.atlassian.confluence.internal.api.incrementalsync.model with annotations of type RestEnrichableModifier and TypeClassDescriptionclassIncrementalSyncPageResponse<T extends IncrementalSyncModel>Page response class for incremental sync models.