public abstract class AbstractListItemsEndpoint extends AbstractListEndpoint
Modifier and Type | Field and Description |
---|---|
protected MethodHandler |
methodHandler |
DEFAULT_LOCALE, handler, prefix
DWS, name, namespace, soapPart, soapUri, soapUriPrefix
Constructor and Description |
---|
AbstractListItemsEndpoint(ListServiceHandler listHander,
MethodHandler handler)
constructor
|
Modifier and Type | Method and Description |
---|---|
protected ListInfoBean |
executeListAction(VtiSoapRequest soapRequest,
String dws,
String listName,
String description,
int templateID)
Not used, we are too specific
|
protected void |
executeListActionDetails(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
String listName,
org.dom4j.Element requestElement,
org.jaxen.SimpleNamespaceContext nc)
Returns information about items in the list based on the specified query
|
protected abstract DocsMetaInfo |
getListInfo(String siteName,
ListInfoBean list,
String initialUrl,
Date since) |
void |
setPathHelper(VtiPathHelper pathHelper) |
execute, formatListDate, renderFields, renderList, renderListDefinition
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 MethodHandler methodHandler
public AbstractListItemsEndpoint(ListServiceHandler listHander, MethodHandler handler)
handler
- that provides methods for operating with documents and folderspublic void setPathHelper(VtiPathHelper pathHelper)
pathHelper
- the pathHelper to setprotected void executeListActionDetails(VtiSoapRequest soapRequest, VtiSoapResponse soapResponse, String siteName, String listName, org.dom4j.Element requestElement, org.jaxen.SimpleNamespaceContext nc) throws Exception
executeListActionDetails
in class AbstractListEndpoint
Exception
protected abstract DocsMetaInfo getListInfo(String siteName, ListInfoBean list, String initialUrl, Date since)
protected ListInfoBean executeListAction(VtiSoapRequest soapRequest, String dws, String listName, String description, int templateID) throws Exception
executeListAction
in class AbstractListEndpoint
Exception
Copyright © 2005–2017 Alfresco Software. All rights reserved.