Class CopyService.CopyInfo
java.lang.Object
org.alfresco.service.cmr.repository.CopyService.CopyInfo
- All Implemented Interfaces:
PermissionCheckValue
- Enclosing interface:
- CopyService
Data pojo to carry information about node copies
- Since:
- 4.0
- Author:
- Derek Hulley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the underlying node value that needs to be permission checked.
-
Constructor Details
-
CopyInfo
-
-
Method Details
-
getNodeRef
Description copied from interface:PermissionCheckValueGet the underlying node value that needs to be permission checked.- Specified by:
getNodeRefin interfacePermissionCheckValue- Returns:
- the node copy
-
getName
- Returns:
- the name of the node copy
-