Introduce CRUD to GCR
[lgpl/argeo-commons.git] / org.argeo.api / src / org / argeo / api / gcr / ContentSession.java
index b7ffcd0431d0f9d6c5a8f8af3ba7160376d1a13c..d779093be863c160914e32a22d5fcca415875431 100644 (file)
@@ -8,4 +8,6 @@ public interface ContentSession {
        Subject getSubject();
 
        Locale getLocale();
+
+       Content get(String path);
 }