| Interface | Description |
|---|---|
| VtiEndpoint |
Interface that must implement all the Vti endpoints realizations
|
| Class | Description |
|---|---|
| AbstractEndpoint |
Abstract base class for all the
VtiEndpoint realizations. |
| AbstractListEndpoint |
Parent class of List Endpoints, which need to return
details of a List.
|
| AbstractListItemsEndpoint |
Parent class of the GetListItems* methods from lists web service
(Get all Items, Get Items Since ...
|
| AbstractMeetingEndpoint |
Parent class of Meeting Endpoints.
|
| AbstractMeetingFromICalEndpoint |
Parent class of Meeting Endpoints which work on iCal files.
|
| AbstractVersionEndpoint |
Parent class of Version Endpoints, which need to return
a list of Versions for a Document.
|
| AbstractWorkspaceEndpoint |
Parent class of Meeting Workspace Endpoints.
|
| AddListEndpoint |
Class for handling the AddList soap method
|
| AddMeetingEndpoint |
Class for handling AddMeeting soap method
|
| AddMeetingFromICalEndpoint |
Class for handling AddMeetingFromICal soap method
|
| AddUserCollectionToRoleEndpoint |
Class for handling AddUserCollectionToRole soap method
|
| CanCreateDwsUrlEndpoint |
Class for handling CanCreateDwsUrl soap method
|
| CheckInFileEndpoint |
Class for handling CheckIn soap method
|
| CheckOutFileEndpoint |
Class for handling CheckOut soap method
|
| CreateDwsEndpoint |
Class for handling CreateDws soap method
|
| CreateFolderEndpoint |
Class for handling CreateFolder soap method
|
| CreateWorkspaceEndpoint |
Class for handling CreateWorkspace soap method
|
| DeleteAllVersionsEndpoint |
Class for handling DeleteAllVersions method from versions web service
|
| DeleteDwsEndpoint |
Class for handling DeleteDws soap method
|
| DeleteFolderEndpoint |
Class for handling DeleteFolder soap method
|
| DeleteListEndpoint |
Class for handling the DeleteList soap method
|
| DeleteVersionEndpoint |
Class for handling DeleteVersion method from versions web service
|
| DeleteWorkspaceEndpoint |
Class for handling DeleteWorkspace soap method
|
| GetDwsDataEndpoint |
Class for handling GetDwsData soap method
|
| GetDwsMetaDataEndpoint |
Class for handling GetDwsMetaData method from dws web service
|
| GetListCollectionEndpoint |
Class for handling GetListCollection method from lists web service
|
| GetListEndpoint |
Class for handling GetList method from lists web service.
|
| GetListItemChangesEndpoint |
Class for handling GetListItemChanges method from lists web service
|
| GetListItemChangesSinceTokenEndpoint |
Class for handling GetListItemChangesSinceToken method from lists web service
|
| GetListItemsEndpoint |
Class for handling GetListItems method from lists web service
|
| GetListTemplatesEndpoint |
Class for handling the GetListTemplates soap method
|
| GetMeetingsInformationEndpoint |
Class for handling GetMeetingsInformation soap method
|
| GetMeetingWorkspacesEndpoint |
Class for handling GetMeetingWorkspaces soap method
|
| GetUserLoginFromEmailEndpoint |
Class for handling GetUserLoginFromEmail soap method
|
| GetVersionsEndpoint |
Class for handling GetVersions method from versions web service
|
| GetWebCollectionEndpoint |
Class for handling GetWebCollection method from webs web service
|
| GetWebEndpoint |
Class for handling GetWeb soap method
|
| IsClaimsModeEndpoint |
Class for handling IsClaimsMode soap method
|
| RemoveDwsUserEndpoint |
Class for handling RemoveDwsUser soap method
|
| RemoveMeetingEndpoint |
Class for handling RemoveMeeting soap method
|
| RenameDwsEndpoint |
Class for handling RenameDws soap method
|
| RestoreMeetingEndpoint |
Class for handling RestoreMeeting soap method
|
| RestoreVersionEndpoint |
Class for handling RestoreVersion method from versions web service
|
| SetAttendeeResponseEndpoint |
Class for handling SetAttendeeResponse soap method
TODO The underlying handler currently does nothing with the details
|
| SetWorkspaceTitleEndpoint |
Class for handling SetWorkspaceTitle soap method
|
| UndoCheckOutFileEndpoint | |
| UpdateDwsDataEndpoint |
Class for handling UpdateDwsData soap method
|
| UpdateListItemsEndpoint |
Class for handling the UpdateListItems soap method, which
is how entries are added/updated/deleted in a List.
|
| UpdateMeetingEndpoint |
Class for handling UpdateMeeting soap method
|
| UpdateMeetingFromICalEndpoint |
Class for handling UpdateMeetingFromICal soap method
|
| VtiSoapRequest |
VtiSoapRequest is wrapper for HttpServletRequest.
|
| VtiSoapResponse |
VtiSoapResponse is wrapper for HttpServletResponse.
|
| WebUrlFromPageUrlEndpoint |
Class for handling WebUrlFromPageUrl method from webs web service
|
| Exception | Description |
|---|---|
| VtiSoapException |
Exception used for SOAP problems where a specific SOAP FAULT error
code should be returned, rather than using one of the Errors from
the
VtiError enumeration. |
Copyright © 2005–2014 Alfresco Software. All rights reserved.