Uses of Interface
org.alfresco.module.org_alfresco_module_rm.capability.Group
Packages that use Group
-
Uses of Group in org.alfresco.module.org_alfresco_module_rm.capability
Classes in org.alfresco.module.org_alfresco_module_rm.capability that implement GroupFields in org.alfresco.module.org_alfresco_module_rm.capability declared as GroupMethods in org.alfresco.module.org_alfresco_module_rm.capability that return GroupModifier and TypeMethodDescriptionAbstractCapability.getGroup()
Capability.getGroup()
Gets the group of a capabilityGets a group from it's idMethods in org.alfresco.module.org_alfresco_module_rm.capability that return types with arguments of type GroupModifier and TypeMethodDescriptionCapabilityService.getGroups()
Gets the list of all the capability groups (in index order)CapabilityServiceImpl.getGroups()
Methods in org.alfresco.module.org_alfresco_module_rm.capability with parameters of type GroupModifier and TypeMethodDescriptionvoid
Adds a group to the list of groupsvoid
CapabilityService.getCapabilitiesByGroup
(Group group) Get a list of capabilities for the given groupCapabilityServiceImpl.getCapabilitiesByGroup
(Group group) void
CapabilityService.removeGroup
(Group group) Removes a group from the list of groupsvoid
CapabilityServiceImpl.removeGroup
(Group group) void