Groovy Documentation

griffon.plugins.cmis
[Java] Interface CmisProvider


public interface CmisProvider

Authors:
Andres Almiray


Method Summary
R withCmis(Closure closure)

R withCmis(String sessionName, Closure closure)

R withCmis(CallableWithArgs callable)

R withCmis(String sessionName, CallableWithArgs callable)

 

Method Detail

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