Interface SupportsSaveAndRename<T,M>
-
- All Superinterfaces:
SupportsRename,SupportsUpdate<T,M>
- All Known Subinterfaces:
HtmlEditorService
public interface SupportsSaveAndRename<T,M> extends SupportsRename, SupportsUpdate<T,M>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.uberfire.backend.vfs.PathsaveAndRename(org.uberfire.backend.vfs.Path path, String newFileName, M metadata, T content, String comment)-
Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsRename
rename
-
Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsUpdate
save
-
-