Package | Description |
---|---|
org.apache.manifoldcf.crawler.connectors.sharepoint |
Modifier and Type | Method and Description |
---|---|
List<NameValue> |
SPSProxyHelper.getAttachmentNames(String site,
String listName,
String itemID)
Gets a list of attachment URLs, given a site, list name, and list item ID.
|
List<NameValue> |
SharePointRepository.getDocLibsBySite(String parentSite)
Gets a list of document libraries of the given parent site
|
List<NameValue> |
SPSProxyHelper.getDocumentLibraries(String parentSite,
String parentSiteDecoded)
Gets a list of document libraries given a parent site
|
List<NameValue> |
SPSProxyHelper.getLists(String parentSite,
String parentSiteDecoded)
Gets a list of lists given a parent site
|
List<NameValue> |
SharePointRepository.getListsBySite(String parentSite)
Gets a list of lists of the given parent site
|
List<NameValue> |
SPSProxyHelper.getSites(String parentSite)
Gets a list of sites given a parent site
|
List<NameValue> |
SharePointRepository.getSites(String parentSite)
Gets a list of sites/subsites of the given parent site
|