org.jbpm.jcr
Interface JcrService

All Superinterfaces:
java.io.Serializable, Service
All Known Implementing Classes:
JcrServiceImpl

public interface JcrService
extends Service

Wraps all access to a single JCR repository (JSR 170 level 1 or higher compliance required).

Author:
Jim Rigsbee

Method Summary
 javax.jcr.Session getSession()
          Get the javax.jcr.Session instance
 
Methods inherited from interface org.jbpm.svc.Service
close
 

Method Detail

getSession

javax.jcr.Session getSession()
Get the javax.jcr.Session instance