Class CopyService.CopyInfo

  • All Implemented Interfaces:
    PermissionCheckValue
    Enclosing interface:
    CopyService

    public static class CopyService.CopyInfo
    extends java.lang.Object
    implements PermissionCheckValue
    Data pojo to carry information about node copies
    Since:
    4.0
    Author:
    Derek Hulley
    • Constructor Summary

      Constructors 
      Constructor Description
      CopyInfo​(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      org.alfresco.service.cmr.repository.NodeRef getNodeRef()
      Get the underlying node value that needs to be permission checked.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CopyInfo

        public CopyInfo​(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                        java.lang.String name)
    • Method Detail

      • getNodeRef

        public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
        Description copied from interface: PermissionCheckValue
        Get the underlying node value that needs to be permission checked.
        Specified by:
        getNodeRef in interface PermissionCheckValue
        Returns:
        the node copy
      • getName

        public java.lang.String getName()
        Returns:
        the name of the node copy