Package | Description |
---|---|
org.alfresco.module.vti.handler | |
org.alfresco.module.vti.handler.alfresco | |
org.alfresco.module.vti.metadata.model | |
org.alfresco.module.vti.web.ws |
Modifier and Type | Method and Description |
---|---|
ListInfoBean |
ListServiceHandler.createList(String listName,
String description,
String dws,
int templateId)
Creates a Data List of the given type
|
ListInfoBean |
ListServiceHandler.getList(String listName,
String dws)
Fetches an existing Data List.
|
Modifier and Type | Method and Description |
---|---|
List<ListInfoBean> |
ListServiceHandler.getListCollection(String siteName)
Returns the names and GUIDs for all the lists in the site.
|
Modifier and Type | Method and Description |
---|---|
void |
ListServiceHandler.updateListItem(ListInfoBean list,
ListServiceHandler.ListItemOperationType operation,
String id,
Map<org.alfresco.service.namespace.QName,String> fields)
Performs the specified add/update/delete operations against a
single list item.
|
Modifier and Type | Method and Description |
---|---|
ListInfoBean |
AlfrescoListServiceHandler.createList(String listName,
String description,
String dws,
int templateId) |
ListInfoBean |
AlfrescoListServiceHandler.getList(String listName,
String dws) |
Modifier and Type | Method and Description |
---|---|
List<ListInfoBean> |
AlfrescoListServiceHandler.getListCollection(String siteName) |
Modifier and Type | Method and Description |
---|---|
void |
AlfrescoListServiceHandler.updateListItem(ListInfoBean list,
ListServiceHandler.ListItemOperationType operation,
String id,
Map<org.alfresco.service.namespace.QName,String> fields) |
Modifier and Type | Method and Description |
---|---|
List<ListInfoBean> |
DwsMetadata.getListInfoItems() |
Modifier and Type | Method and Description |
---|---|
void |
DwsMetadata.setListInfoItems(List<ListInfoBean> listInfoItems) |
Constructor and Description |
---|
DwsMetadata(String subscribeUrl,
String mtgInstance,
String settingsUrl,
String permsUrl,
String userInfoUrl,
Set<String> roles,
List<SchemaBean> schemaItems,
List<ListInfoBean> listInfoItems,
List<Permission> permissions,
boolean hasUniquePerm,
WorkspaceType workspaceType,
boolean isADMode,
String docUrl,
boolean minimal,
DwsData dwsData) |
Modifier and Type | Method and Description |
---|---|
protected ListInfoBean |
AddListEndpoint.executeListAction(VtiSoapRequest soapRequest,
String dws,
String listName,
String description,
int templateID)
Adds the new list
|
protected ListInfoBean |
UpdateListItemsEndpoint.executeListAction(VtiSoapRequest soapRequest,
String dws,
String listName,
String description,
int templateID)
Not used, we are too specific
|
protected ListInfoBean |
GetListEndpoint.executeListAction(VtiSoapRequest soapRequest,
String dws,
String listName,
String description,
int templateID)
Fetches the details of the list
|
protected ListInfoBean |
AbstractListItemsEndpoint.executeListAction(VtiSoapRequest soapRequest,
String dws,
String listName,
String description,
int templateID)
Not used, we are too specific
|
protected ListInfoBean |
GetListCollectionEndpoint.executeListAction(VtiSoapRequest soapRequest,
String dws,
String listName,
String description,
int templateID) |
protected abstract ListInfoBean |
AbstractListEndpoint.executeListAction(VtiSoapRequest soapRequest,
String dws,
String listName,
String description,
int templateID)
Does the List work, and returns the detail of the List
|
protected ListInfoBean |
DeleteListEndpoint.executeListAction(VtiSoapRequest soapRequest,
String dws,
String listName,
String description,
int templateID)
Fetch and delete the list
|
Modifier and Type | Method and Description |
---|---|
String |
AbstractEndpoint.generateXml(ListInfoBean listInfoBean)
Convert ListInfoBean type to the correct xml presentation
|
protected abstract DocsMetaInfo |
AbstractListItemsEndpoint.getListInfo(String siteName,
ListInfoBean list,
String initialUrl,
Date since) |
protected DocsMetaInfo |
GetListItemChangesSinceTokenEndpoint.getListInfo(String siteName,
ListInfoBean list,
String initialUrl,
Date changesSince)
TODO Support all kinds of lists
TODO Filter by change token
|
protected DocsMetaInfo |
GetListItemsEndpoint.getListInfo(String siteName,
ListInfoBean list,
String initialUrl,
Date changesSince)
TODO Support all kinds of lists
|
protected DocsMetaInfo |
GetListItemChangesEndpoint.getListInfo(String siteName,
ListInfoBean list,
String initialUrl,
Date changesSince)
TODO Support all kinds of lists
TODO Filter by change since date
|
protected void |
GetListEndpoint.renderFields(String siteName,
ListInfoBean list,
org.dom4j.Element fieldsElement)
Currently based on a FTL Template, which has fake field details in it
|
protected void |
AbstractListEndpoint.renderFields(String siteName,
ListInfoBean list,
org.dom4j.Element fieldsElement) |
protected void |
AbstractListEndpoint.renderList(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
ListInfoBean list) |
protected void |
DeleteListEndpoint.renderList(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
ListInfoBean list)
The Delete response is very simple
|
protected void |
AbstractListEndpoint.renderListDefinition(ListInfoBean list,
String siteName,
String siteUrl,
org.dom4j.Element listE) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.