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
 T execute(javax.jcr.Session session)
          executes the unit of work
 

Method Detail

execute

T execute(javax.jcr.Session session)
          throws Exception
executes the unit of work

Parameters:
session - session where the JCR tasks takes place.
Throws:
Exception


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.