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 |
---|---|
List<UserBean> |
UserGroupServiceHandler.getUserLoginFromEmail(String dwsUrl,
List<String> emailList)
Returns a user name based on the specified e-mail address.
|
Modifier and Type | Method and Description |
---|---|
void |
UserGroupServiceHandler.addUserCollectionToRole(String dwsUrl,
String roleName,
List<UserBean> usersList)
Adds the collection of users to the specified site group.
|
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 UserBean |
AbstractAlfrescoDwsServiceHandler.getCurrentUser()
Get current user
|
protected UserBean |
AlfrescoUserGroupServiceHandler.getUserBean(org.alfresco.service.cmr.repository.NodeRef personNodeRef)
Returns user bean for person node reference
|
Modifier and Type | Method and Description |
---|---|
List<UserBean> |
AlfrescoUserGroupServiceHandler.getUserLoginFromEmail(String dwsUrl,
List<String> emailList) |
Modifier and Type | Method and Description |
---|---|
void |
AlfrescoUserGroupServiceHandler.addUserCollectionToRole(String dws,
String roleName,
List<UserBean> usersList) |
DwsBean |
AbstractAlfrescoDwsServiceHandler.createDws(String parentDwsUrl,
String name,
List<UserBean> users,
String title,
List<DocumentBean> documents,
String host,
String context,
SessionUser user) |
Modifier and Type | Method and Description |
---|---|
UserBean |
DwsData.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
DwsData.setUser(UserBean user)
Sets the current user.
|
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(UserBean userBean)
Convert UserBean type to the correct xml presentation
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.