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, setUrlHelper
endTag, processTag, singleTag, singleTag, startTag, startTag
protected 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
Exception
public void execute(VtiSoapRequest soapRequest, VtiSoapResponse soapResponse) throws Exception
soapRequest
- Vti soap request (VtiSoapRequest
)soapResponse
- Vti soap response (VtiSoapResponse
)Exception
protected void executeListActionDetails(VtiSoapRequest soapRequest, VtiSoapResponse soapResponse, String siteName, String listName, org.dom4j.Element requestElement, org.jaxen.SimpleNamespaceContext nc) throws Exception
Exception
protected void renderList(VtiSoapRequest soapRequest, VtiSoapResponse soapResponse, String siteName, ListInfoBean list) throws Exception
Exception
protected 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
Exception
Copyright © 2005–2017 Alfresco Software. All rights reserved.