Groovy Documentation

griffon.plugins.cmis
[Java] Class CmisContributionAdapter

java.lang.Object
  griffon.plugins.cmis.CmisContributionAdapter
All Implemented Interfaces:
CmisContributionHandler

public class CmisContributionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private CmisProvider provider

 
Constructor Summary
CmisContributionAdapter()

 
Method Summary
CmisProvider getCmisProvider()

void setCmisProvider(CmisProvider provider)

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
notify, notifyAll, wait, wait, wait, equals, toString, hashCode, getClass
 

Field Detail

DEFAULT

private static final String DEFAULT


provider

private CmisProvider provider


 
Constructor Detail

CmisContributionAdapter

CmisContributionAdapter()


 
Method Detail

getCmisProvider

public CmisProvider getCmisProvider()


setCmisProvider

public void setCmisProvider(CmisProvider provider)


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