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 |
---|---|
LinkBean |
DwsServiceHandler.updateDwsData(LinkBean linkBean,
CAMLMethod method,
String dws)
Update document workspace site data such as links
|
Modifier and Type | Method and Description |
---|---|
LinkBean |
DwsServiceHandler.updateDwsData(LinkBean linkBean,
CAMLMethod method,
String dws)
Update document workspace site data such as links
|
Modifier and Type | Method and Description |
---|---|
protected LinkBean |
AlfrescoDwsServiceHandler.doUpdateDwsDataNew(LinkBean linkBean,
String dws) |
protected abstract LinkBean |
AbstractAlfrescoDwsServiceHandler.doUpdateDwsDataNew(LinkBean linkBean,
String dws)
Creates new link in site links container
|
LinkBean |
AbstractAlfrescoDwsServiceHandler.updateDwsData(LinkBean linkBean,
CAMLMethod method,
String dws) |
Modifier and Type | Method and Description |
---|---|
List<LinkBean> |
AlfrescoDwsServiceHandler.doGetDwsLinks(FileInfo fileInfo) |
protected abstract List<LinkBean> |
AbstractAlfrescoDwsServiceHandler.doGetDwsLinks(FileInfo fileInfo)
Get document workspace site links
|
Modifier and Type | Method and Description |
---|---|
protected void |
AlfrescoDwsServiceHandler.doUpdateDwsDataDelete(LinkBean linkBean,
String dws) |
protected abstract void |
AbstractAlfrescoDwsServiceHandler.doUpdateDwsDataDelete(LinkBean linkBean,
String dws)
Deletes link in site links container
|
protected LinkBean |
AlfrescoDwsServiceHandler.doUpdateDwsDataNew(LinkBean linkBean,
String dws) |
protected abstract LinkBean |
AbstractAlfrescoDwsServiceHandler.doUpdateDwsDataNew(LinkBean linkBean,
String dws)
Creates new link in site links container
|
protected void |
AlfrescoDwsServiceHandler.doUpdateDwsDataUpdate(LinkBean linkBean,
String dws) |
protected abstract void |
AbstractAlfrescoDwsServiceHandler.doUpdateDwsDataUpdate(LinkBean linkBean,
String dws)
Updates given link in site links container
|
LinkBean |
AbstractAlfrescoDwsServiceHandler.updateDwsData(LinkBean linkBean,
CAMLMethod method,
String dws) |
Modifier and Type | Method and Description |
---|---|
List<LinkBean> |
DwsData.getLinksList() |
Modifier and Type | Method and Description |
---|---|
void |
DwsData.setLinksList(List<LinkBean> linksList)
Sets the list of dws links.
|
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(LinkBean linkBean)
Convert LinkBean type to the correct xml presentation
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.