MS Sharepoint Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.modules.sharepoint
org.mule.modules.sharepoint.adapters
org.mule.modules.sharepoint.agents
org.mule.modules.sharepoint.api.client
org.mule.modules.sharepoint.api.client.impl
org.mule.modules.sharepoint.api.config
org.mule.modules.sharepoint.api.config.impl
org.mule.modules.sharepoint.api.service
org.mule.modules.sharepoint.api.service.impl
org.mule.modules.sharepoint.config
org.mule.modules.sharepoint.connectivity
org.mule.modules.sharepoint.exception
org.mule.modules.sharepoint.jersey
org.mule.modules.sharepoint.microsoft.alerts
org.mule.modules.sharepoint.microsoft.alerts.holders
org.mule.modules.sharepoint.microsoft.alerts.transformers
org.mule.modules.sharepoint.microsoft.authentication
org.mule.modules.sharepoint.microsoft.copy
org.mule.modules.sharepoint.microsoft.copy.holders
org.mule.modules.sharepoint.microsoft.copy.transformers
org.mule.modules.sharepoint.microsoft.dws
org.mule.modules.sharepoint.microsoft.forms
org.mule.modules.sharepoint.microsoft.imaging
org.mule.modules.sharepoint.microsoft.imaging.holders
org.mule.modules.sharepoint.microsoft.imaging.transformers
org.mule.modules.sharepoint.microsoft.lists
org.mule.modules.sharepoint.microsoft.lists.holders
org.mule.modules.sharepoint.microsoft.lists.transformers
org.mule.modules.sharepoint.microsoft.mails
org.mule.modules.sharepoint.microsoft.mails.holders
org.mule.modules.sharepoint.microsoft.mails.transformers
org.mule.modules.sharepoint.microsoft.meetings
org.mule.modules.sharepoint.microsoft.meetings.holders
org.mule.modules.sharepoint.microsoft.meetings.transformers
org.mule.modules.sharepoint.microsoft.people
org.mule.modules.sharepoint.microsoft.people.holders
org.mule.modules.sharepoint.microsoft.people.transformers
org.mule.modules.sharepoint.microsoft.permissions
org.mule.modules.sharepoint.microsoft.query
org.mule.modules.sharepoint.microsoft.search
org.mule.modules.sharepoint.microsoft.sitedata
org.mule.modules.sharepoint.microsoft.sitedata.transformers
org.mule.modules.sharepoint.microsoft.sites
org.mule.modules.sharepoint.microsoft.sites.holders
org.mule.modules.sharepoint.microsoft.sites.transformers
org.mule.modules.sharepoint.microsoft.usergroup
org.mule.modules.sharepoint.microsoft.versions
org.mule.modules.sharepoint.microsoft.views
org.mule.modules.sharepoint.microsoft.webpartpages
org.mule.modules.sharepoint.microsoft.webpartpages.transformers
org.mule.modules.sharepoint.microsoft.webs
org.mule.modules.sharepoint.process
org.mule.modules.sharepoint.processors
org.mule.modules.sharepoint.transformers
Interfaces
SharepointAlertsClient
SharepointAuthenticationClient
SharepointCopyClient
SharepointDwsClient
SharepointEmailClient
SharepointFormsClient
SharepointImagingClient
SharepointListClient
SharepointMeetingsClient
SharepointPeopleClient
SharepointPermissionsClient
SharepointQueryClient
SharepointSiteDataClient
SharepointSitesClient
SharepointUserGroupClient
SharepointVersionsClient
SharepointViewsClient
SharepointWebPartPagesClient
SharepointWebsClient
Package Index
|
Class Index
Summary:
Methods
|
[Expand All]
public interface
SharepointVersionsClient
org.mule.modules.sharepoint.api.client.SharepointVersionsClient
Known Indirect Subclasses
SharepointVersionsClientImpl
SharepointVersionsClientImpl
Summary
Public Methods
abstract
DeleteAllVersionsResponse.DeleteAllVersionsResult
deleteAllVersions
(String fileName)
abstract
DeleteVersionResponse.DeleteVersionResult
deleteVersion
(String fileName, String fileVersion)
abstract
GetVersionsResponse.GetVersionsResult
getVersions
(String fileName)
abstract
RestoreVersionResponse.RestoreVersionResult
restoreVersion
(String fileName, String fileVersion)
Public Methods
public abstract
DeleteAllVersionsResponse.DeleteAllVersionsResult
deleteAllVersions
(String fileName)
Parameters
fileName
Throws
SharepointRuntimeException
public abstract
DeleteVersionResponse.DeleteVersionResult
deleteVersion
(String fileName, String fileVersion)
Parameters
fileName
fileVersion
Throws
SharepointRuntimeException
public abstract
GetVersionsResponse.GetVersionsResult
getVersions
(String fileName)
Parameters
fileName
Throws
SharepointRuntimeException
public abstract
RestoreVersionResponse.RestoreVersionResult
restoreVersion
(String fileName, String fileVersion)
Parameters
fileName
fileVersion
Throws
SharepointRuntimeException