Uses of Interface
org.alfresco.module.org_alfresco_module_rm.capability.Capability
-
-
Uses of Capability in org.alfresco.module.org_alfresco_module_rm.capability
Subinterfaces of Capability in org.alfresco.module.org_alfresco_module_rm.capability Modifier and Type Interface Description interface
CompositeCapability
Composite capability Interface.Classes in org.alfresco.module.org_alfresco_module_rm.capability that implement Capability Modifier and Type Class Description class
AbstractCapability
Abstract capability implementation.Methods in org.alfresco.module.org_alfresco_module_rm.capability that return Capability Modifier and Type Method Description Capability
CapabilityService. getCapability(String name)
Get a named capability.Capability
CapabilityServiceImpl. getCapability(String name)
Methods in org.alfresco.module.org_alfresco_module_rm.capability that return types with arguments of type Capability Modifier and Type Method Description Set<Capability>
CapabilityService. getCapabilities()
Get a list of all the assignable capabilities.Set<Capability>
CapabilityService. getCapabilities(boolean includePrivate)
Get a list of all the capabilities, optionally including those that are non-assignable.Set<Capability>
CapabilityServiceImpl. getCapabilities()
Set<Capability>
CapabilityServiceImpl. getCapabilities(boolean includePrivate)
Set<Capability>
CompositeCapability. getCapabilities()
Get set of child capabilities.Map<Capability,AccessStatus>
CapabilityService. getCapabilitiesAccessState(NodeRef nodeRef)
Get all the capabilities access state based on the current user for the assignable capabilities.Map<Capability,AccessStatus>
CapabilityService. getCapabilitiesAccessState(NodeRef nodeRef, boolean includePrivate)
Get all the capabilities access state based on the current user.Map<Capability,AccessStatus>
CapabilityService. getCapabilitiesAccessState(NodeRef nodeRef, List<String> capabilityNames)
Map<Capability,AccessStatus>
CapabilityServiceImpl. getCapabilitiesAccessState(NodeRef nodeRef)
Map<Capability,AccessStatus>
CapabilityServiceImpl. getCapabilitiesAccessState(NodeRef nodeRef, boolean includePrivate)
Map<Capability,AccessStatus>
CapabilityServiceImpl. getCapabilitiesAccessState(NodeRef nodeRef, List<String> capabilityNames)
List<Capability>
CapabilityService. getCapabilitiesByGroup(Group group)
Get a list of capabilities for the given groupList<Capability>
CapabilityServiceImpl. getCapabilitiesByGroup(Group group)
List<Capability>
CapabilityService. getCapabilitiesByGroupId(String groupId)
Gets a list of capabilities for the given group idList<Capability>
CapabilityServiceImpl. getCapabilitiesByGroupId(String groupId)
Methods in org.alfresco.module.org_alfresco_module_rm.capability with parameters of type Capability Modifier and Type Method Description void
CapabilityService. registerCapability(Capability capability)
Register a capabilityvoid
CapabilityServiceImpl. registerCapability(Capability capability)
-
Uses of Capability in org.alfresco.module.org_alfresco_module_rm.capability.declarative
Classes in org.alfresco.module.org_alfresco_module_rm.capability.declarative that implement Capability Modifier and Type Class Description class
DeclarativeCapability
Declarative capability implementation.class
DeclarativeCompositeCapability
Generic implementation of a composite capabilityFields in org.alfresco.module.org_alfresco_module_rm.capability.declarative declared as Capability Modifier and Type Field Description protected Capability
DeclarativeCapability. targetCapability
Capability to be evaluated against the target node referenceMethods in org.alfresco.module.org_alfresco_module_rm.capability.declarative that return types with arguments of type Capability Modifier and Type Method Description Set<Capability>
DeclarativeCompositeCapability. getCapabilities()
Methods in org.alfresco.module.org_alfresco_module_rm.capability.declarative with parameters of type Capability Modifier and Type Method Description void
DeclarativeCapability. setTargetCapability(Capability targetCapability)
Method parameters in org.alfresco.module.org_alfresco_module_rm.capability.declarative with type arguments of type Capability Modifier and Type Method Description void
DeclarativeCompositeCapability. setCapabilities(Set<Capability> capabilities)
-
Uses of Capability in org.alfresco.module.org_alfresco_module_rm.capability.impl
Classes in org.alfresco.module.org_alfresco_module_rm.capability.impl that implement Capability Modifier and Type Class Description class
ChangeOrDeleteReferencesCapability
Change or delete references capabilityclass
CreateCapability
Create group capability implementationclass
DeleteLinksCapability
Delete links capability.class
EditNonRecordMetadataCapability
Edit non record metadata capabilityclass
UpdateCapability
Update capability implementation.class
ViewRecordsCapability
-
Uses of Capability in org.alfresco.module.org_alfresco_module_rm.model.security
Methods in org.alfresco.module.org_alfresco_module_rm.model.security that return types with arguments of type Capability Modifier and Type Method Description Set<Capability>
ProtectedModelArtifact. getCapabilities()
Method parameters in org.alfresco.module.org_alfresco_module_rm.model.security with type arguments of type Capability Modifier and Type Method Description void
ProtectedModelArtifact. setCapabilities(Set<Capability> capabilities)
-
Uses of Capability in org.alfresco.module.org_alfresco_module_rm.role
Methods in org.alfresco.module.org_alfresco_module_rm.role that return types with arguments of type Capability Modifier and Type Method Description Set<Capability>
Role. getCapabilities()
Method parameters in org.alfresco.module.org_alfresco_module_rm.role with type arguments of type Capability Modifier and Type Method Description Role
FilePlanRoleService. createRole(NodeRef filePlan, String role, String roleDisplayLabel, Set<Capability> capabilities)
Create a new roleRole
FilePlanRoleServiceImpl. createRole(NodeRef filePlan, String role, String roleDisplayLabel, Set<Capability> capabilities)
Role
FilePlanRoleService. updateRole(NodeRef filePlan, String role, String roleDisplayLabel, Set<Capability> capabilities)
Update an existing roleRole
FilePlanRoleServiceImpl. updateRole(NodeRef rmRootNode, String role, String roleDisplayLabel, Set<Capability> capabilities)
Constructor parameters in org.alfresco.module.org_alfresco_module_rm.role with type arguments of type Capability Constructor Description Role(String name, String displayLabel, Set<Capability> capabilities, String roleGroupName)
Role(String name, String displayLabel, Set<Capability> capabilities, String roleGroupName, String groupShortName)
-
Uses of Capability in org.alfresco.module.org_alfresco_module_rm.script.admin
Methods in org.alfresco.module.org_alfresco_module_rm.script.admin that return types with arguments of type Capability Modifier and Type Method Description Set<Capability>
RoleDeclarativeWebScript.RoleItem. getCapabilities()
-
Uses of Capability in org.alfresco.module.org_alfresco_module_rm.security
Method parameters in org.alfresco.module.org_alfresco_module_rm.security with type arguments of type Capability Modifier and Type Method Description Role
RecordsManagementSecurityService. createRole(NodeRef rmRootNode, String role, String roleDisplayLabel, Set<Capability> capabilities)
Deprecated.As of release 2.1, replaced byFilePlanRoleService.createRole(NodeRef, String, String, Set)
Role
RecordsManagementSecurityServiceImpl. createRole(NodeRef rmRootNode, String role, String roleDisplayLabel, Set<Capability> capabilities)
Deprecated.Role
RecordsManagementSecurityService. updateRole(NodeRef rmRootNode, String role, String roleDisplayLabel, Set<Capability> capabilities)
Deprecated.As of release 2.1, replaced byFilePlanRoleService.updateRole(NodeRef, String, String, Set)
Role
RecordsManagementSecurityServiceImpl. updateRole(NodeRef rmRootNode, String role, String roleDisplayLabel, Set<Capability> capabilities)
Deprecated.Constructor parameters in org.alfresco.module.org_alfresco_module_rm.security with type arguments of type Capability Constructor Description Role(String name, String displayLabel, Set<Capability> capabilities, String roleGroupName)
Deprecated.
-