public class AbstractIdmGroupsResource extends Object
Constructor and Description |
---|
AbstractIdmGroupsResource() |
Modifier and Type | Method and Description |
---|---|
void |
addGroupMember(Long groupId,
Long userId) |
com.activiti.model.idm.GroupRepresentation |
createNewGroup(com.activiti.model.idm.GroupRepresentation groupRepresentation) |
void |
deleteGroup(Long groupId) |
void |
deleteGroupMember(Long groupId,
Long userId) |
com.activiti.model.idm.GroupRepresentation |
getGroup(Long groupId,
Boolean includeAllUsers) |
com.activiti.model.idm.AbstractGroupRepresentation |
getGroup(Long groupId,
Boolean includeAllUsers,
boolean summary) |
List<com.activiti.model.idm.LightGroupRepresentation> |
getGroups() |
com.activiti.model.common.ResultListDataRepresentation |
getGroupUsers(Long groupId,
String filter,
Integer page,
Integer pageSize) |
com.activiti.model.idm.GroupRepresentation |
updateGroup(Long groupId,
com.activiti.model.idm.GroupRepresentation groupRepresentation) |
public List<com.activiti.model.idm.LightGroupRepresentation> getGroups()
public com.activiti.model.idm.AbstractGroupRepresentation getGroup(Long groupId, Boolean includeAllUsers, boolean summary)
public com.activiti.model.idm.GroupRepresentation getGroup(Long groupId, Boolean includeAllUsers)
public com.activiti.model.common.ResultListDataRepresentation getGroupUsers(Long groupId, String filter, Integer page, Integer pageSize)
public com.activiti.model.idm.GroupRepresentation createNewGroup(com.activiti.model.idm.GroupRepresentation groupRepresentation)
public com.activiti.model.idm.GroupRepresentation updateGroup(Long groupId, com.activiti.model.idm.GroupRepresentation groupRepresentation)
public void deleteGroup(Long groupId)
Copyright © 2014–2015 Alfresco. All rights reserved.