Uses of Class
com.atlassian.confluence.api.serialization.RestEnrichable
-
Packages that use RestEnrichable 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 withOperationService.com.atlassian.confluence.api.model.reference com.atlassian.confluence.api.model.retention com.atlassian.confluence.api.model.search -
-
Uses of RestEnrichable in com.atlassian.confluence.api.model.content
Classes in com.atlassian.confluence.api.model.content with annotations of type RestEnrichable Modifier and Type Class Description classContentRepresents all the different kinds of content that can be housed in Confluence: pages, blog posts, comments and so on.classContentBodyContainer class to hold the various rendered representations of aContentbody.classContributorsclassContributorUsersclassFormattedBodyA String with aContentRepresentation.classHistoryContains the history of a piece ofContent.classJsonContentPropertyContainer for arbitrary JSON data attached to someContent.classJsonSpacePropertyContainer for arbitrary JSON data attached to someSpace.classMacroInstanceRepresents an instance of a Macro in a piece of Content.classMacroParameterInstanceRepresents the value of a macro parameter.classSpaceRepresentation of a Confluence Space.classVersionRepresents the version of a piece ofContent. -
Uses of RestEnrichable in com.atlassian.confluence.api.model.content.template
Classes in com.atlassian.confluence.api.model.content.template with annotations of type RestEnrichable Modifier and Type Class Description classContentBlueprintInstanceModel 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.classContentBlueprintSpecModel for blueprint specific data come together with ContentBlueprintStance Everything required to identify a Blueprint and its execution context.classContentTemplateModel object for CRUD operation on template. -
Uses of RestEnrichable in com.atlassian.confluence.api.model.content.webresource
Classes in com.atlassian.confluence.api.model.content.webresource with annotations of type RestEnrichable Modifier and Type Class Description classSuperBatchWebResourcesRepresents the set of superbatch web resources required for rendering aFormattedBody.classWebResourceDependenciesA model for web resources that aFormattedBody's variousContentRepresentationmight require to render properly on the client. -
Uses of RestEnrichable in com.atlassian.confluence.api.model.longtasks
Classes in com.atlassian.confluence.api.model.longtasks with annotations of type RestEnrichable Modifier and Type Class Description classLongTaskStatusRepresents a long-running task in the system. -
Uses of RestEnrichable in com.atlassian.confluence.api.model.people
Classes in com.atlassian.confluence.api.model.people with annotations of type RestEnrichable Modifier and Type Class Description classAnonymousclassGroupRepresents a group that may contain zero or more users.classKnownUser -
Uses of RestEnrichable in com.atlassian.confluence.api.model.permissions
Classes in com.atlassian.confluence.api.model.permissions with annotations of type RestEnrichable Modifier and Type Class Description classContentRestrictionThis is UI and ServiceLayer representation ofcom.atlassian.confluence.security.ContentPermissionDefines per-content level "Restrictions" (for blogposts and pages only).classContentRestrictionsPageResponseSpecial implementation ofPageResponseforContentRestrictionobjects.classOperationCheckResultThe result of an operation check on a specificTarget.classOperationDescriptionDescribes an{operation, targetType}combination that the operations APIs can answer queries for. -
Uses of RestEnrichable in com.atlassian.confluence.api.model.reference
Classes in com.atlassian.confluence.api.model.reference with annotations of type RestEnrichable Modifier and Type Class Description classEnrichableMap<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.retention
Classes in com.atlassian.confluence.api.model.retention with annotations of type RestEnrichable Modifier and Type Class Description classSpaceRetentionPolicy -
Uses of RestEnrichable in com.atlassian.confluence.api.model.search
Classes in com.atlassian.confluence.api.model.search with annotations of type RestEnrichable Modifier and Type Class Description classContainerSummaryProvides a summary of the container for a search results entity.classContentSearchResultclassSearchPageResponse<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.classSearchResult<T>A result of a search.classSpaceSearchResultclassUserSearchResult
-