| Modifier and Type | Interface and Description |
|---|---|
interface |
CompositeCapability
Composite capability Interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCapability
Abstract capability implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Capability |
CapabilityService.getCapability(String name)
Get a named capability.
|
Capability |
CapabilityServiceImpl.getCapability(String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<Capability> |
CapabilityService.getCapabilities()
Get a list of all the assignable capabilities.
|
Set<Capability> |
CompositeCapability.getCapabilities()
Get set of child capabilities.
|
Set<Capability> |
CapabilityServiceImpl.getCapabilities() |
Set<Capability> |
CapabilityService.getCapabilities(boolean includePrivate)
Get a list of all the capabilities, optionally including those that are non-assignable.
|
Set<Capability> |
CapabilityServiceImpl.getCapabilities(boolean includePrivate) |
Map<Capability,org.alfresco.service.cmr.security.AccessStatus> |
CapabilityService.getCapabilitiesAccessState(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Get all the capabilities access state based on the current user for the assignable capabilities.
|
Map<Capability,org.alfresco.service.cmr.security.AccessStatus> |
CapabilityServiceImpl.getCapabilitiesAccessState(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
Map<Capability,org.alfresco.service.cmr.security.AccessStatus> |
CapabilityService.getCapabilitiesAccessState(org.alfresco.service.cmr.repository.NodeRef nodeRef,
boolean includePrivate)
Get all the capabilities access state based on the current user.
|
Map<Capability,org.alfresco.service.cmr.security.AccessStatus> |
CapabilityServiceImpl.getCapabilitiesAccessState(org.alfresco.service.cmr.repository.NodeRef nodeRef,
boolean includePrivate) |
Map<Capability,org.alfresco.service.cmr.security.AccessStatus> |
CapabilityService.getCapabilitiesAccessState(org.alfresco.service.cmr.repository.NodeRef nodeRef,
List<String> capabilityNames) |
Map<Capability,org.alfresco.service.cmr.security.AccessStatus> |
CapabilityServiceImpl.getCapabilitiesAccessState(org.alfresco.service.cmr.repository.NodeRef nodeRef,
List<String> capabilityNames) |
List<Capability> |
CapabilityService.getCapabilitiesByGroup(Group group)
Get a list of capabilities for the given group
|
List<Capability> |
CapabilityServiceImpl.getCapabilitiesByGroup(Group group) |
List<Capability> |
CapabilityService.getCapabilitiesByGroupId(String groupId)
Gets a list of capabilities for the given group id
|
List<Capability> |
CapabilityServiceImpl.getCapabilitiesByGroupId(String groupId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CapabilityService.registerCapability(Capability capability)
Register a capability
|
void |
CapabilityServiceImpl.registerCapability(Capability capability) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeclarativeCapability
Declarative capability implementation.
|
class |
DeclarativeCompositeCapability
Generic implementation of a composite capability
|
| Modifier and Type | Field and Description |
|---|---|
protected Capability |
DeclarativeCapability.targetCapability
Capability to be evaluated against the target node reference
|
| Modifier and Type | Method and Description |
|---|---|
Set<Capability> |
DeclarativeCompositeCapability.getCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclarativeCapability.setTargetCapability(Capability targetCapability) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclarativeCompositeCapability.setCapabilities(Set<Capability> capabilities) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeOrDeleteReferencesCapability
Change or delete references capability
|
class |
CreateCapability
Create group capability implementation
|
class |
DeleteLinksCapability
Delete links capability.
|
class |
EditNonRecordMetadataCapability
Edit non record metadata capability
|
class |
UpdateCapability
Update capability implementation.
|
class |
ViewRecordsCapability |
| Modifier and Type | Method and Description |
|---|---|
Set<Capability> |
ProtectedModelArtifact.getCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtectedModelArtifact.setCapabilities(Set<Capability> capabilities) |
| Modifier and Type | Method and Description |
|---|---|
Set<Capability> |
Role.getCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
Role |
FilePlanRoleServiceImpl.createRole(org.alfresco.service.cmr.repository.NodeRef filePlan,
String role,
String roleDisplayLabel,
Set<Capability> capabilities) |
Role |
FilePlanRoleService.createRole(org.alfresco.service.cmr.repository.NodeRef filePlan,
String role,
String roleDisplayLabel,
Set<Capability> capabilities)
Create a new role
|
Role |
FilePlanRoleServiceImpl.updateRole(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String role,
String roleDisplayLabel,
Set<Capability> capabilities) |
Role |
FilePlanRoleService.updateRole(org.alfresco.service.cmr.repository.NodeRef filePlan,
String role,
String roleDisplayLabel,
Set<Capability> capabilities)
Update an existing role
|
| Constructor and Description |
|---|
Role(String name,
String displayLabel,
Set<Capability> capabilities,
String roleGroupName) |
Role(String name,
String displayLabel,
Set<Capability> capabilities,
String roleGroupName,
String groupShortName) |
| Modifier and Type | Method and Description |
|---|---|
Set<Capability> |
RoleDeclarativeWebScript.RoleItem.getCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
Role |
RecordsManagementSecurityServiceImpl.createRole(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String role,
String roleDisplayLabel,
Set<Capability> capabilities)
Deprecated.
|
Role |
RecordsManagementSecurityService.createRole(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String role,
String roleDisplayLabel,
Set<Capability> capabilities)
Deprecated.
As of release 2.1, replaced by
FilePlanRoleService.createRole(NodeRef, String, String, Set) |
Role |
RecordsManagementSecurityServiceImpl.updateRole(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String role,
String roleDisplayLabel,
Set<Capability> capabilities)
Deprecated.
|
Role |
RecordsManagementSecurityService.updateRole(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String role,
String roleDisplayLabel,
Set<Capability> capabilities)
Deprecated.
As of release 2.1, replaced by
FilePlanRoleService.updateRole(NodeRef, String, String, Set) |
| Constructor and Description |
|---|
Role(String name,
String displayLabel,
Set<Capability> capabilities,
String roleGroupName)
Deprecated.
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.