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. | 
checkUnrestricted, getOriginatingUsername, runUnrestricted, setOriginatingUsernameprotected 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()
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 DocumentModelList getDocs()
Copyright © 2019 Nuxeo. All rights reserved.