ValueFormat should provide method getJCRString
----------------------------------------------
Key: JCR-2152
URL: https://issues.apache.org/jira/browse/JCR-2152
Project: Jackrabbit Content Repository
Issue Type: Improvement
Components: jackrabbit-spi-commons
Reporter: angela
Assignee: angela
Priority: Trivial
Fix For: 2.0.0
In order to retrieve the JCR String representation of a QValue currently the
following calls are required:
ValueFormat.getJCRValue(QValue, NamePathResolver, ValueFactory)
Value.getString()
This could be simplified if the ValueFormat would provide
ValueFormat.getJCRString(QValue, NamePathResolver)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.