Class RemoteContentMacroServiceImpl.RemoteMacroFinderImpl
java.lang.Object
com.atlassian.confluence.rest.client.AbstractRemoteService<ContentMacroService.MacroInstanceFinder>
com.atlassian.confluence.rest.client.impl.RemoteContentMacroServiceImpl.RemoteMacroFinderImpl
- All Implemented Interfaces:
RemoteContentMacroService.RemoteMacroFinder,RemoteSingleFetcher<MacroInstance>
- Enclosing class:
RemoteContentMacroServiceImpl
public class RemoteContentMacroServiceImpl.RemoteMacroFinderImpl
extends AbstractRemoteService<ContentMacroService.MacroInstanceFinder>
implements RemoteContentMacroService.RemoteMacroFinder
-
Field Summary
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRemoteMacroFinderImpl(AbstractRemoteService otherService, ContentId contentId) -
Method Summary
Modifier and TypeMethodDescriptionwithContentVersion(int versionNumber) Deprecated.withMacroId(String macroId) Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfGenericListResponse, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, newBackdoorWebTarget, newExperimentalRestWebTarget, newWebTarget, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postVoidCompletionStage, putCompletionStage, putVoidCompletionStageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
-
Constructor Details
-
RemoteMacroFinderImpl
-
-
Method Details
-
withHash
Deprecated.since 5.8, usewithMacroId(String)- Specified by:
withHashin interfaceRemoteContentMacroService.RemoteMacroFinder- Parameters:
hash- The hash identifying the body of the macro- Returns:
- this
-
withMacroId
- Specified by:
withMacroIdin interfaceRemoteContentMacroService.RemoteMacroFinder- Parameters:
macroId- The macroId identifying the body of the macro- Returns:
- this
-
withContentVersion
- Specified by:
withContentVersionin interfaceRemoteContentMacroService.RemoteMacroFinder- Parameters:
versionNumber- The version of the page to scan for the macro- Returns:
- this
-
fetchCompletionStage
- Specified by:
fetchCompletionStagein interfaceRemoteSingleFetcher<MacroInstance>- See Also:
-
withMacroId(String)