Uses of Class
com.avoka.component.sharepoint.SPException
-
Packages that use SPException Package Description com.avoka.component.sharepoint Provides Microsoft SharePoint integration classes.com.avoka.component.sharepoint.service Provides Microsoft SharePoint service classes. -
-
Uses of SPException in com.avoka.component.sharepoint
Methods in com.avoka.component.sharepoint that throw SPException Modifier and Type Method Description protected 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.Constructors in com.avoka.component.sharepoint that throw SPException Constructor Description SPClient(String username, String password, String serverUrl, String serverDomain)
Instantiate a SharePoint client with the provided connection details.SPClient(Map<String,String> serviceParameters)
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
Methods in com.avoka.component.sharepoint.service that throw SPException Modifier and Type Method Description String
Lists. 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.CopyResult
Copy. copyIntoItems(String path, String displayName, String internalName, String sourcePath, byte[] data)
Copies a document to a location on the SharePoint Server.byte[]
Copy. getItem(String path)
Get a byte[] representation of a document by URL.Map<String,String>
Lists. getListCollection(String siteContext)
Get all Lists within a specified Site.RowData
Lists. getListItems(String siteContext, String listName)
Get information on a List's Items.User
UserGroup. getUserInfo(String loginName)
Get information on a specific User.PropertyData
UserProfileService. getUserProfileByName(String accountName)
Gets the user profile property information by account name.Web
Webs. getWeb(String webUrl)
Return a Site's Properties.Map<String,String>
Webs. getWebCollection(String siteContext)
Retrieve the Title and URL's of all Sites beneath the specified Site.RowData
Lists. updateListItems(String siteContext, String listName, String updateXml)
Adds, deletes, or updates the specified Items in a List on the specified site.
-