public class PathHelper extends Object
Constructor and Description |
---|
PathHelper() |
Modifier and Type | Method and Description |
---|---|
static org.alfresco.service.cmr.repository.Path |
stringToPath(String value)
Converts a String representation of a path to a Path
e.g "/{http://www.alfresco.org/model/application/1.0}company_home/{http://www.alfresco.org/model/application/1.0}dictionary/{http://www.alfresco.org/model/application/1.0}transfers/{http://www.alfresco.org/model/content/1.0}default/{http://www.alfresco.org/model/transfer/1.0}snapshotMe";
|
public static org.alfresco.service.cmr.repository.Path stringToPath(String value)
value
- the string representation of the path.Copyright © 2005–2017 Alfresco Software. All rights reserved.