Uses of Interface
org.alfresco.module.org_alfresco_module_rm.capability.Group
-
Packages that use Group Package Description org.alfresco.module.org_alfresco_module_rm.capability -
-
Uses of Group in org.alfresco.module.org_alfresco_module_rm.capability
Classes in org.alfresco.module.org_alfresco_module_rm.capability that implement Group Modifier and Type Class Description class
GroupImpl
Group implementationFields in org.alfresco.module.org_alfresco_module_rm.capability declared as Group Modifier and Type Field Description protected Group
AbstractCapability. group
Capability groupMethods in org.alfresco.module.org_alfresco_module_rm.capability that return Group Modifier and Type Method Description Group
AbstractCapability. getGroup()
Group
Capability. getGroup()
Gets the group of a capabilityGroup
CapabilityService. getGroup(String groupId)
Gets a group from it's idGroup
CapabilityServiceImpl. getGroup(String groupId)
Methods in org.alfresco.module.org_alfresco_module_rm.capability that return types with arguments of type Group Modifier and Type Method Description List<Group>
CapabilityService. getGroups()
Gets the list of all the capability groups (in index order)List<Group>
CapabilityServiceImpl. getGroups()
Methods in org.alfresco.module.org_alfresco_module_rm.capability with parameters of type Group Modifier and Type Method Description void
CapabilityService. addGroup(Group group)
Adds a group to the list of groupsvoid
CapabilityServiceImpl. addGroup(Group group)
List<Capability>
CapabilityService. getCapabilitiesByGroup(Group group)
Get a list of capabilities for the given groupList<Capability>
CapabilityServiceImpl. getCapabilitiesByGroup(Group group)
void
CapabilityService. removeGroup(Group group)
Removes a group from the list of groupsvoid
CapabilityServiceImpl. removeGroup(Group group)
void
AbstractCapability. setGroup(Group group)
-