Package org.exoplatform.forum.common.jcr
Interface JCRTask<T>
public interface JCRTask<T>
Represets a JCR unit of work tied to a session.
Meant to be passed to
JCRSessionManager.executeAndSave(JCRTask)- Version:
- $Revision$
- Author:
- Patrice Lamarque
-
Method Summary
-
Method Details
-
execute
executes the unit of work- Parameters:
session- session where the JCR tasks takes place.- Throws:
Exception
-