| Package | Description |
|---|---|
| org.alfresco.module.org_alfresco_module_rm.capability |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupImpl
Group implementation
|
| Modifier and Type | Field and Description |
|---|---|
protected Group |
AbstractCapability.group
Capability group
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Capability.getGroup()
Gets the group of a capability
|
Group |
AbstractCapability.getGroup() |
Group |
CapabilityService.getGroup(String groupId)
Gets a group from it's id
|
Group |
CapabilityServiceImpl.getGroup(String groupId) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
CapabilityService.getGroups()
Gets the list of all the capability groups (in index order)
|
List<Group> |
CapabilityServiceImpl.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
CapabilityService.addGroup(Group group)
Adds a group to the list of groups
|
void |
CapabilityServiceImpl.addGroup(Group group) |
List<Capability> |
CapabilityService.getCapabilitiesByGroup(Group group)
Get a list of capabilities for the given group
|
List<Capability> |
CapabilityServiceImpl.getCapabilitiesByGroup(Group group) |
void |
CapabilityService.removeGroup(Group group)
Removes a group from the list of groups
|
void |
CapabilityServiceImpl.removeGroup(Group group) |
void |
AbstractCapability.setGroup(Group group) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.