Uses of Class
com.avoka.component.sharepoint.SPException
Package
Description
Provides Microsoft SharePoint integration classes.
Provides Microsoft SharePoint service classes.
-
Uses of SPException in com.avoka.component.sharepoint
Modifier and TypeMethodDescriptionprotected Document
AbstractService.postMessage
(String wsPortName, String requestMessage) Post a request to a SharePoint Web Service PortName.protected Document
AbstractService.postMessage
(String siteContext, String wsPortName, String requestMessage) Post a request to a SharePoint Web Service PortName.void
SPConnection.validatedResponse
(HttpResponse response, String targetUrl) Return the SOAP Document from the given HTTP response.ModifierConstructorDescriptionInstantiate a SharePoint client with the provided connection details.Instantiate a SharePoint client with the provided connection details map.SPConnection
(String username, String password, String serverUrl, String serverDomain) Create a SharePoint connection with the given connection details. -
Uses of SPException in com.avoka.component.sharepoint.service
Modifier and TypeMethodDescriptionLists.addAttachment
(String siteContext, String listName, String listItemId, String fileName, byte[] attachment) Adds an attachment to the specified list item in the specified list.void
Lists.checkInFile
(String pageUrl, String comment, String checkinType) Check a file into SharePoint from a remote URL.Copy.copyIntoItems
(String path, String displayName, String internalName, String sourcePath, byte[] data) Copies a document to a location on the SharePoint Server.byte[]
Get a byte[] representation of a document by URL.Lists.getListCollection
(String siteContext) Get all Lists within a specified Site.Lists.getListItems
(String siteContext, String listName) Get information on a List's Items.UserGroup.getUserInfo
(String loginName) Get information on a specific User.UserProfileService.getUserProfileByName
(String accountName) Gets the user profile property information by account name.Return a Site's Properties.Webs.getWebCollection
(String siteContext) Retrieve the Title and URL's of all Sites beneath the specified Site.Lists.updateListItems
(String siteContext, String listName, String updateXml) Adds, deletes, or updates the specified Items in a List on the specified site.