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.

BR, Julian

Reply via email to