Nuxeo ECM Projects 5.4.3-SNAPSHOT

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
 List<DocumentsListDescriptor> ClipboardActionsBean.getDescriptorsForAvailableLists()
           
 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(String descriptorName)
           
 DocumentsListDescriptor DocumentsListsManagerBean.getWorkingListDescriptor()
           
 DocumentsListDescriptor DocumentsListsManager.getWorkingListDescriptor()
          Gets the descriptor (meta-data) of a default list.
 DocumentsListDescriptor DocumentsListsManagerBean.getWorkingListDescriptor(String listName)
           
 DocumentsListDescriptor DocumentsListsManager.getWorkingListDescriptor(String listName)
          Gets the descriptor (meta-data) of a given list.
 DocumentsListDescriptor BaseDocumentsListsManager.getWorkingListDescriptor(String listName)
           
 

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


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.