Groovy Documentation

griffon.plugins.cmis
[Java] Interface CmisContributionHandler


public interface CmisContributionHandler

Authors:
Andres Almiray


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)

 

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