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
Exception
public void refresh()
public void resetCreateEntry()
public void resetEditEntry()
public DocumentModel getEditableEntry()
public DocumentModelList getEntries() throws Exception
Exception
Copyright © 2013 Nuxeo SA. All Rights Reserved.