public abstract class DirectoryBasedEditor extends Object implements Serializable
| Constructor and Description |
|---|
DirectoryBasedEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
createEntry() |
void |
deleteEntry(String entryId) |
void |
editEntry(String entryId) |
DocumentModel |
getCreationEntry() |
DocumentModel |
getEditableEntry() |
DocumentModelList |
getEntries() |
boolean |
getShowAddForm() |
void |
refresh() |
void |
resetCreateEntry() |
void |
resetEditEntry() |
void |
saveEntry() |
void |
toggleShowAddForm() |
public boolean getShowAddForm()
public void toggleShowAddForm()
public DocumentModel getCreationEntry() throws Exception
Exceptionpublic void refresh()
public void resetCreateEntry()
public void resetEditEntry()
public DocumentModel getEditableEntry()
public DocumentModelList getEntries() throws Exception
ExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.