public abstract class AbstractListEndpoint extends AbstractEndpoint
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_LOCALE |
protected ListServiceHandler |
handler |
protected String |
prefix |
DWS, name, namespace, soapPart, soapUri, soapUriPrefix| Constructor and Description |
|---|
AbstractListEndpoint(ListServiceHandler handler)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Deletes document workspace
|
protected abstract ListInfoBean |
executeListAction(VtiSoapRequest soapRequest,
String dws,
String listName,
String description,
int templateID)
Does the List work, and returns the detail of the List
|
protected void |
executeListActionDetails(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
String listName,
org.dom4j.Element requestElement,
org.jaxen.SimpleNamespaceContext nc) |
protected String |
formatListDate(Date date) |
protected void |
renderFields(String siteName,
ListInfoBean list,
org.dom4j.Element fieldsElement) |
protected void |
renderList(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
ListInfoBean list) |
protected void |
renderListDefinition(ListInfoBean list,
String siteName,
String siteUrl,
org.dom4j.Element listE) |
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, setUrlHelperendTag, processTag, singleTag, singleTag, startTag, startTagprotected static final String DEFAULT_LOCALE
protected ListServiceHandler handler
protected String prefix
public AbstractListEndpoint(ListServiceHandler handler)
handler - protected abstract ListInfoBean executeListAction(VtiSoapRequest soapRequest, String dws, String listName, String description, int templateID) throws Exception
Exceptionpublic void execute(VtiSoapRequest soapRequest, VtiSoapResponse soapResponse) throws Exception
soapRequest - Vti soap request (VtiSoapRequest)soapResponse - Vti soap response (VtiSoapResponse)Exceptionprotected void executeListActionDetails(VtiSoapRequest soapRequest, VtiSoapResponse soapResponse, String siteName, String listName, org.dom4j.Element requestElement, org.jaxen.SimpleNamespaceContext nc) throws Exception
Exceptionprotected void renderList(VtiSoapRequest soapRequest, VtiSoapResponse soapResponse, String siteName, ListInfoBean list) throws Exception
Exceptionprotected void renderListDefinition(ListInfoBean list, String siteName, String siteUrl, org.dom4j.Element listE)
protected void renderFields(String siteName, ListInfoBean list, org.dom4j.Element fieldsElement) throws Exception
ExceptionCopyright © 2005–2014 Alfresco Software. All rights reserved.