public abstract class AbstractVersionEndpoint extends AbstractEndpoint
Modifier and Type | Field and Description |
---|---|
protected VersionsServiceHandler |
handler |
DWS, name, namespace, soapPart, soapUri, soapUriPrefix
Constructor and Description |
---|
AbstractVersionEndpoint(VersionsServiceHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Executes target endpoint method
|
protected abstract List<DocumentVersionBean> |
executeVersionAction(VtiSoapRequest soapRequest,
String dws,
String fileName,
org.dom4j.Element fileVersion)
Does the version work, and returns the new version info
|
buildResultTag, buildXPath, generateXml, generateXml, generateXml, generateXml, generateXml, generateXml, generateXml, generateXml, generateXml, generateXml, generateXml, generateXml, getContext, getDwsForCreationFromUri, getDwsFromUri, getFileName, getHost, getMessage, getName, getNamespace, getResponseTagName, getResultTagName, getUrlHelper, setName, setNamespace, setUrlHelper
endTag, processTag, singleTag, singleTag, startTag, startTag
protected VersionsServiceHandler handler
public AbstractVersionEndpoint(VersionsServiceHandler handler)
protected abstract List<DocumentVersionBean> executeVersionAction(VtiSoapRequest soapRequest, String dws, String fileName, org.dom4j.Element fileVersion) throws Exception
Exception
public void execute(VtiSoapRequest soapRequest, VtiSoapResponse soapResponse) throws Exception
VtiEndpoint
soapRequest
- Vti Soap Request (VtiSoapRequest
)soapResponse
- Vti Soap Response (VtiSoapResponse
)Exception
Copyright © 2005–2017 Alfresco Software. All rights reserved.