| 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 |
|---|---|
DwsBean |
DwsServiceHandler.createDws(String parentDwsUrl,
String name,
List<UserBean> users,
String title,
List<DocumentBean> documents,
String host,
String context,
SessionUser user)
Creates a document workspace site
|
| Modifier and Type | Method and Description |
|---|---|
protected List<DocumentBean> |
AlfrescoDwsServiceHandler.doGetDwsDocuments(org.alfresco.service.cmr.model.FileInfo fileInfo) |
protected abstract List<DocumentBean> |
AbstractAlfrescoDwsServiceHandler.doGetDwsDocuments(org.alfresco.service.cmr.model.FileInfo fileInfo)
Get the document list
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractAlfrescoDwsServiceHandler.addDwsContentRecursive(org.alfresco.service.cmr.model.FileInfo dwsInfo,
List<DocumentBean> result,
String documetnLibraryURL)
Collect information about files and folders in current document workspace site
|
DwsBean |
AbstractAlfrescoDwsServiceHandler.createDws(String parentDwsUrl,
String name,
List<UserBean> users,
String title,
List<DocumentBean> documents,
String host,
String context,
SessionUser user) |
void |
AlfrescoDwsServiceHandler.doGetDwsContentRecursive(org.alfresco.service.cmr.model.FileInfo fileInfo,
List<DocumentBean> dwsContent) |
protected abstract void |
AbstractAlfrescoDwsServiceHandler.doGetDwsContentRecursive(org.alfresco.service.cmr.model.FileInfo fileInfo,
List<DocumentBean> dwsContent)
Get document workspace site content
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentBean> |
DwsData.getDocumentsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
DwsData.setDocumentsList(List<DocumentBean> documentsList)
Sets the list of dws documents.
|
| Constructor and Description |
|---|
DwsData(String title,
String lastUpdate,
UserBean user,
List<MemberBean> members,
List<AssigneeBean> assignees,
List<TaskBean> tasksList,
List<DocumentBean> documentsList,
List<LinkBean> linksList,
boolean minimal) |
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractEndpoint.generateXml(DocumentBean documentBean)
Convert DocumentBean type to the correct xml presentation
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.