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