Improve ACR.
[lgpl/argeo-commons.git] / org.argeo.api.cms / src / org / argeo / api / cms / CmsContext.java
index 8f4161c507e2244b7b3bf52fca1647122bf2d4d6..05108beac3e2ad0bc5a18842d8419255ced8b308 100644 (file)
@@ -27,4 +27,6 @@ public interface CmsContext {
 
        /** Get the CMS session of this subject. */
        CmsSession getCmsSession(Subject subject);
+       
+       CmsState getCmsState();
 }