Deprecate RepositoryService.getPropertyInfo method
--------------------------------------------------
Key: JCR-3054
URL: https://issues.apache.org/jira/browse/JCR-3054
Project: Jackrabbit Content Repository
Issue Type: Improvement
Components: jackrabbit-jcr2spi, jackrabbit-spi, jackrabbit-spi2dav,
jackrabbit-spi2jcr
Reporter: Michael Dürig
Assignee: Michael Dürig
I would like to deprecate and ultimately remove the
RepositoryService.getPropertyInfo method and extend
RepositoryService.getItemInfos to take over that functionality. getItemInfos
would thus change to
/**
* Method used to 'batch-read' from the persistent storage. It returns the
* <code>ItemInfo</code> for the given <code>ItemId</code> as the first
* element in the <code>Iterator</code>. In addition the iterator may
contain
* arbitrary <code>ItemInfo</code>s.
*/
public Iterator<? extends ItemInfo> getItemInfos(SessionInfo sessionInfo,
ItemId itemId) throws ItemNotFoundException, RepositoryException;
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira