public class DocumentsListsPersistenceManager extends Object
| Constructor and Description |
|---|
DocumentsListsPersistenceManager() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
addDocumentToPersistentList(String userName,
String listName,
DocumentModel doc) |
boolean |
clearPersistentList(String userName,
String listName) |
List<DocumentModel> |
loadPersistentDocumentsLists(CoreSession currentSession,
String userName,
String listName) |
boolean |
removeDocumentFromPersistentList(String userName,
String listName,
DocumentModel doc) |
public DocumentsListsPersistenceManager()
public List<DocumentModel> loadPersistentDocumentsLists(CoreSession currentSession, String userName, String listName)
public Boolean addDocumentToPersistentList(String userName, String listName, DocumentModel doc)
public boolean removeDocumentFromPersistentList(String userName, String listName, DocumentModel doc)
public boolean clearPersistentList(String userName, String listName)
Copyright © 2019 Nuxeo. All rights reserved.