public class DwsBean extends Object implements Serializable
Represents Sharepoint document work space after creation.
Constructor and Description |
---|
DwsBean() |
DwsBean(String url,
String doclibUrl,
String parentWeb,
List<String> failedUsers,
String addUsersUrl,
String addUsersRole) |
Modifier and Type | Method and Description |
---|---|
String |
getAddUsersRole() |
String |
getAddUsersUrl() |
String |
getDoclibUrl() |
List<String> |
getFailedUsers() |
String |
getParentWeb() |
String |
getUrl() |
void |
setDoclibUrl(String doclibUrl)
Sets the document library url for current dws.
|
void |
setFailedUsers(List<String> failedUsers) |
void |
setParentWeb(String parentWeb)
Sets the url of the parent site.
|
void |
setUrl(String url)
Sets the dws url.
|
public String getUrl()
public void setUrl(String url)
Sets the dws url.
url
- the url to setpublic String getDoclibUrl()
public void setDoclibUrl(String doclibUrl)
Sets the document library url for current dws.
doclibUrl
- the doclibUrl to setpublic String getParentWeb()
public void setParentWeb(String parentWeb)
Sets the url of the parent site.
parentWeb
- the parentWeb to setpublic void setFailedUsers(List<String> failedUsers)
failedUsers
- the failedUsers to setpublic String getAddUsersRole()
public String getAddUsersUrl()
Copyright © 2005–2017 Alfresco Software. All rights reserved.