|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MacroInstance | |
|---|---|
| com.atlassian.confluence.api.model.content | |
| com.atlassian.confluence.rest.client | |
| com.atlassian.confluence.rest.client.impl | |
| com.atlassian.confluence.rest.resources | |
| Uses of MacroInstance in com.atlassian.confluence.api.model.content |
|---|
| Methods in com.atlassian.confluence.api.model.content that return MacroInstance | |
|---|---|
MacroInstance |
MacroInstance.MacroBuilder.build()
|
| Uses of MacroInstance in com.atlassian.confluence.rest.client |
|---|
| Methods in com.atlassian.confluence.rest.client that return types with arguments of type MacroInstance | |
|---|---|
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<MacroInstance>> |
RemoteContentMacroService.RemoteMacroFinder.fetchOne()
Fetch the macroinstance matching the with params from the remote server |
com.atlassian.util.concurrent.Promise<MacroInstance> |
RemoteContentMacroService.RemoteMacroFinder.fetchOneOrNull()
Fetch the macroinstance matching the with params from the remote server |
| Uses of MacroInstance in com.atlassian.confluence.rest.client.impl |
|---|
| Methods in com.atlassian.confluence.rest.client.impl that return types with arguments of type MacroInstance | |
|---|---|
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<MacroInstance>> |
RemoteContentMacroServiceImpl.RemoteMacroFinderImpl.fetchOne()
|
com.atlassian.util.concurrent.Promise<MacroInstance> |
RemoteContentMacroServiceImpl.RemoteMacroFinderImpl.fetchOneOrNull()
|
| Uses of MacroInstance in com.atlassian.confluence.rest.resources |
|---|
| Methods in com.atlassian.confluence.rest.resources that return MacroInstance | |
|---|---|
MacroInstance |
ContentResource.getMacroBodyByHash(ContentId contentId,
int versionId,
java.lang.String hash)
Returns the body of a macro (in storage format) with the given hash. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||