|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.cmis.AbstractCmisProvider
public abstract class AbstractCmisProvider extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private static org.slf4j.Logger |
LOG
|
| Constructor Summary | |
AbstractCmisProvider()
|
|
| Method Summary | |
|---|---|
protected org.apache.chemistry.opencmis.client.api.Session
|
getSession(String sessionName)
|
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 static final org.slf4j.Logger LOG
| Constructor Detail |
|---|
AbstractCmisProvider()
| Method Detail |
|---|
protected org.apache.chemistry.opencmis.client.api.Session getSession(String sessionName)
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