public class CoreQueryUnrestrictedSessionRunner extends UnrestrictedSessionRunner
Modifier and Type | Field and Description |
---|---|
protected boolean |
countTotal |
protected long |
countUpTo |
protected boolean |
detachDocuments |
protected DocumentModelList |
docs |
protected Filter |
filter |
protected long |
limit |
protected long |
offset |
protected String |
query |
isUnrestricted, originatingUsername, repositoryName, session, sessionIsAlreadyUnrestricted
Constructor and Description |
---|
CoreQueryUnrestrictedSessionRunner(CoreSession session,
String query,
Filter filter,
long limit,
long offset,
boolean countTotal,
long countUpTo,
boolean detachDocuments) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
getDocs() |
void |
run()
This method will be called by
UnrestrictedSessionRunner.runUnrestricted() with UnrestrictedSessionRunner.session available as an unrestricted
session. |
getOriginatingUsername, isUnrestricted, runUnrestricted, setOriginatingUsername
protected final long limit
protected final long offset
protected final boolean countTotal
protected final long countUpTo
protected final boolean detachDocuments
protected DocumentModelList docs
public CoreQueryUnrestrictedSessionRunner(CoreSession session, String query, Filter filter, long limit, long offset, boolean countTotal, long countUpTo, boolean detachDocuments)
public void run()
UnrestrictedSessionRunner
UnrestrictedSessionRunner.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 UnrestrictedSessionRunner
public DocumentModelList getDocs()
Copyright © 2016 Nuxeo SA. All rights reserved.