Uses of Class
com.avoka.component.sharepoint.SPConnection
-
Packages that use SPConnection Package Description com.avoka.component.sharepoint Provides Microsoft SharePoint integration classes.com.avoka.component.sharepoint.service Provides Microsoft SharePoint service classes. -
-
Uses of SPConnection in com.avoka.component.sharepoint
Methods in com.avoka.component.sharepoint that return SPConnection Modifier and Type Method Description protected SPConnection
AbstractService. getSPConnection()
Constructors in com.avoka.component.sharepoint with parameters of type SPConnection Constructor Description AbstractService(SPConnection sharePointConnection)
Create SharePoint service class with the given connection. -
Uses of SPConnection in com.avoka.component.sharepoint.service
Constructors in com.avoka.component.sharepoint.service with parameters of type SPConnection Constructor Description Copy(SPConnection sharePointConnection)
Instantiate the Copy Interface wrapper with SharePoint Connection contextLists(SPConnection sharePointConnection)
Instantiate the Lists Interface wrapper with SharePoint Connection contextUserGroup(SPConnection sharePointConnection)
Instantiate the UserGroup Interface wrapper with SharePoint Connection contextUserProfileService(SPConnection sharePointConnection)
Instantiate the UserProfileService Interface wrapper with Sharepoint Connection contextWebs(SPConnection sharePointConnection)
Instantiate the Webs Interface wrapper with SharePoint Connection context
-