Groovy Documentation

griffon.plugins.cmis
[Java] Class AbstractCmisProvider

java.lang.Object
  griffon.plugins.cmis.AbstractCmisProvider
All Implemented Interfaces:
CmisProvider

public abstract class AbstractCmisProvider
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private static org.slf4j.Logger LOG

 
Constructor Summary
AbstractCmisProvider()

 
Method Summary
protected org.apache.chemistry.opencmis.client.api.Session getSession(String sessionName)

R withCmis(Closure closure)

R withCmis(String sessionName, Closure closure)

R withCmis(CallableWithArgs callable)

R withCmis(String sessionName, CallableWithArgs callable)

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

Field Detail

DEFAULT

private static final String DEFAULT


LOG

private static final org.slf4j.Logger LOG


 
Constructor Detail

AbstractCmisProvider

AbstractCmisProvider()


 
Method Detail

getSession

protected org.apache.chemistry.opencmis.client.api.Session getSession(String sessionName)


withCmis

public R withCmis(Closure closure)


withCmis

public R withCmis(String sessionName, Closure closure)


withCmis

public R withCmis(CallableWithArgs callable)


withCmis

public R withCmis(String sessionName, CallableWithArgs callable)


 

Groovy Documentation