Julian Reschke wrote:
Marcel Reutegger wrote:
Julian Reschke wrote:
Also, let's change

public PropertyInfo getPropertyInfo(SessionInfo sessionInfo, PropertyId propertyId) throws ItemNotFoundException, RepositoryException;

to

public Iterator<PropertyInfo> getPropertyInfo(SessionInfo sessionInfo, PropertyId[] propertyId) throws ItemNotFoundException, RepositoryException;

I'm not sure how useful that method is. in what situation will jcr2spi call this method?

Anytime it currently calls getPropertyInfo.

of course, yes ;)

but I meant, when will it take advantage of the PropertyId array?

anyway, if we implement JCR-1418 it will be useful then.

regards
 marcel

Reply via email to