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 TypeInterfaceDescriptioninterfaceComposite 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 TypeMethodDescriptionvoidCapabilityService.registerCapability(Capability capability) Register a capabilityvoidCapabilityServiceImpl.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 TypeClassDescriptionclassDeclarative capability implementation.classGeneric implementation of a composite capabilityFields in org.alfresco.module.org_alfresco_module_rm.capability.declarative declared as CapabilityModifier and TypeFieldDescriptionprotected CapabilityDeclarativeCapability.targetCapabilityCapability 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 TypeMethodDescriptionvoidDeclarativeCapability.setTargetCapability(Capability targetCapability) Method parameters in org.alfresco.module.org_alfresco_module_rm.capability.declarative with type arguments of type CapabilityModifier and TypeMethodDescriptionvoidDeclarativeCompositeCapability.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 TypeClassDescriptionclassChange or delete references capabilityclassCreate group capability implementationclassDelete links capability.classEdit non record metadata capabilityclassUpdate 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 TypeMethodDescriptionvoidProtectedModelArtifact.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 -
Uses of Capability in org.alfresco.rm.rest.api.impl
Methods in org.alfresco.rm.rest.api.impl with parameters of type CapabilityModifier and TypeMethodDescriptionApiNodesModelFactory.createCapabilityModel(Capability capability)
FilePlanRoleService.createRole(NodeRef, String, String, Set)