addPart(jcrPropPath, value, resolver);
}
}
private void setProperty(Path propPath, QValue[] values, boolean clearPrevious) throws RepositoryException {
NamePathResolver resolver = getNamePathResolver(sessionInfo);
String jcrPropPath = resolver.getJCRPath(propPath);
if (clearPrevious) {
clearPreviousSetProperty(jcrPropPath);
}
StringBuffer strVal = new StringBuffer("[");