|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface CmisContributionHandler
| 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 |
|---|
public CmisProvider getCmisProvider()
public void setCmisProvider(CmisProvider provider)
public R withCmis(Closure closure)
public R withCmis(String sessionName, Closure closure)
public R withCmis(CallableWithArgs callable)
public R withCmis(String sessionName, CallableWithArgs callable)
Groovy Documentation