public class CoreQueryAndFetchUnrestrictedSessionRunner extends UnrestrictedSessionRunner
| Modifier and Type | Field and Description |
|---|---|
protected String |
language |
protected String |
query |
protected IterableQueryResult |
result |
isUnrestricted, originatingUsername, repositoryName, session, sessionIsAlreadyUnrestricted| Constructor and Description |
|---|
CoreQueryAndFetchUnrestrictedSessionRunner(CoreSession session,
String query,
String language) |
| Modifier and Type | Method and Description |
|---|---|
IterableQueryResult |
getResult() |
void |
run()
This method will be called by
UnrestrictedSessionRunner.runUnrestricted() with UnrestrictedSessionRunner.session available as an unrestricted
session. |
checkUnrestricted, getOriginatingUsername, runUnrestricted, setOriginatingUsernameprotected IterableQueryResult result
public CoreQueryAndFetchUnrestrictedSessionRunner(CoreSession session, String query, String language)
public void run()
UnrestrictedSessionRunnerUnrestrictedSessionRunner.runUnrestricted() with UnrestrictedSessionRunner.session available as an unrestricted
session.
It can also be called directly in which case the UnrestrictedSessionRunner.session available will be the one passed to
#UnrestrictedSessionRunner(CoreSession).
run in class UnrestrictedSessionRunnerpublic IterableQueryResult getResult()
Copyright © 2019 Nuxeo. All rights reserved.