Modifier and Type | Method and Description |
---|---|
Content |
ContentServiceImpl.buildContent(ContentEntityObject entity,
List<ContentStatus> statuses,
Expansion... expansions) |
ContentBody |
ContentBodyConversionServiceImpl.convert(ContentBody contentBody,
ContentRepresentation toFormat,
Expansion... expansions) |
com.atlassian.fugue.Pair<String,Reference<WebResourceDependencies>> |
ContentBodyConversionManagerImpl.convert(ContentRepresentation fromFormat,
String value,
ContentRepresentation toFormat,
ContentEntityObject ceo,
Expansion... expansions) |
com.atlassian.fugue.Pair<String,Reference<WebResourceDependencies>> |
ContentBodyConversionManager.convert(ContentRepresentation from,
String value,
ContentRepresentation to,
ContentEntityObject ceo,
Expansion... expansions)
Computes the converted value of the ContentBody and the required web resources that may be needed to render the converted value.
|
ContentBody |
ContentBodyConversionServiceImpl.convertBody(Content content,
ContentRepresentation toFormat,
Expansion... expansions) |
Content |
ContentServiceImpl.create(Content newContent,
Expansion... expansions) |
ContentVersionService.VersionFinder |
ContentVersionServiceImpl.find(Expansion... expansions) |
ContentService.ContentFinder |
ContentServiceImpl.find(Expansion... expansions) |
SpaceService.SpaceFinder |
SpaceServiceImpl.find(Expansion... expansions) |
AttachmentService.AttachmentFinder |
AttachmentServiceImpl.find(Expansion... expansions) |
ChildContentService.ChildContentFinder |
ChildContentServiceImpl.findContent(ContentId parentId,
Expansion... expansions) |
SpaceService.SpaceContentFinder |
SpaceServiceImpl.findContent(Space space,
Expansion... expansions) |
ContentMacroService.MacroInstanceFinder |
ContentMacroServiceImpl.findInContent(ContentId contentId,
Expansion... expansion) |
Version |
ContentVersionServiceImpl.restore(ContentId contentId,
VersionRestoreParameters versionRestoreParameters,
Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
Content |
LegacyContentDraftServiceImpl.publishNewDraft(Content content,
Expansion... expansions) |
Content |
ContentDraftServiceImpl.publishNewDraft(Content content,
Expansion... expansions) |
Content |
SharedContentDraftServiceImpl.publishNewDraft(Content content,
Expansion... expansions)
Deprecated.
since 5.9 - we use the same method for publishing drafts for new pages and for page edits
|
Modifier and Type | Method and Description |
---|---|
ContentBlueprintInstance |
DefaultContentBlueprintInstanceFactory.convertToInstance(ContentEntityObject ceo,
ContentBlueprintInstance contentBlueprintInstance,
Expansion... expansions) |
ContentBlueprintInstance |
ContentBlueprintInstanceFactory.convertToInstance(ContentEntityObject ceo,
ContentBlueprintInstance contentBlueprintInstance,
Expansion... expansions) |
Modifier and Type | Field and Description |
---|---|
protected Expansion[] |
AbstractFinder.expansions |
Modifier and Type | Method and Description |
---|---|
ContentService.ContentFinder |
ContentFinderFactory.createContentFinder(ContentServiceImpl contentService,
Expansion... expansions) |
ContentVersionService.VersionFinder |
VersionFinderFactory.createVersionFinder(ContentVersionServiceImpl contentVersionService,
Expansion... expansions) |
Constructor and Description |
---|
AbstractFinder(Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<LongTaskStatus> |
LongTaskServiceImpl.get(LongTaskId id,
Expansion... expansions) |
PageResponse<LongTaskStatus> |
LongTaskServiceImpl.getAll(PageRequest request,
Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
GroupService.GroupFinder |
GroupServiceImpl.find(Expansion... expansions) |
PersonService.PersonFinder |
PersonServiceImpl.find(Expansion... expansions) |
Person |
PersonServiceImpl.getCurrentUser(Expansion... expansions) |
Constructor and Description |
---|
GroupFinderImpl(Expansion[] expansions) |
PersonFinderImpl(Expansion... expansions) |
Modifier and Type | Class and Description |
---|---|
class |
GraphQLQueryExpansion
A subclass of
Expansion that provides a graphql query instead of a field expansion list. |
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<String,Expansion> |
Expansion.AS_EXPANSION |
Modifier and Type | Method and Description |
---|---|
static Expansion |
Expansion.combine(Object... expansionParts)
Creates an Expansion made up of the given parts.
|
Expansion[] |
Expansions.merge(Expansion[] expansions) |
Expansion[] |
Expansions.toArray() |
Modifier and Type | Method and Description |
---|---|
Expansion[] |
Expansions.merge(Expansion[] expansions) |
Constructor and Description |
---|
Expansions(Expansion... expansions) |
Constructor and Description |
---|
Expansions(Iterable<Expansion> expansions) |
Modifier and Type | Method and Description |
---|---|
ContentBody |
ContentBodyConversionService.convert(ContentBody body,
ContentRepresentation representation,
Expansion... expansions)
Convert a ContentBody value into another format, performing validation during the conversion.
|
ContentBody |
ContentBodyConversionService.convertBody(Content content,
ContentRepresentation representation,
Expansion... expansions)
Convert the single ContentBody value in a
Content body map into another format, performing
validation during the conversion. |
Content |
ContentService.create(Content newContent,
Expansion... expansions)
Create a piece of content.
|
ContentBlueprintInstance |
ContentBlueprintService.createInstance(ContentBlueprintInstance blueprintInstance,
Expansion... expansions) |
SpaceService.SpaceFinder |
SpaceService.find(Expansion... expansion)
Create a space finder to locate spaces, the expansions will be applied to each Space matching the
restrictions on the finder.
|
ContentVersionService.VersionFinder |
ContentVersionService.find(Expansion... expansions)
Returns a finder interface for setting search criterion for versions or content.
|
AttachmentService.AttachmentFinder |
AttachmentService.find(Expansion... expansions)
Creates an attachment finder for locating attachments.
|
ContentPropertyService.ContentPropertyFinder |
ContentPropertyService.find(Expansion... expansions)
Create a
ContentPropertyService.ContentPropertyFinder for locating content, the expansions will be applied to each property that
matches the finder. |
ContentService.ContentFinder |
ContentService.find(Expansion... expansions)
Create a ContentFinder for locating content, the expansions will be applied to each piece of content that matches the
finder.
|
SpacePropertyService.SpacePropertyFinder |
SpacePropertyService.find(Expansion... expansions)
Create a
SpacePropertyService.SpacePropertyFinder for locating properties, the expansions will be applied to each property that
matches the finder. |
ChildContentService.ChildContentFinder |
ChildContentService.findContent(ContentId parentId,
Expansion... expansion)
A finder to locate
Content under a parent. |
SpaceService.SpaceContentFinder |
SpaceService.findContent(Space space,
Expansion... expansion)
A finder to locate content in the space
|
ContentMacroService.MacroInstanceFinder |
ContentMacroService.findInContent(ContentId contentId,
Expansion... expansion)
Create a macro instance finder to locate macro instances in the given Content
|
Content |
ContentBlueprintService.publishInstance(Content content,
Expansion... expansions) |
Content |
ContentDraftService.publishNewDraft(Content content,
Expansion... expansions)
Publishes the draft.
|
Version |
ContentVersionService.restore(ContentId contentId,
VersionRestoreParameters versionRestoreParameters,
Expansion... expansions)
Restore on version of content, update current content with that version then increment version number of current version.
|
Modifier and Type | Method and Description |
---|---|
ContentTemplate |
ContentTemplateService.create(ContentTemplate contentTemplate,
Expansion... expand)
Create Template.
|
default ContentBlueprintInstance |
ContentTemplateService.createInstance(ContentBlueprintInstance blueprintInstance,
Expansion... expansions)
Create a page/draft content from a template.
|
ContentTemplateService.TemplateFinder |
ContentTemplateService.find(Expansion... expansions)
Creates an Template finder for locating Templates.
|
ContentTemplate |
ContentTemplateService.getTemplate(ContentTemplateId contentTemplateId,
Expansion... expansions)
Return an individual template.
|
PageResponse<ContentTemplate> |
ContentTemplateService.getTemplates(ContentTemplateType contentTemplateType,
com.atlassian.fugue.Option<Space> space,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
|
default PageResponse<ContentTemplate> |
ContentTemplateService.getTemplates(ContentTemplateType contentTemplateType,
Optional<Space> space,
PageRequest pageRequest,
Expansion... expansions)
Returns templates of the current space, or returns global templates if no space specified.
|
ContentTemplate |
ContentTemplateService.update(ContentTemplate contentTemplate,
Expansion... expansions)
Update an existing template
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<LongTaskStatus> |
LongTaskService.get(LongTaskId id,
Expansion... expansions)
Deprecated.
since 6.13.0, use {
LongTaskService.getStatus(LongTaskId, Expansion...) } |
PageResponse<LongTaskStatus> |
LongTaskService.getAll(PageRequest request,
Expansion... expansions)
Returns the status of all tracked long-running tasks visible to the user.
|
default Optional<LongTaskStatus> |
LongTaskService.getStatus(LongTaskId id,
Expansion... expansions)
Returns the status of a long-running task.
|
Modifier and Type | Method and Description |
---|---|
GroupService.GroupFinder |
GroupService.find(Expansion... expansions)
Create a GroupFinder for locating groups, the expansions will be applied to each group that matches the
finder.
|
PersonService.PersonFinder |
PersonService.find(Expansion... expansions)
Create a person finder to locate persons
Restrictions can be applied to the finder using the appropriate withFoo() method
|
Person |
PersonService.getCurrentUser(Expansion... expansions)
Get the currently logged in user
|
Modifier and Type | Method and Description |
---|---|
ContentRestrictionsPageResponse |
ContentRestrictionService.addRestrictions(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions)
Attempts to add all the restrictions specified to a piece of content identified by
contentId . |
ContentRestrictionsPageResponse |
ContentRestrictionService.deleteAllDirectRestrictions(ContentId target,
Expansion... expansions)
Attempts to delete all the restrictions specified directly on a piece of content identified by
contentId . |
ContentRestrictionsPageResponse |
ContentRestrictionService.getRestrictions(ContentId target,
PageRequest pageRequest,
Expansion... expansions)
Retrieves all the restrictions for all the operations on a given Content.
|
ContentRestriction |
ContentRestrictionService.getRestrictionsForOperation(ContentId target,
OperationKey operationKey,
PageRequest pageRequest,
Expansion... expansions)
Retrieves all restrictions for given operation key on given content.
|
Map<OperationKey,ContentRestriction> |
ContentRestrictionService.getRestrictionsGroupByOperation(ContentId target,
Expansion... expansions)
List all restrictions that exist directly on the given content.
|
ContentRestrictionsPageResponse |
ContentRestrictionService.updateRestrictions(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions)
Sets all the restrictions specified to a piece of content identified by
contentId , replacing any existing permissions. |
Modifier and Type | Method and Description |
---|---|
PageResponse<R> |
RelationService.RelatableFinder.fetchMany(PageRequest pageRequest,
Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
SearchPageResponse<SearchResult> |
CQLSearchService.search(String cqlInput,
SearchOptions searchOptions,
PageRequest pageRequest,
Expansion... expansions)
Execute a CQL search query and fetch a page of results.
|
PageResponse<Content> |
CQLSearchService.searchContent(String cqlInput,
Expansion... expansions)
Execute a CQL search query and fetch a page results.
|
PageResponse<Content> |
CQLSearchService.searchContent(String cqlInput,
PageRequest pageRequest,
Expansion... expansions)
Execute a CQL search query and fetch a page results.
|
PageResponse<Content> |
CQLSearchService.searchContent(String cqlInput,
SearchContext searchContext,
PageRequest pageRequest,
Expansion... expansions)
Execute a CQL search query and fetch a page results.
|
Modifier and Type | Method and Description |
---|---|
Content |
ContentRpc.get(ContentId contentId,
Expansion... expansions) |
Content |
ContentRpc.getWithAnyStatus(ContentId contentId,
Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
ContentPropertyService.ContentPropertyFinder |
ContentPropertyFinderFactory.createContentPropertyFinder(ContentPropertyFinderPermissionCheck permissionCheck,
Expansion... expansions) |
ContentPropertyService.ContentPropertyFinder |
ContentPropertyFinderFactory.createContentPropertyFinder(Expansion... expansions) |
ContentPropertyService.ContentPropertyFinder |
ContentPropertyServiceImpl.find(Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
SpacePropertyService.SpacePropertyFinder |
SpacePropertyFinderFactory.createSpacePropertyFinder(Expansion... expansions) |
SpacePropertyService.SpacePropertyFinder |
SpacePropertyServiceImpl.find(Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
protected abstract Expansion[] |
AbstractLikeEventRenderContextProvider.getMediumSpecificExpansions(com.atlassian.confluence.notifications.CachedContentFinder cachedContentFinder) |
protected Expansion[] |
LikeEventHipChatRenderContextProvider.getMediumSpecificExpansions(com.atlassian.confluence.notifications.CachedContentFinder cachedContentFinder) |
protected Expansion[] |
LikeEventEmailRenderContextProvider.getMediumSpecificExpansions(com.atlassian.confluence.notifications.CachedContentFinder cachedContentFinder) |
Modifier and Type | Method and Description |
---|---|
static Expansion[] |
ExpansionsParser.parse(String expand)
Converts a string representation of a collection of Expansions back into an
Expansion array. |
static Expansion[] |
ExpansionsParser.parseExperimental(String expand)
Converts a string representation of a collection of Expansions back into an
Expansion array. |
static Expansion |
ExpansionsParser.parseExperimentalSingle(String expand)
Same as calling
ExpansionsParser.parseSingle(java.lang.String) , but allows for experimental expansions. |
static Expansion |
ExpansionsParser.parseSingle(String expand)
Converts a string representation of a single Expansion back into an Expansion.
|
Modifier and Type | Method and Description |
---|---|
static String |
ExpansionsParser.asString(Expansion[] expansionsArr)
Converts a collection of
Expansion s into a single string. |
Modifier and Type | Field and Description |
---|---|
protected Expansion[] |
AbstractRemoteContentService.AbstractRemoteContentFinder.expansions |
Modifier and Type | Method and Description |
---|---|
protected com.sun.jersey.api.client.WebResource |
AbstractRemoteService.addExpansions(com.sun.jersey.api.client.WebResource resource,
@Nullable Expansion[] expansions)
add the expansions to the WebResource as a query param, this specifies which properties
on the results to expand
|
com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse> |
RemoteContentRestrictionServiceImpl.addRestrictions(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentRestrictionServiceImpl.addRestrictionsCompletionStage(ContentId, Collection, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse> |
RemoteContentRestrictionService.addRestrictions(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentRestrictionService.addRestrictionsCompletionStage(ContentId, Collection, Expansion...) instead. |
CompletionStage<ContentRestrictionsPageResponse> |
RemoteContentRestrictionServiceImpl.addRestrictionsCompletionStage(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions) |
CompletionStage<ContentRestrictionsPageResponse> |
RemoteContentRestrictionService.addRestrictionsCompletionStage(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions)
Attempts to add all the restrictions specified to a piece of content identified by
contentId . |
protected boolean |
AbstractRemoteContentService.containsExperimentalExpansion(Expansion[] expansions) |
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionService.convert(ContentBody body,
ContentRepresentation representation,
Expansion... expansions)
Deprecated.
|
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionServiceImpl.convert(ContentBody body,
ContentRepresentation representation,
Expansion... expansions)
Deprecated.
|
CompletionStage<ContentBody> |
RemoteContentBodyConversionService.convertCompletionStage(ContentBody body,
ContentRepresentation representation,
Expansion... expansions)
Convert a ContentBody value into another format, performing validation during the conversion.
|
CompletionStage<ContentBody> |
RemoteContentBodyConversionServiceImpl.convertCompletionStage(ContentBody body,
ContentRepresentation representation,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentService.create(Content newContent,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentService.createCompletionStage(Content, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<Content> |
AbstractRemoteContentService.create(Content newContent,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
AbstractRemoteContentService.createCompletionStage(Content, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<ContentTemplate> |
RemoteContentTemplateService.create(ContentTemplate contentTemplate,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentTemplateService.createCompletionStage(ContentTemplate, Expansion...) instead. |
CompletionStage<Content> |
RemoteContentService.createCompletionStage(Content newContent,
Expansion... expansions)
Create a piece of content.
|
CompletionStage<Content> |
AbstractRemoteContentService.createCompletionStage(Content newContent,
Expansion... expansions) |
CompletionStage<ContentTemplate> |
RemoteContentTemplateService.createCompletionStage(ContentTemplate contentTemplate,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<ContentBlueprintInstance> |
RemoteContentTemplateService.createInstance(ContentBlueprintInstance contentBlueprintInstance,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentTemplateService.createInstanceCompletionStage(ContentBlueprintInstance, Expansion...) instead. |
CompletionStage<ContentBlueprintInstance> |
RemoteContentTemplateService.createInstanceCompletionStage(ContentBlueprintInstance contentBlueprintInstance,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse> |
RemoteContentRestrictionServiceImpl.deleteAllDirectRestrictions(ContentId target,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentRestrictionServiceImpl.deleteAllDirectRestrictionsCompletionStage(ContentId, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse> |
RemoteContentRestrictionService.deleteAllDirectRestrictions(ContentId target,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentRestrictionService.deleteAllDirectRestrictionsCompletionStage(ContentId, Expansion...) instead. |
CompletionStage<ContentRestrictionsPageResponse> |
RemoteContentRestrictionServiceImpl.deleteAllDirectRestrictionsCompletionStage(ContentId target,
Expansion... expansions) |
CompletionStage<ContentRestrictionsPageResponse> |
RemoteContentRestrictionService.deleteAllDirectRestrictionsCompletionStage(ContentId target,
Expansion... expansions)
Attempts to delete all the restrictions specified directly on a piece of content identified by
contentId . |
RemotePersonService.RemotePersonFinder |
RemotePersonService.find(Expansion... expansions) |
RemoteSpaceService.RemoteSpaceFinder |
RemoteSpaceService.find(Expansion... expansions) |
RemoteSpacePropertyService.RemoteSpacePropertyFinder |
RemoteSpacePropertyServiceImpl.find(Expansion... expansions) |
RemoteContentVersionService.RemoteVersionFinder |
RemoteContentVersionService.find(Expansion... expansions)
Returns a finder interface for setting search criterion for versions or content.
|
RemoteContentPropertyService.RemoteContentPropertyFinder |
RemoteContentPropertyService.find(Expansion... expansions) |
RemoteSpacePropertyService.RemoteSpacePropertyFinder |
RemoteSpacePropertyService.find(Expansion... expansions) |
RemoteAttachmentService.RemoteAttachmentFinder |
RemoteAttachmentServiceImpl.find(Expansion... expansions) |
RemoteContentService.RemoteContentFinder |
RemoteContentServiceImpl.find(Expansion... expansions) |
RemoteContentService.RemoteContentFinder |
RemoteContentService.find(Expansion... expansions)
Create a content finder to retrieve content from the remote server
|
RemotePersonService.RemotePersonFinder |
RemotePersonServiceImpl.find(Expansion... expansions) |
RemoteAttachmentService.RemoteAttachmentFinder |
RemoteAttachmentService.find(Expansion... expansions) |
RemoteContentTemplateService.RemoteTemplateFinder |
RemoteContentTemplateService.find(Expansion... expansions) |
RemoteContentPropertyService.RemoteContentPropertyFinder |
RemoteContentPropertyServiceImpl.find(Expansion... expansions) |
RemoteSpaceService.RemoteSpaceFinder |
RemoteSpaceServiceImpl.find(Expansion... expansions) |
RemoteChildContentService.RemoteChildContentFinder |
RemoteChildContentService.findContent(ContentId parentId,
Expansion... expansions)
Create a finder to find content in the given parent.
|
RemoteChildContentService.RemoteChildContentFinder |
RemoteChildContentServiceImpl.findContent(ContentId parentId,
Expansion... expansion) |
RemoteSpaceService.RemoteSpaceContentFinder |
RemoteSpaceService.findContent(Space space,
Expansion... expansion)
Create a finder to find content in the given space.
|
RemoteSpaceService.RemoteSpaceContentFinder |
RemoteSpaceServiceImpl.findContent(Space space,
Expansion... expansion) |
RemoteContentMacroService.RemoteMacroFinder |
RemoteContentMacroService.findInContent(ContentId contentId,
Expansion... expansions)
Retrieve details about a macro matching the page, version and macro hash.
|
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<LongTaskStatus>> |
RemoteLongTaskService.get(LongTaskId id,
Expansion... expansions)
Returns the status of a long-running task.
|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteContentService.getChildren(Content parent,
PageRequest pageRequest,
Expansion... expansion)
Deprecated.
since 7.0.1. Use
RemoteContentService.getChildrenCompletionStage(Content, PageRequest, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
AbstractRemoteContentService.getChildren(Content parent,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
AbstractRemoteContentService.getChildrenCompletionStage(Content, PageRequest, Expansion...) instead. |
CompletionStage<PageResponse<Content>> |
RemoteContentService.getChildrenCompletionStage(Content parent,
PageRequest pageRequest,
Expansion... expansion)
Retrieve the children of an item of Content.
|
CompletionStage<PageResponse<Content>> |
AbstractRemoteContentService.getChildrenCompletionStage(Content parent,
PageRequest pageRequest,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<Person> |
RemotePersonService.getCurrentUser(Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemotePersonService.getCurrentUserCompletionStage(Expansion...) instead. |
com.atlassian.util.concurrent.Promise<Person> |
RemotePersonServiceImpl.getCurrentUser(Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemotePersonServiceImpl.getCurrentUserCompletionStage(Expansion...) instead. |
CompletionStage<Person> |
RemotePersonService.getCurrentUserCompletionStage(Expansion... expansions) |
CompletionStage<Person> |
RemotePersonServiceImpl.getCurrentUserCompletionStage(Expansion... expansions) |
com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse> |
RemoteContentRestrictionServiceImpl.getRestrictions(ContentId target,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentRestrictionServiceImpl.getRestrictionsCompletionStage(ContentId, PageRequest, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse> |
RemoteContentRestrictionService.getRestrictions(ContentId target,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentRestrictionService.getRestrictionsCompletionStage(ContentId, PageRequest, Expansion...) instead. |
CompletionStage<ContentRestrictionsPageResponse> |
RemoteContentRestrictionServiceImpl.getRestrictionsCompletionStage(ContentId target,
PageRequest pageRequest,
Expansion... expansions) |
CompletionStage<ContentRestrictionsPageResponse> |
RemoteContentRestrictionService.getRestrictionsCompletionStage(ContentId target,
PageRequest pageRequest,
Expansion... expansions)
Retrieves all the restrictions for all the operations on a given Content.
|
com.atlassian.util.concurrent.Promise<ContentRestriction> |
RemoteContentRestrictionServiceImpl.getRestrictionsForOperation(ContentId target,
OperationKey operationKey,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
|
com.atlassian.util.concurrent.Promise<ContentRestriction> |
RemoteContentRestrictionService.getRestrictionsForOperation(ContentId target,
OperationKey operationKey,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
|
CompletionStage<ContentRestriction> |
RemoteContentRestrictionServiceImpl.getRestrictionsForOperationCompletionStage(ContentId target,
OperationKey operationKey,
PageRequest pageRequest,
Expansion... expansions) |
CompletionStage<ContentRestriction> |
RemoteContentRestrictionService.getRestrictionsForOperationCompletionStage(ContentId target,
OperationKey operationKey,
PageRequest pageRequest,
Expansion... expansions)
Retrieves all restrictions for given operation key on given content.
|
com.atlassian.util.concurrent.Promise<Map<OperationKey,ContentRestriction>> |
RemoteContentRestrictionServiceImpl.getRestrictionsGroupByOperation(ContentId target,
Expansion... expansions)
Deprecated.
|
com.atlassian.util.concurrent.Promise<Map<OperationKey,ContentRestriction>> |
RemoteContentRestrictionService.getRestrictionsGroupByOperation(ContentId target,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentRestrictionService.getRestrictionsGroupByOperationCompletionStage(ContentId, Expansion...) instead. |
CompletionStage<Map<OperationKey,ContentRestriction>> |
RemoteContentRestrictionServiceImpl.getRestrictionsGroupByOperationCompletionStage(ContentId target,
Expansion... expansions) |
CompletionStage<Map<OperationKey,ContentRestriction>> |
RemoteContentRestrictionService.getRestrictionsGroupByOperationCompletionStage(ContentId target,
Expansion... expansions)
List all restrictions that exist directly on the given content.
|
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> |
RemoteSpaceService.getSpace(String spaceKey,
Expansion... expansions)
Deprecated.
since 5.6. Use
RemoteSpaceService.find(Expansion...) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> |
RemoteSpaceServiceImpl.getSpace(String spaceKey,
Expansion... expansions)
Deprecated.
since 5.6. Use
RemoteSpaceServiceImpl.find(Expansion...) |
default com.atlassian.util.concurrent.Promise<Optional<LongTaskStatus>> |
RemoteLongTaskService.getStatus(LongTaskId id,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<ContentTemplate> |
RemoteContentTemplateService.getTemplate(ContentTemplateId contentTemplateId,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentTemplateService.getTemplateCompletionStage(ContentTemplateId, Expansion...) instead. |
CompletionStage<ContentTemplate> |
RemoteContentTemplateService.getTemplateCompletionStage(ContentTemplateId contentTemplateId,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> |
RemoteContentTemplateService.getTemplates(ContentTemplateType contentTemplateType,
com.atlassian.fugue.Option<Space> space,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
|
default com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> |
RemoteContentTemplateService.getTemplates(ContentTemplateType contentTemplateType,
Optional<Space> space,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
|
CompletionStage<PageResponse<ContentTemplate>> |
RemoteContentTemplateService.getTemplatesCompletionStage(ContentTemplateType contentTemplateType,
Optional<Space> space,
PageRequest pageRequest,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentBlueprintService.publishInstance(Content content,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentBlueprintService.publishInstanceCompletionStage(Content, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentBlueprintServiceImpl.publishInstance(Content content,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentBlueprintServiceImpl.publishInstanceCompletionStage(Content, Expansion...) instead. |
CompletionStage<Content> |
RemoteContentBlueprintService.publishInstanceCompletionStage(Content content,
Expansion... expansions)
Publishes the draft from blueprints.
|
CompletionStage<Content> |
RemoteContentBlueprintServiceImpl.publishInstanceCompletionStage(Content content,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentDraftServiceImpl.publishNewDraft(Content content,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentDraftServiceImpl.publishNewDraftCompletionStage(Content, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<Content> |
RemoteContentDraftService.publishNewDraft(Content content,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentDraftService.publishNewDraftCompletionStage(Content, Expansion...) instead. |
CompletionStage<Content> |
RemoteContentDraftServiceImpl.publishNewDraftCompletionStage(Content content,
Expansion... expansions) |
CompletionStage<Content> |
RemoteContentDraftService.publishNewDraftCompletionStage(Content content,
Expansion... expansions)
Publishes the draft.
|
com.atlassian.util.concurrent.Promise<Version> |
RemoteContentVersionService.restore(ContentId contentId,
VersionRestoreParameters versionRestoreParameters,
Expansion... expansions)
Restore on version of content, update current content with that version then increment version number of current version.
|
CompletionStage<Version> |
RemoteContentVersionService.restoreCompletionStage(ContentId contentId,
VersionRestoreParameters versionRestoreParameters,
Expansion... expansions)
Restore on version of content, update current content with that version then increment version number of current version.
|
com.atlassian.util.concurrent.Promise<SearchPageResponse<SearchResult>> |
RemoteCQLSearchService.search(String cql,
SearchOptions searchOptions,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteCQLSearchService.searchCompletionStage(String, SearchOptions, PageRequest, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<SearchPageResponse<SearchResult>> |
RemoteCQLSearchServiceImpl.search(String cql,
SearchOptions searchOptions,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteCQLSearchServiceImpl.searchCompletionStage(String, SearchOptions, PageRequest, Expansion...) instead. |
CompletionStage<SearchPageResponse<SearchResult>> |
RemoteCQLSearchService.searchCompletionStage(String cql,
SearchOptions searchOptions,
PageRequest pageRequest,
Expansion... expansions) |
CompletionStage<SearchPageResponse<SearchResult>> |
RemoteCQLSearchServiceImpl.searchCompletionStage(String cql,
SearchOptions searchOptions,
PageRequest pageRequest,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchService.searchContent(String cql,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteCQLSearchService.searchContentCompletionStage(String, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchServiceImpl.searchContent(String cql,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteCQLSearchServiceImpl.searchContentCompletionStage(String, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchService.searchContent(String cql,
PageRequest request,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteCQLSearchService.searchContentCompletionStage(String, PageRequest, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchServiceImpl.searchContent(String cql,
PageRequest request,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteCQLSearchServiceImpl.searchContentCompletionStage(String, PageRequest, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchService.searchContent(String cqlInput,
SearchContext searchContext,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteCQLSearchService.searchContentCompletionStage(String, SearchContext, PageRequest, Expansion...) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchServiceImpl.searchContent(String cqlInput,
SearchContext searchContext,
PageRequest request,
Expansion... expansions)
Deprecated.
|
CompletionStage<SearchPageResponse<Content>> |
RemoteCQLSearchService.searchContentCompletionStage(String cql,
Expansion... expansions) |
CompletionStage<SearchPageResponse<Content>> |
RemoteCQLSearchServiceImpl.searchContentCompletionStage(String cql,
Expansion... expansions) |
CompletionStage<SearchPageResponse<Content>> |
RemoteCQLSearchService.searchContentCompletionStage(String cql,
PageRequest request,
Expansion... expansions) |
CompletionStage<SearchPageResponse<Content>> |
RemoteCQLSearchServiceImpl.searchContentCompletionStage(String cql,
PageRequest request,
Expansion... expansions) |
CompletionStage<SearchPageResponse<Content>> |
RemoteCQLSearchService.searchContentCompletionStage(String cqlInput,
SearchContext searchContext,
PageRequest pageRequest,
Expansion... expansions) |
CompletionStage<SearchPageResponse<Content>> |
RemoteCQLSearchServiceImpl.searchContentCompletionStage(String cqlInput,
SearchContext searchContext,
PageRequest pageRequest,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<ContentTemplate> |
RemoteContentTemplateService.update(ContentTemplate contentTemplate,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentTemplateService.updateCompletionStage(ContentTemplate, Expansion...) instead. |
CompletionStage<ContentTemplate> |
RemoteContentTemplateService.updateCompletionStage(ContentTemplate contentTemplate,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse> |
RemoteContentRestrictionServiceImpl.updateRestrictions(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions)
Deprecated.
|
com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse> |
RemoteContentRestrictionService.updateRestrictions(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentRestrictionService.updateRestrictionsCompletionStage(ContentId, Collection, Expansion...) instead. |
CompletionStage<ContentRestrictionsPageResponse> |
RemoteContentRestrictionServiceImpl.updateRestrictionsCompletionStage(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions) |
CompletionStage<ContentRestrictionsPageResponse> |
RemoteContentRestrictionService.updateRestrictionsCompletionStage(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions)
Sets all the restrictions specified to a piece of content identified by
contentId , replacing any existing permissions. |
Constructor and Description |
---|
AbstractRemoteContentFinder(AbstractRemoteContentService otherService,
Expansion... expansions) |
RemoteChildContentFinderImpl(AbstractRemoteService other,
ContentId parentId,
Expansion[] expansion) |
RemoteContentPropertyFinderImpl(AbstractRemoteService other,
Expansion... expansions) |
RemotePersonFinderImpl(AbstractRemoteService other,
Expansion... expansions) |
RemoteSpaceContentFinderImpl(AbstractRemoteService other,
Space space,
Expansion[] expansion) |
RemoteSpaceFinderImpl(AbstractRemoteService other,
Expansion... expansions) |
RemoteSpacePropertyFinderImpl(AbstractRemoteService other,
Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
RemoteContentService.RemoteContentFinder |
GraphQLRemoteContentServiceImpl.find(Expansion... expansions) |
RemoteChildContentService.RemoteChildContentFinder |
GraphQLRemoteChildContentServiceImpl.findContent(ContentId parentId,
Expansion... expansion) |
Constructor and Description |
---|
RemoteChildContentFinderImpl(AbstractRemoteService other,
ContentId parentId,
Expansion[] expansions) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<ContentTemplate> |
RemoteContentTemplateServiceImpl.create(ContentTemplate contentTemplate,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentTemplateServiceImpl.createCompletionStage(ContentTemplate, Expansion...) instead. |
CompletionStage<ContentTemplate> |
RemoteContentTemplateServiceImpl.createCompletionStage(ContentTemplate contentTemplate,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<ContentBlueprintInstance> |
RemoteContentTemplateServiceImpl.createInstance(ContentBlueprintInstance contentBlueprintInstance,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentTemplateServiceImpl.createInstanceCompletionStage(ContentBlueprintInstance, Expansion...) instead. |
CompletionStage<ContentBlueprintInstance> |
RemoteContentTemplateServiceImpl.createInstanceCompletionStage(ContentBlueprintInstance contentBlueprintInstance,
Expansion... expansions) |
RemoteContentTemplateService.RemoteTemplateFinder |
RemoteContentTemplateServiceImpl.find(Expansion... expansions) |
RemoteContentVersionService.RemoteVersionFinder |
RemoteContentVersionServiceImpl.find(Expansion... expansions) |
RemoteContentMacroService.RemoteMacroFinder |
RemoteContentMacroServiceImpl.findInContent(ContentId content,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<LongTaskStatus>> |
RemoteLongTaskServiceImpl.get(LongTaskId id,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<ContentTemplate> |
RemoteContentTemplateServiceImpl.getTemplate(ContentTemplateId contentTemplateId,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentTemplateServiceImpl.getTemplateCompletionStage(ContentTemplateId, Expansion...) instead. |
CompletionStage<ContentTemplate> |
RemoteContentTemplateServiceImpl.getTemplateCompletionStage(ContentTemplateId contentTemplateId,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> |
RemoteContentTemplateServiceImpl.getTemplates(ContentTemplateType contentTemplateType,
com.atlassian.fugue.Option<Space> space,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
|
CompletionStage<PageResponse<ContentTemplate>> |
RemoteContentTemplateServiceImpl.getTemplatesCompletionStage(ContentTemplateType contentTemplateType,
Optional<Space> space,
PageRequest pageRequest,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<Version> |
RemoteContentVersionServiceImpl.restore(ContentId contentId,
VersionRestoreParameters versionRestoreParameters,
Expansion... expansions)
Deprecated.
|
CompletionStage<Version> |
RemoteContentVersionServiceImpl.restoreCompletionStage(ContentId contentId,
VersionRestoreParameters versionRestoreParameters,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<ContentTemplate> |
RemoteContentTemplateServiceImpl.update(ContentTemplate contentTemplate,
Expansion... expansions)
Deprecated.
since 7.0.1. Use
RemoteContentTemplateServiceImpl.updateCompletionStage(ContentTemplate, Expansion...) instead. |
CompletionStage<ContentTemplate> |
RemoteContentTemplateServiceImpl.updateCompletionStage(ContentTemplate contentTemplate,
Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
RemoteGroupService.RemoteGroupFinder |
RemoteGroupService.find(Expansion... expansions) |
RemoteGroupService.RemoteGroupFinder |
RemoteGroupServiceImpl.find(Expansion... expansions) |
Constructor and Description |
---|
RemoteGroupFinderImpl(Expansion[] expansions) |
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences