public interface FormModelerService extends org.guvnor.common.services.shared.file.SupportsUpdate<FormEditorContextTO>, org.guvnor.common.services.shared.file.SupportsRename, org.guvnor.common.services.shared.file.SupportsDelete
Modifier and Type | Method and Description |
---|---|
void |
changeContextPath(String ctxUID,
org.uberfire.backend.vfs.Path path) |
org.uberfire.backend.vfs.Path |
createForm(org.uberfire.backend.vfs.Path path,
String formName) |
FormEditorContextTO |
loadForm(org.uberfire.backend.vfs.Path path) |
FormEditorContextTO |
reloadForm(org.uberfire.backend.vfs.Path path,
String ctxUID) |
void |
removeEditingForm(String ctxUID) |
FormEditorContextTO loadForm(org.uberfire.backend.vfs.Path path)
FormEditorContextTO reloadForm(org.uberfire.backend.vfs.Path path, String ctxUID)
void changeContextPath(String ctxUID, org.uberfire.backend.vfs.Path path)
void removeEditingForm(String ctxUID)
org.uberfire.backend.vfs.Path createForm(org.uberfire.backend.vfs.Path path, String formName)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.