Clean up and refactor ACR and component register.
[lgpl/argeo-commons.git] / org.argeo.api.acr / src / org / argeo / api / acr / spi / ProvidedSession.java
index 7c6912c4e7f6d4baf4ff1297af140f3a78494b4c..075f7bd1beccd47a4a9c38a258c96b9ce58eec63 100644 (file)
@@ -6,6 +6,7 @@ import java.util.concurrent.CompletionStage;
 import org.argeo.api.acr.Content;
 import org.argeo.api.acr.ContentSession;
 
+/** A {@link ContentSession} implementation. */
 public interface ProvidedSession extends ContentSession {
        ProvidedRepository getRepository();
 
@@ -14,6 +15,9 @@ public interface ProvidedSession extends ContentSession {
        Content getMountPoint(String path);
 
        boolean isEditing();
+
+       void notifyModification(ProvidedContent content);
+
        /*
         * NAMESPACE CONTEXT
         */