Modifier and Type | Method and Description |
---|---|
List<BoxTypedObject> |
BoxService.getBoxDocumentCollection(DocumentModelList documentModels,
String fields) |
List<BoxTypedObject> |
BoxServiceImpl.getBoxDocumentCollection(DocumentModelList documentModels,
String fields) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
NuxeoDriveGetRootsOperation.run() |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
NuxeoDriveActions.getSynchronizationRoots() |
Modifier and Type | Field and Description |
---|---|
protected DocumentModelList |
DirectoryBasedEditor.entries |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
DirectoryBasedEditor.getEntries() |
Modifier and Type | Class and Description |
---|---|
class |
DocumentModelCollector
This implementation collect
DocumentModel objects and return them as a DocumentModelList object. |
class |
DocumentModelListCollector
This implementation collect
DocumentModel objects and return them as a DocumentModelList object. |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
DocumentModelListCollector.getOutput() |
DocumentModelList |
DocumentModelCollector.getOutput() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentModelListCollector.collect(OperationContext ctx,
DocumentModelList obj) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
RestoreDocumentsInputFromScript.run() |
DocumentModelList |
RestoreDocumentsInput.run() |
DocumentModelList |
FetchContextDocument.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
FetchContextDocument.run(DocumentModelList docs) |
Modifier and Type | Field and Description |
---|---|
protected DocumentModelList |
MultiPublishDocument.target |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
Query.run()
Deprecated.
|
DocumentModelList |
FetchByProperty.run() |
DocumentModelList |
MultiPublishDocument.run(DocumentModel doc) |
DocumentModelList |
GetDocumentVersions.run(DocumentModel doc) |
DocumentModelList |
GetDocumentChildren.run(DocumentModel doc) |
DocumentModelList |
FilterDocuments.run(DocumentModelList docs) |
DocumentModelList |
GetDocumentChildren.run(DocumentRef doc) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
FilterDocuments.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
RunDocumentChain.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
RunDocumentChain.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
protected DocumentModelList |
GetRelations.getDocuments(QNameResource res,
Resource predicate) |
DocumentModelList |
FileManagerImport.run(BlobList blobs) |
DocumentModelList |
GetRelations.run(DocumentModel doc) |
DocumentModelList |
AuditLog.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
AuditLog.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
DocumentPaginatedQuery.run() |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
PullDocumentList.run() |
DocumentModelList |
PopDocumentList.run() |
DocumentModelList |
PushDocumentList.run(DocumentModelList doc) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
PushDocumentList.run(DocumentModelList doc) |
Modifier and Type | Method and Description |
---|---|
Blob |
RenderDocumentFeed.run(DocumentModelList docs) |
Modifier and Type | Interface and Description |
---|---|
interface |
PaginableDocumentModelList |
Modifier and Type | Class and Description |
---|---|
class |
PaginableDocumentModelListImpl
Wraps a
PageProvider as a DocumentList |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
GetSelectedDocuments.run() |
DocumentModelList |
GetDocumentsFromSelectionList.run() |
DocumentModelList |
FetchFromWorklist.run() |
DocumentModelList |
FetchFromClipboard.run() |
DocumentModelList |
PushToWorklist.run(DocumentModelList docs) |
DocumentModelList |
PushToClipboard.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
PushToWorklist.run(DocumentModelList docs) |
DocumentModelList |
PushToClipboard.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
TestOperation.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
TestOperation.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
GetDocumentsFromFavoritesOperation.run(DocumentModel context) |
DocumentModelList |
RemoveFromCollectionOperation.run(DocumentModelList docs) |
DocumentModelList |
AddToCollectionOperation.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
RemoveFromCollectionOperation.run(DocumentModelList docs) |
DocumentModelList |
AddToCollectionOperation.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
CoreSession.getChildren(DocumentRef parent)
Gets the children of the given parent.
|
DocumentModelList |
AbstractSession.getChildren(DocumentRef parent) |
DocumentModelList |
CoreSession.getChildren(DocumentRef parent,
String type)
Gets the children of the given parent filtered according to the given document type.
|
DocumentModelList |
AbstractSession.getChildren(DocumentRef parent,
String type) |
DocumentModelList |
CoreSession.getChildren(DocumentRef parent,
String type,
Filter filter,
Sorter sorter)
Same as
CoreSession.getChildren(DocumentRef, String, String, Filter, Sorter) without specific permission filtering. |
DocumentModelList |
AbstractSession.getChildren(DocumentRef parent,
String type,
Filter filter,
Sorter sorter) |
DocumentModelList |
CoreSession.getChildren(DocumentRef parent,
String type,
String perm)
Gets the children of the given parent filtered according to the given document type and permission.
|
DocumentModelList |
AbstractSession.getChildren(DocumentRef parent,
String type,
String perm) |
DocumentModelList |
CoreSession.getChildren(DocumentRef parent,
String type,
String perm,
Filter filter,
Sorter sorter)
Same as
CoreSession.getChildren(DocumentRef, String, String) but the result is filtered and then sorted using the
specified filter and sorter. |
DocumentModelList |
AbstractSession.getChildren(DocumentRef parent,
String type,
String perm,
Filter filter,
Sorter sorter) |
DocumentModelList |
CoreSession.getDocuments(DocumentRef[] docRefs)
Gets a list of documents given their references.
|
DocumentModelList |
AbstractSession.getDocuments(DocumentRef[] docRefs) |
DocumentModelList |
CoreSession.getFiles(DocumentRef parent)
Same as
CoreSession.getChildren(DocumentRef) but returns only non-folder documents. |
DocumentModelList |
AbstractSession.getFiles(DocumentRef parent) |
DocumentModelList |
CoreSession.getFiles(DocumentRef parent,
Filter filter,
Sorter sorter)
Same as
CoreSession.getFiles(org.nuxeo.ecm.core.api.DocumentRef) but uses an optional filter and sorter on the result. |
DocumentModelList |
AbstractSession.getFiles(DocumentRef parent,
Filter filter,
Sorter sorter) |
DocumentModelList |
CoreSession.getFolders(DocumentRef parent)
Same as
CoreSession.getChildren(DocumentRef) but returns only folder documents. |
DocumentModelList |
AbstractSession.getFolders(DocumentRef parent) |
DocumentModelList |
CoreSession.getFolders(DocumentRef parent,
Filter filter,
Sorter sorter)
Same as
CoreSession.getFolders(DocumentRef) but uses an optional filter and sorter on the result. |
DocumentModelList |
AbstractSession.getFolders(DocumentRef parent,
Filter filter,
Sorter sorter) |
DocumentModelList |
CoreSession.getProxies(DocumentRef docRef,
DocumentRef folderRef)
Finds the proxies for a document.
|
DocumentModelList |
AbstractSession.getProxies(DocumentRef docRef,
DocumentRef folderRef) |
DocumentModelList |
CoreSession.query(String query)
Executes the given NXQL query an returns the result.
|
DocumentModelList |
AbstractSession.query(String query) |
DocumentModelList |
CoreSession.query(String query,
Filter filter)
Executes the given NXQL query and returns the result that matches the filter.
|
DocumentModelList |
AbstractSession.query(String query,
Filter filter) |
DocumentModelList |
CoreSession.query(String query,
Filter filter,
int max)
Executes the given NXQL query and returns the result that matches the filter.
|
DocumentModelList |
AbstractSession.query(String query,
Filter filter,
int max) |
DocumentModelList |
CoreSession.query(String query,
Filter filter,
long limit,
long offset,
boolean countTotal)
Executes the given NXQL query and returns the result that matches the filter.
|
DocumentModelList |
AbstractSession.query(String query,
Filter filter,
long limit,
long offset,
boolean countTotal) |
DocumentModelList |
CoreSession.query(String query,
Filter filter,
long limit,
long offset,
long countUpTo)
Executes the given NXQL query and returns the result that matches the filter.
|
DocumentModelList |
AbstractSession.query(String query,
Filter filter,
long limit,
long offset,
long countUpTo) |
DocumentModelList |
CoreSession.query(String query,
int max)
Executes the given NXQL query an returns the result.
|
DocumentModelList |
AbstractSession.query(String query,
int max) |
DocumentModelList |
CoreSession.query(String query,
String queryType,
Filter filter,
long limit,
long offset,
boolean countTotal)
Executes the given query and returns the result that matches the filter.
|
DocumentModelList |
AbstractSession.query(String query,
String queryType,
Filter filter,
long limit,
long offset,
boolean countTotal) |
DocumentModelList |
CoreSession.query(String query,
String queryType,
Filter filter,
long limit,
long offset,
long countUpTo)
Executes the given query and returns the result that matches the filter.
|
DocumentModelList |
AbstractSession.query(String query,
String queryType,
Filter filter,
long limit,
long offset,
long countUpTo) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentModelListImpl |
Modifier and Type | Method and Description |
---|---|
protected void |
BulkLifeCycleChangeListener.changeDocumentsState(CoreSession documentManager,
DocumentModelList docModelList,
String transition,
String targetState) |
protected void |
BulkLifeCycleChangeListener.reinitDocumentsLifeCyle(CoreSession documentManager,
DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
TrashServiceImpl.getDocuments(DocumentModel currentDoc)
Get all documents from the trash of the current document.
|
DocumentModelList |
TrashService.getDocuments(DocumentModel currentDoc)
Get all documents from the trash of the current document.
|
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
Session.getEntries()
Deprecated.
since 6.0 Use query method instead with parameters
|
DocumentModelList |
Session.query(Map<String,Serializable> filter)
Executes a simple query.
|
DocumentModelList |
Session.query(Map<String,Serializable> filter,
Set<String> fulltext)
Executes a simple query.
|
DocumentModelList |
Session.query(Map<String,Serializable> filter,
Set<String> fulltext,
Map<String,String> orderBy)
Executes a simple query.
|
DocumentModelList |
Session.query(Map<String,Serializable> filter,
Set<String> fulltext,
Map<String,String> orderBy,
boolean fetchReferences)
Executes a query with the possibility to fetch references
|
DocumentModelList |
Session.query(Map<String,Serializable> filter,
Set<String> fulltext,
Map<String,String> orderBy,
boolean fetchReferences,
int limit,
int offset)
Executes a query with the possibility to fetch a subset of the results.
|
DocumentModelList |
BaseSession.query(Map<String,Serializable> filter,
Set<String> fulltext,
Map<String,String> orderBy,
boolean fetchReferences,
int limit,
int offset) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
LDAPSession.getEntries() |
protected DocumentModelList |
LDAPSession.ldapResultsToDocumentModels(NamingEnumeration<SearchResult> results,
boolean fetchReferences) |
DocumentModelList |
LDAPSession.query(Map<String,Serializable> filter) |
DocumentModelList |
LDAPSession.query(Map<String,Serializable> filter,
Set<String> fulltext) |
DocumentModelList |
LDAPSession.query(Map<String,Serializable> filter,
Set<String> fulltext,
boolean fetchReferences,
Map<String,String> orderBy) |
DocumentModelList |
LDAPSession.query(Map<String,Serializable> filter,
Set<String> fulltext,
Map<String,String> orderBy) |
DocumentModelList |
LDAPSession.query(Map<String,Serializable> filter,
Set<String> fulltext,
Map<String,String> orderBy,
boolean fetchReferences) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
MemoryDirectorySession.getEntries() |
DocumentModelList |
MemoryDirectorySession.query(Map<String,Serializable> filter) |
DocumentModelList |
MemoryDirectorySession.query(Map<String,Serializable> filter,
Set<String> fulltext) |
DocumentModelList |
MemoryDirectorySession.query(Map<String,Serializable> filter,
Set<String> fulltext,
Map<String,String> orderBy) |
DocumentModelList |
MemoryDirectorySession.query(Map<String,Serializable> filter,
Set<String> fulltext,
Map<String,String> orderBy,
boolean fetchReferences) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
MultiDirectorySession.getEntries() |
DocumentModelList |
MultiDirectorySession.query(Map<String,Serializable> filter) |
DocumentModelList |
MultiDirectorySession.query(Map<String,Serializable> filter,
Set<String> fulltext) |
DocumentModelList |
MultiDirectorySession.query(Map<String,Serializable> filter,
Set<String> fulltext,
Map<String,String> orderBy) |
DocumentModelList |
MultiDirectorySession.query(Map<String,Serializable> filter,
Set<String> fulltext,
Map<String,String> orderBy,
boolean fetchReferences) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
SQLSession.getEntries() |
DocumentModelList |
SQLSession.query(Map<String,Serializable> filter) |
DocumentModelList |
SQLSession.query(Map<String,Serializable> filter,
Set<String> fulltext) |
DocumentModelList |
SQLSession.query(Map<String,Serializable> filter,
Set<String> fulltext,
Map<String,String> orderBy) |
DocumentModelList |
SQLSession.query(Map<String,Serializable> filter,
Set<String> fulltext,
Map<String,String> orderBy,
boolean fetchReferences) |
DocumentModelList |
SQLSession.query(Map<String,Serializable> filter,
Set<String> fulltext,
Map<String,String> orderBy,
boolean fetchReferences,
int limit,
int offset) |
Modifier and Type | Method and Description |
---|---|
protected DocumentModelList |
MobileApplication.getUserWorkspacesDocs() |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
DefaultMobileAdapter.getChildren() |
Modifier and Type | Method and Description |
---|---|
protected DocumentModelList |
AbstractAuditBackend.guardedDocumentChildren(CoreSession session,
DocumentRef reference) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
UserManagerWithComputedGroups.searchGroups(Map<String,Serializable> filter,
Set<String> fulltext) |
DocumentModelList |
UserManagerWithComputedGroups.searchGroups(Map<String,Serializable> filter,
Set<String> fulltext,
DocumentModel context) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
FileManager.getCreationContainers(CoreSession documentManager,
String docType)
Returns the list of document that are to be suggested to the principal of documentManager as a candidate
container for a new document of type docType.
|
DocumentModelList |
FileManager.getCreationContainers(Principal principal,
String docType)
Returns the list of document that are to be suggested to principalName as a candidate container for a new
document of type docType on all registered repositories.
|
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
FileManagerService.getCreationContainers(CoreSession documentManager,
String docType) |
DocumentModelList |
FileManagerService.getCreationContainers(Principal principal,
String docType) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
DefaultCreationContainerListProvider.getCreationContainerList(CoreSession documentManager,
String docType) |
DocumentModelList |
CreationContainerListProvider.getCreationContainerList(CoreSession documentManager,
String docType)
Build the list of candidate containers for the given document type and session.
|
Modifier and Type | Method and Description |
---|---|
static List<WidgetSelectOption> |
VocabularyHelper.convertToSelectOptions(DocumentModelList entries,
String schema,
String directoryName,
String lang) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
DataFetch.getAllChildren(CoreSession session,
DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
protected DocumentModel |
OAuthServiceProviderRegistryImpl.getBestEntry(DocumentModelList entries,
String gadgetUri,
String serviceName) |
Modifier and Type | Method and Description |
---|---|
protected DocumentModelList |
OAuth2ServiceUserStore.query(Map<String,Serializable> filter) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
OAuth2TokenStore.query() |
DocumentModelList |
OAuth2TokenStore.query(Map<String,Serializable> filter) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
RootSectionFinder.getAccessibleSectionRoots(DocumentModel currentDoc) |
DocumentModelList |
RootSectionFinder.getDefaultSectionRoots(boolean onlyHeads) |
DocumentModelList |
RootSectionFinder.getDefaultSectionRoots(boolean onlyHeads,
boolean addDefaultSectionRoots) |
DocumentModelList |
RootSectionFinder.getSectionRootsForWorkspace(DocumentModel currentDoc)
Returns the head (root) sections that are bound to a given Workspace.
|
DocumentModelList |
RootSectionFinder.getSectionRootsForWorkspace(DocumentModel currentDoc,
boolean addDefaultSectionRoots)
Returns the head (root) sections that are bound to a given Workspace.
|
Modifier and Type | Method and Description |
---|---|
protected DocumentModelList |
CoreFolderPublicationNode.getOrderedChildren() |
protected DocumentModelList |
CoreFolderPublicationNode.getSortedChildren(boolean queryDocuments) |
Modifier and Type | Field and Description |
---|---|
protected DocumentModelList |
AbstractRootSectionsFinder.accessibleSectionRoots |
Modifier and Type | Method and Description |
---|---|
protected DocumentModelList |
AbstractRootSectionsFinder.filterDocuments(DocumentModelList docs) |
DocumentModelList |
AbstractRootSectionsFinder.getAccessibleSectionRoots(DocumentModel currentDoc) |
DocumentModelList |
AbstractRootSectionsFinder.getDefaultSectionRoots(boolean onlyHeads) |
DocumentModelList |
AbstractRootSectionsFinder.getDefaultSectionRoots(boolean onlyHeads,
boolean addDefaultSectionRoots) |
protected DocumentModelList |
AbstractRootSectionsFinder.getDefaultSectionRoots(CoreSession session) |
protected DocumentModelList |
AbstractRootSectionsFinder.getFiltredSectionRoots(List<String> rootPaths,
boolean onlyHeads) |
DocumentModelList |
AbstractRootSectionsFinder.getSectionRootsForWorkspace(DocumentModel currentDoc) |
DocumentModelList |
AbstractRootSectionsFinder.getSectionRootsForWorkspace(DocumentModel currentDoc,
boolean addDefaultSectionRoots) |
protected DocumentModelList |
AbstractRootSectionsFinder.getSectionRootsFromWorkspaceConfig(DocumentModel workspace,
CoreSession session) |
Modifier and Type | Method and Description |
---|---|
protected DocumentModelList |
AbstractRootSectionsFinder.filterDocuments(DocumentModelList docs) |
Modifier and Type | Field and Description |
---|---|
protected DocumentModelList |
AdministrationPublishActions.sectionRoots |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
AdministrationPublishActions.getSectionRoots() |
DocumentModelList |
AdministrationPublishActions.getSelectedSections() |
Modifier and Type | Field and Description |
---|---|
protected DocumentModelList |
DocumentModelListPageProvider.docs |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
DocumentModelListPageProvider.getDocumentModelList() |
Constructor and Description |
---|
DocumentModelListPageProvider(DocumentModelList docs) |
Modifier and Type | Field and Description |
---|---|
protected DocumentModelList |
CoreQueryUnrestrictedSessionRunner.docs |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
CoreQueryUnrestrictedSessionRunner.getDocs() |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
DocumentRouteElement.getAttachedDocuments(CoreSession session)
Return the list of documents that this route processes.
|
DocumentModelList |
ActionableObject.getAttachedDocuments(CoreSession session)
Deprecated.
The documents processed by the action.
|
DocumentModelList |
DocumentRoutingService.getOrderedRouteElement(String routeElementId,
CoreSession session)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
GetOpenTasksOperation.getAllTasks(DocumentModel doc) |
DocumentModelList |
GetOpenTasksOperation.getAllTasks(DocumentModelList docs) |
protected DocumentModelList |
GetTaskNamesOperation.getAllUserOpenTask(CoreSession session,
Locale locale,
String searchTerm,
boolean partialMatch)
Returns all user tasks having their translated name matching ( partially or fully ) the given label.
|
DocumentModelList |
GetTaskNamesOperation.run() |
DocumentModelList |
StartWorkflowOperation.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
GetOpenTasksOperation.getAllTasks(DocumentModelList docs) |
DocumentModelList |
StartWorkflowOperation.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
GraphRouteImpl.getAttachedDocumentModels() |
DocumentModelList |
GraphRoute.getAttachedDocumentModels()
Gets the attached documents.
|
DocumentModelList |
DocumentRouteElementImpl.getAttachedDocuments(CoreSession session) |
DocumentModelList |
DocumentRoutingServiceImpl.getOrderedRouteElement(String routeElementId,
CoreSession session) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
RoutingTaskImpl.getAttachedDocuments(CoreSession coreSession)
Deprecated.
Task#getTargetDocumentsIds() should be used instead |
Modifier and Type | Method and Description |
---|---|
static DocumentModelList |
ShibbolethGroupHelper.getGroups() |
static DocumentModelList |
ShibbolethGroupHelper.searchGroup(String fullText) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
TagActionsBean.getChildrenSelectModel() |
Modifier and Type | Method and Description |
---|---|
protected List<Task> |
TaskServiceImpl.wrapDocModelInTask(DocumentModelList taskDocuments)
Deprecated.
since 5.6
|
static List<Task> |
DocumentTaskProvider.wrapDocModelInTask(DocumentModelList taskDocuments)
Deprecated.
since 6.0, use
DocumentTaskProvider.wrapDocModelInTask(List) instead. |
static List<Task> |
DocumentTaskProvider.wrapDocModelInTask(DocumentModelList taskDocuments,
boolean detach)
Deprecated.
since 6.0, use
DocumentTaskProvider.wrapDocModelInTask(List) instead. |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
NavigationContext.getCurrentPath()
Returns a list of the DocumentsModels (to build the BreadCrumb for example).
|
Modifier and Type | Method and Description |
---|---|
static DocumentModelList |
DirectoryFunctions.getDirectoryEntries(String directoryName,
String... entryIds) |
static DocumentModelList |
DirectoryFunctions.getDirectoryListEntries(String directoryName,
Collection<String> entryIds) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
UserManager.searchGroups(Map<String,Serializable> filter,
Set<String> fulltext)
Returns groups matching given criteria.
|
DocumentModelList |
UserManagerImpl.searchGroups(Map<String,Serializable> filter,
Set<String> fulltext) |
DocumentModelList |
FakeUserManagerImpl.searchGroups(Map<String,Serializable> filter,
Set<String> fulltext) |
DocumentModelList |
MultiTenantUserManager.searchGroups(Map<String,Serializable> filter,
Set<String> fulltext,
DocumentModel context)
Returns groups matching given criteria with the given context.
|
DocumentModelList |
UserManagerImpl.searchGroups(Map<String,Serializable> filter,
Set<String> fulltext,
DocumentModel context) |
DocumentModelList |
UserManager.searchGroups(String pattern)
Search matching groups through their defined search fields
|
DocumentModelList |
UserManagerImpl.searchGroups(String pattern) |
DocumentModelList |
FakeUserManagerImpl.searchGroups(String pattern) |
DocumentModelList |
MultiTenantUserManager.searchGroups(String pattern,
DocumentModel context)
Search matching groups through their defined search fields into the given context document.
|
DocumentModelList |
UserManagerImpl.searchGroups(String pattern,
DocumentModel context) |
DocumentModelList |
UserManager.searchUsers(Map<String,Serializable> filter,
Set<String> fulltext)
Returns users matching given criteria.
|
DocumentModelList |
UserManagerImpl.searchUsers(Map<String,Serializable> filter,
Set<String> fulltext) |
DocumentModelList |
FakeUserManagerImpl.searchUsers(Map<String,Serializable> filter,
Set<String> fulltext) |
DocumentModelList |
MultiTenantUserManager.searchUsers(Map<String,Serializable> filter,
Set<String> fulltext,
DocumentModel context)
Returns users matching given criteria and with the given context.
|
DocumentModelList |
UserManagerImpl.searchUsers(Map<String,Serializable> filter,
Set<String> fulltext,
DocumentModel context) |
DocumentModelList |
UserManagerImpl.searchUsers(Map<String,Serializable> filter,
Set<String> fulltext,
Map<String,String> orderBy,
DocumentModel context)
MULTI-TENANT-IMPLEMENTATION
|
DocumentModelList |
UserManager.searchUsers(String pattern)
Returns users matching given pattern
|
DocumentModelList |
UserManagerImpl.searchUsers(String pattern) |
DocumentModelList |
FakeUserManagerImpl.searchUsers(String pattern) |
DocumentModelList |
MultiTenantUserManager.searchUsers(String pattern,
DocumentModel context)
Returns users matching given pattern with the given context.
|
DocumentModelList |
UserManagerImpl.searchUsers(String pattern,
DocumentModel context) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,DocumentModelList> |
AbstractUsersPageProvider.userCatalog
Map with first letter as key and users list as value.
|
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
UserWorkspaceCreateFromBlob.run(BlobList blobs) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
JSONDocumentModelListReader.readFrom(Class<DocumentModelList> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream)
Deprecated.
|
static DocumentModelList |
JSONDocumentModelListReader.readRequest(org.codehaus.jackson.JsonParser jp,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
DocumentModelList |
JSONDocumentModelListReader.readRequest(String content,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
JSONDocumentModelListReader.readFrom(Class<DocumentModelList> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected DocumentModelList |
BulkDocumentsObject.docs |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
BulkDocumentsObject.doGet() |
DocumentModelList |
BulkDocumentsObject.doUpdate(DocumentModel updateDoc) |
protected DocumentModelList |
QueryObject.getQuery(javax.ws.rs.core.UriInfo uriInfo,
String langOrProviderName) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
TokenAuthenticationServiceImpl.getTokenBindings(String userName) |
DocumentModelList |
TokenAuthenticationService.getTokenBindings(String userName)
Gets the token bindings for the specified user.
|
Modifier and Type | Field and Description |
---|---|
protected DocumentModelList |
TokenAuthenticationActionsBean.currentUserAuthTokenBindings |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
TokenAuthenticationActionsBean.getCurrentUserAuthTokenBindings() |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
OAuth2UserTokensActions.getCurrentUserTokens() |
DocumentModelList |
OAuth2UserTokensActions.getProviderAccounts(String provider,
boolean includeShared) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
UserInvitationService.getRegistrationsForUser(String docId,
String username,
String configurationName)
Retrieve registrations for a document givent the username
|
DocumentModelList |
UserInvitationComponent.getRegistrationsForUser(String docId,
String username,
String configurationName) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
WorkspaceActionsBean.getTemplates() |
DocumentModelList |
WorkspaceActions.getTemplates() |
Modifier and Type | Field and Description |
---|---|
protected DocumentModelList |
NavigationContextBean.currentDocumentChildren |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
NavigationContextBean.getCurrentPath() |
Modifier and Type | Field and Description |
---|---|
protected DocumentModelList |
VocabularyTreeNode.childrenEntries |
protected DocumentModelList |
DirectoryTreeNode.childrenEntries |
protected DocumentModelList |
DirectoryUIActionsBean.currentDirectoryEntries |
Modifier and Type | Method and Description |
---|---|
protected DocumentModelList |
VocabularyTreeNode.getChildrenEntries() |
protected DocumentModelList |
DirectoryTreeNode.getChildrenEntries() |
DocumentModelList |
DirectoryUIActionsBean.getCurrentDirectoryEntries() |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
DocumentTemplatesActionsBean.getTemplates() |
DocumentModelList |
DocumentTemplatesActions.getTemplates() |
DocumentModelList |
DocumentTemplatesActionsBean.getTemplates(String targetTypeName) |
DocumentModelList |
DocumentTemplatesActions.getTemplates(String targetTypeName) |
DocumentModelList |
DocumentTemplatesActionsBean.templatesListFactory() |
DocumentModelList |
DocumentTemplatesActions.templatesListFactory()
Factory accessor on the getter.
|
Modifier and Type | Method and Description |
---|---|
protected DocumentModelList |
PrincipalListManager.getSuggestedGroups() |
protected DocumentModelList |
PrincipalListManager.getSuggestedUsers() |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
ElasticSearchComponent.query(CoreSession session,
org.elasticsearch.index.query.QueryBuilder queryBuilder,
int limit,
int offset,
SortInfo... sortInfos)
Deprecated.
|
DocumentModelList |
ElasticSearchComponent.query(CoreSession session,
String nxql,
int limit,
int offset,
SortInfo... sortInfos)
Deprecated.
|
DocumentModelList |
ElasticSearchComponent.query(NxQueryBuilder queryBuilder) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
EsResult.getDocuments()
Get the list of Nuxeo documents, this is populated when using a SELECT * clause, or when submitting esQuery.
|
DocumentModelList |
ElasticSearchService.query(CoreSession session,
org.elasticsearch.index.query.QueryBuilder queryBuilder,
int limit,
int offset,
SortInfo... sortInfos)
Deprecated.
since 6.0, use query with NxQueryBuilder
|
DocumentModelList |
ElasticSearchService.query(CoreSession session,
String nxql,
int limit,
int offset,
SortInfo... sortInfos)
Deprecated.
since 6.0, use query with NxQueryBuilder
|
DocumentModelList |
ElasticSearchService.query(NxQueryBuilder queryBuilder)
Returns a document list using an
NxQueryBuilder . |
Constructor and Description |
---|
EsResult(DocumentModelList documents,
List<Aggregate> aggregates,
org.elasticsearch.action.search.SearchResponse response) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
ElasticSearchServiceImpl.query(CoreSession session,
org.elasticsearch.index.query.QueryBuilder queryBuilder,
int limit,
int offset,
SortInfo... sortInfos)
Deprecated.
|
DocumentModelList |
ElasticSearchServiceImpl.query(CoreSession session,
String nxql,
int limit,
int offset,
SortInfo... sortInfos)
Deprecated.
|
DocumentModelList |
ElasticSearchServiceImpl.query(NxQueryBuilder queryBuilder) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
FSExporterPlugin.getChildren(CoreSession session,
DocumentModel doc,
String PageProvider) |
DocumentModelList |
DefaultExporterPlugin.getChildren(CoreSession session,
DocumentModel doc,
String customQuery) |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
BookManager.getSearchResults() |
DocumentModelList |
BookManagerBean.getSearchResults() |
Modifier and Type | Method and Description |
---|---|
protected DocumentModelList |
ShibbolethUserMapper.getTargetDocuments(String userId) |
Modifier and Type | Method and Description |
---|---|
protected DocumentModel |
SnapshotableAdapter.restore(DocumentModel leafVersion,
DocumentModel target,
boolean first,
DocumentModelList olddocs) |
Copyright © 2015 Nuxeo SA. All rights reserved.