Uses of Class
org.apache.manifoldcf.crawler.connectors.confluence.v6.model.Restrictions
-
Packages that use Restrictions Package Description org.apache.manifoldcf.crawler.connectors.confluence.v6.client org.apache.manifoldcf.crawler.connectors.confluence.v6.model -
-
Uses of Restrictions 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 Restrictions Modifier and Type Method Description ConfluenceRestrictionsResponse<Restrictions>ConfluenceClient. getPageReadRestrictions(int start, int limit, java.lang.String pageId) -
Uses of Restrictions in org.apache.manifoldcf.crawler.connectors.confluence.v6.model
Methods in org.apache.manifoldcf.crawler.connectors.confluence.v6.model that return Restrictions Modifier and Type Method Description RestrictionsRestrictions.RestrictionsBuilder. fromJson(org.json.simple.JSONObject restrictionsJson)RestrictionsRestrictions.RestrictionsBuilder. fromJson(org.json.simple.JSONObject restrictionsJson, Restrictions restrictions)Methods in org.apache.manifoldcf.crawler.connectors.confluence.v6.model that return types with arguments of type Restrictions Modifier and Type Method Description static ConfluenceResourceBuilder<? extends Restrictions>Restrictions. builder()java.lang.Class<Restrictions>Restrictions.RestrictionsBuilder. getType()Methods in org.apache.manifoldcf.crawler.connectors.confluence.v6.model with parameters of type Restrictions Modifier and Type Method Description RestrictionsRestrictions.RestrictionsBuilder. fromJson(org.json.simple.JSONObject restrictionsJson, Restrictions restrictions)
-