Uses of Class
org.apache.manifoldcf.crawler.connectors.confluence.v6.model.Label
-
Packages that use Label Package Description org.apache.manifoldcf.crawler.connectors.confluence.v6.client org.apache.manifoldcf.crawler.connectors.confluence.v6.model -
-
Uses of Label in org.apache.manifoldcf.crawler.connectors.confluence.v6.client
Methods in org.apache.manifoldcf.crawler.connectors.confluence.v6.client that return types with arguments of type Label Modifier and Type Method Description java.util.List<Label>ConfluenceClient. getLabels(java.lang.String pageId)Get the labels of a specific page -
Uses of Label in org.apache.manifoldcf.crawler.connectors.confluence.v6.model
Fields in org.apache.manifoldcf.crawler.connectors.confluence.v6.model with type parameters of type Label Modifier and Type Field Description protected java.util.List<Label>Page. labelsMethods in org.apache.manifoldcf.crawler.connectors.confluence.v6.model that return Label Modifier and Type Method Description LabelLabel.LabelBuilder. fromJson(org.json.simple.JSONObject jsonLabel)LabelLabel.LabelBuilder. fromJson(org.json.simple.JSONObject jsonPage, Label label)Methods in org.apache.manifoldcf.crawler.connectors.confluence.v6.model that return types with arguments of type Label Modifier and Type Method Description java.util.List<Label>Page. getLabels()java.lang.Class<Label>Label.LabelBuilder. getType()Methods in org.apache.manifoldcf.crawler.connectors.confluence.v6.model with parameters of type Label Modifier and Type Method Description LabelLabel.LabelBuilder. fromJson(org.json.simple.JSONObject jsonPage, Label label)Method parameters in org.apache.manifoldcf.crawler.connectors.confluence.v6.model with type arguments of type Label Modifier and Type Method Description voidMutablePage. setLabels(java.util.List<Label> labels)
-