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 DocumentAbstractService. postMessage(String wsPortName, String requestMessage)Post a request to a SharePoint Web Service PortName.protected DocumentAbstractService. postMessage(String siteContext, String wsPortName, String requestMessage)Post a request to a SharePoint Web Service PortName.voidSPConnection. 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 StringLists. addAttachment(String siteContext, String listName, String listItemId, String fileName, byte[] attachment)Adds an attachment to the specified list item in the specified list.voidLists. checkInFile(String pageUrl, String comment, String checkinType)Check a file into SharePoint from a remote URL.CopyResultCopy. 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.RowDataLists. getListItems(String siteContext, String listName)Get information on a List's Items.UserUserGroup. getUserInfo(String loginName)Get information on a specific User.PropertyDataUserProfileService. getUserProfileByName(String accountName)Gets the user profile property information by account name.WebWebs. 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.RowDataLists. updateListItems(String siteContext, String listName, String updateXml)Adds, deletes, or updates the specified Items in a List on the specified site.
-