Package | Description |
---|---|
org.alfresco.module.vti.web.actions | |
org.alfresco.module.vti.web.ws |
Modifier and Type | Method and Description |
---|---|
protected VtiEndpoint |
VtiSoapAction.dispatchRequest(VtiSoapRequest request)
Dispatch among set of VtiEndpoints.
|
Modifier and Type | Method and Description |
---|---|
void |
VtiEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Executes target endpoint method
|
void |
AddUserCollectionToRoleEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Adds new user to the site with given role
|
void |
CheckInFileEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Check in file
|
void |
AbstractVersionEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse) |
void |
GetDwsDataEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Retrieves information about document workspace
|
void |
RenameDwsEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Rename document workspace
|
void |
GetUserLoginFromEmailEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Retrieves information about the user
|
void |
UpdateDwsDataEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Update dws data for site
|
void |
UndoCheckOutFileEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse) |
void |
SetAttendeeResponseEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Update meeting in Meeting Workspace
|
void |
DeleteDwsEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Deletes document workspace
|
void |
CreateFolderEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Creates new folder in site's document library
|
void |
GetMeetingsInformationEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Retrieve information related to meetings
|
void |
GetWebCollectionEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Returns the titles and URLs of all sites directly beneath the current site
|
void |
RemoveDwsUserEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Removes user from site
|
void |
CanCreateDwsUrlEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Creates new document workspace with given title
|
void |
GetListCollectionEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Returns the names and GUIDs for all the lists in the site
|
void |
GetMeetingWorkspacesEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Retrieve the list of Meeting Workspaces on specified Alfresco Server
|
void |
CreateDwsEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Creates new document workspace with given title
|
void |
GetDwsMetaDataEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Retrieves information about document workspace
|
void |
GetWebEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Returns info on a site
|
void |
GetListTemplatesEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Returns the list templates (kinds of document library
components) that are available
|
void |
AbstractListEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Deletes document workspace
|
void |
AbstractWorkspaceEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Create new Meeting Workspace on Alfresco server
|
void |
AbstractMeetingEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Add/Update/Delete meeting in Meeting Workspace
|
void |
IsClaimsModeEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Informs the client that we don't do claims mode
|
void |
DeleteFolderEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Delete folder from site's document library
|
void |
WebUrlFromPageUrlEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Retrieves url of the document workspace site from the document url
|
void |
CheckOutFileEndpoint.execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Check out file
|
protected ListInfoBean |
AddListEndpoint.executeListAction(VtiSoapRequest soapRequest,
String dws,
String listName,
String description,
int templateID)
Adds the new list
|
protected ListInfoBean |
UpdateListItemsEndpoint.executeListAction(VtiSoapRequest soapRequest,
String dws,
String listName,
String description,
int templateID)
Not used, we are too specific
|
protected ListInfoBean |
GetListEndpoint.executeListAction(VtiSoapRequest soapRequest,
String dws,
String listName,
String description,
int templateID)
Fetches the details of the list
|
protected ListInfoBean |
AbstractListItemsEndpoint.executeListAction(VtiSoapRequest soapRequest,
String dws,
String listName,
String description,
int templateID)
Not used, we are too specific
|
protected ListInfoBean |
GetListCollectionEndpoint.executeListAction(VtiSoapRequest soapRequest,
String dws,
String listName,
String description,
int templateID) |
protected abstract ListInfoBean |
AbstractListEndpoint.executeListAction(VtiSoapRequest soapRequest,
String dws,
String listName,
String description,
int templateID)
Does the List work, and returns the detail of the List
|
protected ListInfoBean |
DeleteListEndpoint.executeListAction(VtiSoapRequest soapRequest,
String dws,
String listName,
String description,
int templateID)
Fetch and delete the list
|
protected void |
UpdateListItemsEndpoint.executeListActionDetails(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
String listName,
org.dom4j.Element requestElement,
org.jaxen.SimpleNamespaceContext nc)
Fetches all the details of the update, and processes
|
protected void |
AbstractListItemsEndpoint.executeListActionDetails(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
String listName,
org.dom4j.Element requestElement,
org.jaxen.SimpleNamespaceContext nc)
Returns information about items in the list based on the specified query
|
protected void |
AbstractListEndpoint.executeListActionDetails(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
String listName,
org.dom4j.Element requestElement,
org.jaxen.SimpleNamespaceContext nc) |
protected void |
UpdateMeetingFromICalEndpoint.executeMeetingAction(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
MeetingBean meetingBean,
int sequence,
int recurrenceId,
boolean ignoreAttendees,
boolean cancelMeeting)
Update meeting in Meeting Workspace
|
protected abstract void |
AbstractMeetingEndpoint.executeMeetingAction(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
MeetingBean meetingBean,
int sequence,
int recurrenceId,
boolean ignoreAttendees,
boolean cancelMeeting) |
protected void |
UpdateMeetingEndpoint.executeMeetingAction(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
MeetingBean meetingBean,
int sequence,
int recurrenceId,
boolean ignoreAttendees,
boolean cancelMeeting) |
protected void |
RemoveMeetingEndpoint.executeMeetingAction(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
MeetingBean meetingBean,
int sequence,
int recurrenceId,
boolean ignoreAttendees,
boolean cancelMeeting) |
protected void |
AddMeetingEndpoint.executeMeetingAction(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
MeetingBean meetingBean,
int sequence,
int recurrenceId,
boolean ignoreAttendees,
boolean cancelMeeting) |
protected void |
AddMeetingFromICalEndpoint.executeMeetingAction(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
MeetingBean meetingBean,
int sequence,
int recurrenceId,
boolean ignoreAttendees,
boolean cancelMeeting)
Add new meeting to Meeting Workspace
|
protected void |
RestoreMeetingEndpoint.executeMeetingAction(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
MeetingBean meetingBean,
int sequence,
int recurrenceId,
boolean ignoreAttendees,
boolean cancelMeeting) |
protected void |
AbstractMeetingEndpoint.executeRequest(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
org.dom4j.Element requestElement,
org.jaxen.SimpleNamespaceContext nc) |
protected void |
AbstractMeetingFromICalEndpoint.executeRequest(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
org.dom4j.Element requestElement,
org.jaxen.SimpleNamespaceContext nc)
Add new meeting to Meeting Workspace
|
protected abstract List<DocumentVersionBean> |
AbstractVersionEndpoint.executeVersionAction(VtiSoapRequest soapRequest,
String dws,
String fileName,
org.dom4j.Element fileVersion)
Does the version work, and returns the new version info
|
protected List<DocumentVersionBean> |
RestoreVersionEndpoint.executeVersionAction(VtiSoapRequest soapRequest,
String dws,
String fileName,
org.dom4j.Element fileVersion) |
protected List<DocumentVersionBean> |
DeleteVersionEndpoint.executeVersionAction(VtiSoapRequest soapRequest,
String dws,
String fileName,
org.dom4j.Element fileVersion)
Deletes specified version of the document
|
protected List<DocumentVersionBean> |
DeleteAllVersionsEndpoint.executeVersionAction(VtiSoapRequest soapRequest,
String dws,
String fileName,
org.dom4j.Element fileVersion) |
protected List<DocumentVersionBean> |
GetVersionsEndpoint.executeVersionAction(VtiSoapRequest soapRequest,
String dws,
String fileName,
org.dom4j.Element fileVersion) |
protected void |
CreateWorkspaceEndpoint.executeWorkspaceAction(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
org.dom4j.Element requestElement,
org.jaxen.SimpleNamespaceContext nc,
String siteName,
String title,
String templateName,
int lcid)
Create new Meeting Workspace on Alfresco server
|
protected void |
SetWorkspaceTitleEndpoint.executeWorkspaceAction(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
org.dom4j.Element requestElement,
org.jaxen.SimpleNamespaceContext nc,
String siteName,
String title,
String templateName,
int lcid) |
protected void |
DeleteWorkspaceEndpoint.executeWorkspaceAction(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
org.dom4j.Element requestElement,
org.jaxen.SimpleNamespaceContext nc,
String siteName,
String title,
String templateName,
int lcid) |
protected abstract void |
AbstractWorkspaceEndpoint.executeWorkspaceAction(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
org.dom4j.Element requestElement,
org.jaxen.SimpleNamespaceContext nc,
String siteName,
String title,
String templateName,
int lcid)
Performs the appropriate action on the workspace
|
static String |
AbstractEndpoint.getContext(VtiSoapRequest request)
Return current context
|
static String |
AbstractEndpoint.getDwsForCreationFromUri(VtiSoapRequest request)
Get current DWS name for DWS creation from requested URI
|
static String |
AbstractEndpoint.getDwsFromUri(VtiSoapRequest request)
Get current DWS name from requested URI
|
String |
AbstractEndpoint.getFileName(VtiSoapRequest soapRequest,
org.jaxen.XPath fileNamePath)
Get the (relative) file name that was requested.
|
String |
AbstractEndpoint.getHost(VtiSoapRequest request)
Return current host
|
protected void |
AbstractListEndpoint.renderList(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
ListInfoBean list) |
protected void |
DeleteListEndpoint.renderList(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
ListInfoBean list)
The Delete response is very simple
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.