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

    Modifier and Type
    Method
    Description
    execute(javax.jcr.Session session)
    executes the unit of work
  • Method Details

    • 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