Package | Description |
---|---|
org.alfresco.module.vti.handler | |
org.alfresco.module.vti.handler.alfresco | |
org.alfresco.module.vti.web.ws |
Modifier and Type | Method and Description |
---|---|
List<DocumentVersionBean> |
VersionsServiceHandler.deleteAllVersions(String fileName)
Deletes "all versions" of the specified file.
|
List<DocumentVersionBean> |
VersionsServiceHandler.deleteVersion(String fileName,
String fileVersion)
Deletes the specified file version
|
List<DocumentVersionBean> |
VersionsServiceHandler.getVersions(String fileName)
Returns information about the versions of the specified file
|
List<DocumentVersionBean> |
VersionsServiceHandler.restoreVersion(String fileName,
String fileVersion)
Restores the specified file version
|
Modifier and Type | Method and Description |
---|---|
String |
VersionsServiceHandler.makeVersionURL(String host,
String context,
String dws,
DocumentVersionBean version) |
Modifier and Type | Method and Description |
---|---|
protected DocumentVersionBean |
AlfrescoVersionsServiceHandler.getDocumentVersionInfo(FileInfo documentFileInfo)
Get document version bean for document without version history
|
protected DocumentVersionBean |
AlfrescoVersionsServiceHandler.getDocumentVersionInfo(Version version,
String id)
Get document version bean by version
|
Modifier and Type | Method and Description |
---|---|
List<DocumentVersionBean> |
AlfrescoVersionsServiceHandler.deleteAllVersions(String fileName)
Do a "SharePoint Delete All Versions", which isn't the same
as a normal Alfresco delete version history
|
List<DocumentVersionBean> |
AlfrescoVersionsServiceHandler.deleteVersion(String fileName,
String fileVersion) |
protected List<DocumentVersionBean> |
AlfrescoVersionsServiceHandler.getVersions(FileInfo documentFileInfo)
Returns DocumentVersionBean list for file info
|
List<DocumentVersionBean> |
AlfrescoVersionsServiceHandler.getVersions(String fileName) |
List<DocumentVersionBean> |
AlfrescoVersionsServiceHandler.restoreVersion(String fileName,
String fileVersion) |
Modifier and Type | Method and Description |
---|---|
String |
AlfrescoVersionsServiceHandler.makeVersionURL(String host,
String context,
String dws,
DocumentVersionBean version) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.