Uses of Interface
org.alfresco.module.org_alfresco_module_rm.capability.Capability
Packages that use Capability
Package
Description
-
Uses of Capability in org.alfresco.module.org_alfresco_module_rm.capability
Subinterfaces of Capability in org.alfresco.module.org_alfresco_module_rm.capabilityModifier and TypeInterfaceDescriptioninterface
Composite capability Interface.Classes in org.alfresco.module.org_alfresco_module_rm.capability that implement CapabilityMethods in org.alfresco.module.org_alfresco_module_rm.capability that return CapabilityModifier and TypeMethodDescriptionCapabilityService.getCapability
(String name) Get a named capability.CapabilityServiceImpl.getCapability
(String name) Methods in org.alfresco.module.org_alfresco_module_rm.capability that return types with arguments of type CapabilityModifier and TypeMethodDescriptionCapabilityService.getCapabilities()
Get a list of all the assignable capabilities.CapabilityService.getCapabilities
(boolean includePrivate) Get a list of all the capabilities, optionally including those that are non-assignable.CapabilityServiceImpl.getCapabilities()
CapabilityServiceImpl.getCapabilities
(boolean includePrivate) CompositeCapability.getCapabilities()
Get set of child capabilities.CapabilityService.getCapabilitiesAccessState
(NodeRef nodeRef) Get all the capabilities access state based on the current user for the assignable capabilities.CapabilityService.getCapabilitiesAccessState
(NodeRef nodeRef, boolean includePrivate) Get all the capabilities access state based on the current user.CapabilityService.getCapabilitiesAccessState
(NodeRef nodeRef, List<String> capabilityNames) CapabilityServiceImpl.getCapabilitiesAccessState
(NodeRef nodeRef) CapabilityServiceImpl.getCapabilitiesAccessState
(NodeRef nodeRef, boolean includePrivate) CapabilityServiceImpl.getCapabilitiesAccessState
(NodeRef nodeRef, List<String> capabilityNames) CapabilityService.getCapabilitiesByGroup
(Group group) Get a list of capabilities for the given groupCapabilityServiceImpl.getCapabilitiesByGroup
(Group group) CapabilityService.getCapabilitiesByGroupId
(String groupId) Gets a list of capabilities for the given group idCapabilityServiceImpl.getCapabilitiesByGroupId
(String groupId) Methods in org.alfresco.module.org_alfresco_module_rm.capability with parameters of type CapabilityModifier and TypeMethodDescriptionvoid
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 CapabilityModifier and TypeClassDescriptionclass
Declarative capability implementation.class
Generic implementation of a composite capabilityFields in org.alfresco.module.org_alfresco_module_rm.capability.declarative declared as CapabilityModifier and TypeFieldDescriptionprotected 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 CapabilityMethods in org.alfresco.module.org_alfresco_module_rm.capability.declarative with parameters of type CapabilityModifier and TypeMethodDescriptionvoid
DeclarativeCapability.setTargetCapability
(Capability targetCapability) Method parameters in org.alfresco.module.org_alfresco_module_rm.capability.declarative with type arguments of type CapabilityModifier and TypeMethodDescriptionvoid
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 CapabilityModifier and TypeClassDescriptionclass
Change or delete references capabilityclass
Create group capability implementationclass
Delete links capability.class
Edit non record metadata capabilityclass
Update capability implementation.final class
-
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 CapabilityMethod parameters in org.alfresco.module.org_alfresco_module_rm.model.security with type arguments of type CapabilityModifier and TypeMethodDescriptionvoid
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 CapabilityMethod parameters in org.alfresco.module.org_alfresco_module_rm.role with type arguments of type CapabilityModifier and TypeMethodDescriptionFilePlanRoleService.createRole
(NodeRef filePlan, String role, String roleDisplayLabel, Set<Capability> capabilities) Create a new roleFilePlanRoleServiceImpl.createRole
(NodeRef filePlan, String role, String roleDisplayLabel, Set<Capability> capabilities) FilePlanRoleService.updateRole
(NodeRef filePlan, String role, String roleDisplayLabel, Set<Capability> capabilities) Update an existing roleFilePlanRoleServiceImpl.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 -
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 -
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 CapabilityModifier and TypeMethodDescriptionRecordsManagementSecurityService.createRole
(NodeRef rmRootNode, String role, String roleDisplayLabel, Set<Capability> capabilities) Deprecated.RecordsManagementSecurityServiceImpl.createRole
(NodeRef rmRootNode, String role, String roleDisplayLabel, Set<Capability> capabilities) Deprecated.RecordsManagementSecurityService.updateRole
(NodeRef rmRootNode, String role, String roleDisplayLabel, Set<Capability> capabilities) Deprecated.As of release 2.1, replaced byFilePlanRoleService.updateRole(NodeRef, String, String, Set)
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
FilePlanRoleService.createRole(NodeRef, String, String, Set)