]> git.argeo.org Git - gpl/argeo-suite.git/blob - AppUserState.java
9250e99863e68313e4af7df5481067af39bffc8d
[gpl/argeo-suite.git] / AppUserState.java
1 package org.argeo.api.app;
2
3 import org.argeo.api.acr.Content;
4 import org.argeo.api.cms.CmsSession;
5
6 /** Access to content which is specific to a user and their state. */
7 public interface AppUserState {
8 Content getOrCreateSessionDir(CmsSession session);
9 }