Package | Description |
---|---|
org.alfresco.module.vti.web.fp |
Modifier and Type | Method and Description |
---|---|
protected void |
UncheckoutDocumentMethod.doExecute(VtiFpRequest request,
VtiFpResponse response)
Realize currently checkouted document
|
protected void |
RemoveDocumentsMethod.doExecute(VtiFpRequest request,
VtiFpResponse response)
Deletes the specified documents or folders from the Web site specified by the
service_name parameter
|
protected void |
ListDocumentsMethod.doExecute(VtiFpRequest request,
VtiFpResponse response)
Provides a list of the files, folders, and subsites complete with meta-information
for each file contained in the initialUrl parameter of the specified Web site.
|
protected void |
UrlToWebUrlMethod.doExecute(VtiFpRequest request,
VtiFpResponse response)
Given a URL for a file, returns the URL of the Web site to which
the file belongs, and the subsite, if applicable
|
protected void |
SaveFormDialog.doExecute(VtiFpRequest request,
VtiFpResponse response) |
protected void |
GetDocumentMethod.doExecute(VtiFpRequest request,
VtiFpResponse response)
Method for document retreiving
|
protected void |
FileOpenDialog.doExecute(VtiFpRequest request,
VtiFpResponse response)
Returns web-view for 'File Open' window.
|
protected void |
MoveDocumentMethod.doExecute(VtiFpRequest request,
VtiFpResponse response)
Changes the name of the selected document to the new name provided by the user
|
protected void |
CreateUrlDirectory.doExecute(VtiFpRequest request,
VtiFpResponse response)
Creates a folder for the current Web site, but only used for backward
compatibility.
|
protected abstract void |
AbstractMethod.doExecute(VtiFpRequest request,
VtiFpResponse response)
Target method that will be executed in child classes
|
protected void |
PutDocumentMethod.doExecute(VtiFpRequest request,
VtiFpResponse response)
Writes a single file to a directory in an existing Web site
|
protected void |
OpenServiceMethod.doExecute(VtiFpRequest request,
VtiFpResponse response)
Provides meta-information for a Web site to the client application
|
protected void |
GetDocsMetaInfoMethod.doExecute(VtiFpRequest request,
VtiFpResponse response)
Provides the meta-information for the files in the current Web site
|
protected void |
ServerVersionMethod.doExecute(VtiFpRequest request,
VtiFpResponse response)
Returns the exact version of Microsoft Windows SharePoint Services
that are emulated on a Web server
|
protected void |
NotImplementedVtiMethod.doExecute(VtiFpRequest request,
VtiFpResponse response)
Method that will be called if client sends request to undefined method
|
protected void |
CheckoutDocumentMethod.doExecute(VtiFpRequest request,
VtiFpResponse response)
Enables the currently authenticated user to make changes to a document under source control
|
protected void |
CheckinDocumentMethod.doExecute(VtiFpRequest request,
VtiFpResponse response)
Enables the currently authenticated user to make changes to a document under source control
|
protected void |
CreateUrlDirectories.doExecute(VtiFpRequest request,
VtiFpResponse response)
Allows the client to create one or more directories (folders) on the Web site.
|
protected void |
AbstractMethod.processDocMetaInfo(DocMetaInfo docMetaInfo,
VtiFpRequest request,
VtiFpResponse response)
Create response for DocMetaInfo
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.