Groovy Documentation

griffon.plugins.jcr
[Java] Class AbstractJcrProvider

java.lang.Object
  griffon.plugins.jcr.AbstractJcrProvider
All Implemented Interfaces:
JcrProvider

public abstract class AbstractJcrProvider
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private static org.slf4j.Logger LOG

 
Constructor Summary
AbstractJcrProvider()

 
Method Summary
protected Session getSession(String repositoryName)

R withJcr(Closure closure)

R withJcr(String repositoryName, Closure closure)

R withJcr(CallableWithArgs callable)

R withJcr(String repositoryName, CallableWithArgs callable)

 
Methods inherited from class Object
notify, notifyAll, wait, wait, wait, equals, toString, hashCode, getClass
 

Field Detail

DEFAULT

private static final String DEFAULT


LOG

private static final org.slf4j.Logger LOG


 
Constructor Detail

AbstractJcrProvider

AbstractJcrProvider()


 
Method Detail

getSession

protected Session getSession(String repositoryName)


withJcr

public R withJcr(Closure closure)


withJcr

public R withJcr(String repositoryName, Closure closure)


withJcr

public R withJcr(CallableWithArgs callable)


withJcr

public R withJcr(String repositoryName, CallableWithArgs callable)


 

Groovy Documentation