|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.cmis.CmisContributionAdapter
public class CmisContributionAdapter extends Object
| 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 |
|---|
private static final String DEFAULT
private CmisProvider provider
| Constructor Detail |
|---|
CmisContributionAdapter()
| 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