public abstract class DocumentStoreSessionRunner extends UnrestrictedSessionRunner
| Modifier and Type | Field and Description |
|---|---|
protected static String |
repositoryName |
isUnrestricted, originatingUsername, session, sessionIsAlreadyUnrestricted| Constructor and Description |
|---|
DocumentStoreSessionRunner() |
DocumentStoreSessionRunner(CoreSession session) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
errorMessage() |
void |
runSafe()
Run with the nuxeo class loader, wrap client exception into errors
|
static void |
setRepositoryName(String name)
Should be Invoked at startup
|
getOriginatingUsername, isUnrestricted, run, runUnrestricted, setOriginatingUsernameprotected static String repositoryName
public DocumentStoreSessionRunner()
public DocumentStoreSessionRunner(CoreSession session)
public static void setRepositoryName(String name)
public void runSafe()
protected String errorMessage()
Copyright © 2017 Nuxeo. All rights reserved.