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 |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<MacroInstance>> |
RemoteContentMacroServiceImpl.RemoteMacroFinderImpl.fetchOne() |
com.atlassian.util.concurrent.Promise<MacroInstance> |
RemoteContentMacroServiceImpl.RemoteMacroFinderImpl.fetchOneOrNull() |
Copyright © 2003–2018 Atlassian. All rights reserved.