Package | Description |
---|---|
org.apache.manifoldcf.crawler.connectors.confluence.client | |
org.apache.manifoldcf.crawler.connectors.confluence.model |
Modifier and Type | Method and Description |
---|---|
List<Label> |
ConfluenceClient.getLabels(String pageId)
Get the labels of a specific page
|
Modifier and Type | Field and Description |
---|---|
protected List<Label> |
Page.labels |
Modifier and Type | Method and Description |
---|---|
Label |
Label.LabelBuilder.fromJson(org.json.JSONObject jsonLabel) |
Label |
Label.LabelBuilder.fromJson(org.json.JSONObject jsonPage,
Label label) |
Modifier and Type | Method and Description |
---|---|
List<Label> |
Page.getLabels() |
Class<Label> |
Label.LabelBuilder.getType() |
Modifier and Type | Method and Description |
---|---|
Label |
Label.LabelBuilder.fromJson(org.json.JSONObject jsonPage,
Label label) |
Modifier and Type | Method and Description |
---|---|
void |
MutablePage.setLabels(List<Label> labels) |