Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.webapp.documentsLists.DocumentsListDescriptor

Packages that use DocumentsListDescriptor
org.nuxeo.ecm.webapp.clipboard   
org.nuxeo.ecm.webapp.documentsLists   
 

Uses of DocumentsListDescriptor in org.nuxeo.ecm.webapp.clipboard
 

Methods in org.nuxeo.ecm.webapp.clipboard that return types with arguments of type DocumentsListDescriptor
 java.util.List<DocumentsListDescriptor> ClipboardActionsBean.getDescriptorsForAvailableLists()
           
 java.util.List<DocumentsListDescriptor> ClipboardActions.getDescriptorsForAvailableLists()
          Returns the list of Descriptors for available lists.
 

Uses of DocumentsListDescriptor in org.nuxeo.ecm.webapp.documentsLists
 

Methods in org.nuxeo.ecm.webapp.documentsLists that return DocumentsListDescriptor
 DocumentsListDescriptor DocumentsListsService.getDocumentsListDescriptor(java.lang.String descriptorName)
           
 DocumentsListDescriptor DocumentsListsManagerBean.getWorkingListDescriptor()
           
 DocumentsListDescriptor DocumentsListsManager.getWorkingListDescriptor()
          Gets the descriptor (meta-data) of a default list.
 DocumentsListDescriptor DocumentsListsManagerBean.getWorkingListDescriptor(java.lang.String listName)
           
 DocumentsListDescriptor DocumentsListsManager.getWorkingListDescriptor(java.lang.String listName)
          Gets the descriptor (meta-data) of a given list.
 DocumentsListDescriptor BaseDocumentsListsManager.getWorkingListDescriptor(java.lang.String listName)
           
 

Methods in org.nuxeo.ecm.webapp.documentsLists with parameters of type DocumentsListDescriptor
 void DocumentsListsManagerBean.createWorkingList(java.lang.String listName, DocumentsListDescriptor descriptor)
           
 void DocumentsListsManager.createWorkingList(java.lang.String listName, DocumentsListDescriptor descriptor)
          Creates (declares) a new named list of documents.
 void BaseDocumentsListsManager.createWorkingList(java.lang.String listName, DocumentsListDescriptor descriptor)
           
 void BaseDocumentsListsManager.createWorkingList(java.lang.String listName, DocumentsListDescriptor descriptor, CoreSession session, java.lang.String userName)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.