Class NodeRefPathExpression

    • Method Detail

      • setContext

        public void setContext​(String context)
      • setCreatedPathName

        public void setCreatedPathName​(String createNamePath)
      • setPath

        public void setPath​(String path)
                     throws org.alfresco.error.AlfrescoRuntimeException
        Path setter.
        The type of path is automatically detected and checked for consistency.
        Parameters:
        path - the string path to be resolved later
        Throws:
        org.alfresco.error.AlfrescoRuntimeException - if the given path is inconsistent (i.e. a combination of qnames and names)
      • splitAndNormalizePath

        public static String[] splitAndNormalizePath​(String path)
      • resolve

        public org.alfresco.service.cmr.repository.NodeRef resolve()
        Specified by:
        resolve in interface NodeRefExpression
      • resolve

        public org.alfresco.service.cmr.repository.NodeRef resolve​(boolean createIfNotFound)
        Specified by:
        resolve in interface NodeRefExpression