org.jbpm.formModeler.editor.service
Interface FormModelerService
- All Superinterfaces:
- Serializable
public interface FormModelerService
- extends Serializable
saveForm
void saveForm(String ctxUID)
throws Exception
- Throws:
Exception
loadForm
FormEditorContextTO loadForm(org.uberfire.backend.vfs.Path context)
reloadForm
FormEditorContextTO reloadForm(org.uberfire.backend.vfs.Path path,
String ctxUID)
setFormFocus
FormEditorContextTO setFormFocus(String ctxUID)
changeContextPath
void changeContextPath(String ctxUID,
org.uberfire.backend.vfs.Path path)
removeEditingForm
void removeEditingForm(String ctxUID)
createForm
org.uberfire.backend.vfs.Path createForm(org.uberfire.backend.vfs.Path context,
String formName)
deleteForm
boolean deleteForm(org.uberfire.backend.vfs.Path context)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.