Class NodeLocatorServiceImpl

    • Constructor Detail

      • NodeLocatorServiceImpl

        public NodeLocatorServiceImpl()
    • Method Detail

      • getNode

        public org.alfresco.service.cmr.repository.NodeRef getNode​(String locatorName,
                                                                   org.alfresco.service.cmr.repository.NodeRef source,
                                                                   Map<String,​Serializable> params)
        Locates and returns a NodeRef using the specified NodeLocator.
        Specified by:
        getNode in interface NodeLocatorService
        Parameters:
        locatorName - the name of the NodeLocator to use.
        source - the source node. Can be null.
        params - An arbitrary set of parameters. Can be null.
        Returns:
        the node to be found or null.