public abstract class AbstractRESTConfluenceService extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractRESTConfluenceService.ServiceException |
| Constructor and Description |
|---|
AbstractRESTConfluenceService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
debugBody(okhttp3.Response res) |
protected rx.Observable<okhttp3.Response> |
fromRequest(okhttp3.Request req,
String description) |
protected rx.Observable<okhttp3.Response> |
fromUrlDELETE(okhttp3.HttpUrl url,
String description) |
protected rx.Observable<okhttp3.Response> |
fromUrlGET(okhttp3.HttpUrl url,
String description) |
protected rx.Observable<okhttp3.Response> |
fromUrlPOST(okhttp3.HttpUrl url,
okhttp3.RequestBody inputBody,
String description) |
protected rx.Observable<okhttp3.Response> |
fromUrlPUT(okhttp3.HttpUrl url,
okhttp3.RequestBody inputBody,
String description) |
abstract ConfluenceService.Credentials |
getCredentials() |
protected rx.Observable<javax.json.JsonObject> |
mapToArray(okhttp3.Response res) |
protected javax.json.JsonObject |
mapToObject(okhttp3.Response res) |
protected rx.Observable<javax.json.JsonObject> |
rxAddAttachment(String id,
Attachment att,
InputStream data) |
protected rx.Observable<okhttp3.Response> |
rxAddLabels(String id,
String... labels) |
protected rx.Observable<javax.json.JsonObject> |
rxAttachment(String id,
String fileName) |
protected rx.Observable<javax.json.JsonObject> |
rxAttachments(String id) |
protected rx.Observable<javax.json.JsonObject> |
rxChildrenPages(String id) |
rx.Observable<javax.json.JsonObject> |
rxCreatePage(javax.json.JsonObject inputData) |
protected rx.Observable<okhttp3.Response> |
rxDeletePageById(String id) |
protected rx.Observable<javax.json.JsonObject> |
rxDescendantPages(String id) |
rx.Observable<javax.json.JsonObject> |
rxfindPage(String spaceKey,
String title) |
protected rx.Observable<javax.json.JsonObject> |
rxfindPageById(String id) |
protected rx.Observable<javax.json.JsonObject> |
rxfindPages(String spaceKey,
String title) |
protected rx.Observable<javax.json.JsonObject> |
rxUpdatePage(String pageId,
javax.json.JsonObject inputData) |
protected abstract okhttp3.HttpUrl.Builder |
urlBuilder() |
public abstract ConfluenceService.Credentials getCredentials()
protected abstract okhttp3.HttpUrl.Builder urlBuilder()
protected rx.Observable<okhttp3.Response> fromRequest(okhttp3.Request req,
String description)
protected rx.Observable<okhttp3.Response> fromUrlGET(okhttp3.HttpUrl url,
String description)
protected rx.Observable<okhttp3.Response> fromUrlDELETE(okhttp3.HttpUrl url,
String description)
protected rx.Observable<okhttp3.Response> fromUrlPOST(okhttp3.HttpUrl url,
okhttp3.RequestBody inputBody,
String description)
protected rx.Observable<okhttp3.Response> fromUrlPUT(okhttp3.HttpUrl url,
okhttp3.RequestBody inputBody,
String description)
protected void debugBody(okhttp3.Response res)
protected rx.Observable<javax.json.JsonObject> mapToArray(okhttp3.Response res)
protected javax.json.JsonObject mapToObject(okhttp3.Response res)
protected rx.Observable<javax.json.JsonObject> rxfindPageById(String id)
protected rx.Observable<javax.json.JsonObject> rxfindPages(String spaceKey, String title)
protected rx.Observable<javax.json.JsonObject> rxDescendantPages(String id)
protected rx.Observable<javax.json.JsonObject> rxChildrenPages(String id)
public rx.Observable<javax.json.JsonObject> rxfindPage(String spaceKey, String title)
spaceKey - title - protected rx.Observable<okhttp3.Response> rxDeletePageById(String id)
public final rx.Observable<javax.json.JsonObject> rxCreatePage(javax.json.JsonObject inputData)
inputData - protected rx.Observable<javax.json.JsonObject> rxUpdatePage(String pageId, javax.json.JsonObject inputData)
protected final rx.Observable<okhttp3.Response> rxAddLabels(String id, String... labels)
inputData - protected rx.Observable<javax.json.JsonObject> rxAttachments(String id)
protected rx.Observable<javax.json.JsonObject> rxAttachment(String id, String fileName)
protected rx.Observable<javax.json.JsonObject> rxAddAttachment(String id, Attachment att, InputStream data)
Copyright © 2018. All rights reserved.