Package org.nuxeo.easyshare
Class EasyShareUnrestrictedRunner
- java.lang.Object
-
- org.nuxeo.easyshare.EasyShareUnrestrictedRunner
-
public abstract class EasyShareUnrestrictedRunner extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description EasyShareUnrestrictedRunner()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Object
run(CoreSession coreSession, IdRef docId)
Object
runUnrestricted(String docId)
-
-
-
Field Detail
-
session
protected CoreSession session
-
-
Method Detail
-
run
public abstract Object run(CoreSession coreSession, IdRef docId)
-
-