Package | Description |
---|---|
com.atlassian.confluence.api.model.content | |
com.atlassian.confluence.plugins.restapi.resources | |
com.atlassian.confluence.rest.client.impl |
Modifier and Type | Method and Description |
---|---|
MacroInstance |
MacroInstance.MacroBuilder.build() |
Modifier and Type | Method and Description |
---|---|
MacroInstance |
ContentResource.getMacroBodyByHash(ContentId contentId,
int versionId,
String hash)
|
MacroInstance |
ContentResource.getMacroBodyByMacroId(ContentId contentId,
int versionId,
String macroId)
Returns the body of a macro (in storage format) with the given id.
|
Modifier and Type | Method and Description |
---|---|
CompletionStage<Optional<MacroInstance>> |
RemoteContentMacroServiceImpl.RemoteMacroFinderImpl.fetchCompletionStage() |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<MacroInstance>> |
RemoteContentMacroServiceImpl.RemoteMacroFinderImpl.fetchOne() |
com.atlassian.util.concurrent.Promise<MacroInstance> |
RemoteContentMacroServiceImpl.RemoteMacroFinderImpl.fetchOneOrNull() |
CompletionStage<MacroInstance> |
RemoteContentMacroServiceImpl.RemoteMacroFinderImpl.fetchOrNullCompletionStage() |
Copyright © 2003–2021 Atlassian. All rights reserved.