-
Improvement
-
Resolution: Unresolved
-
Major
-
2.4, 2.5
-
None
-
None
Currently the API provide this method
public <A extends AmetysObject> A resolve(String absolutePath)
The proposal is to extends to API by providing something like this method
public <A extends AmetysObject> A resolve(String absolutePath, Session session)
where session is a JCR session that will be used to return the underlying node of the resolved AmetysObject.