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(FileInfo fileInfo) |
protected abstract List<DocumentBean> |
AbstractAlfrescoDwsServiceHandler.doGetDwsDocuments(FileInfo fileInfo)
Get the document list
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAlfrescoDwsServiceHandler.addDwsContentRecursive(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(FileInfo fileInfo,
List<DocumentBean> dwsContent) |
protected abstract void |
AbstractAlfrescoDwsServiceHandler.doGetDwsContentRecursive(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–2017 Alfresco Software. All rights reserved.