org.jbpm.formModeler.editor.service
public interface FormModelerService extends Serializable
Modifier and Type | Method and Description |
---|---|
org.uberfire.backend.vfs.Path |
createForm(org.uberfire.backend.vfs.Path context,
String formName) |
boolean |
deleteForm(org.uberfire.backend.vfs.Path context) |
FormEditorContextTO |
loadForm(org.uberfire.backend.vfs.Path context) |
void |
removeEditingForm(String ctxUID) |
void |
saveForm(String ctxUID) |
FormEditorContextTO |
setFormFocus(String ctxUID) |
FormEditorContextTO loadForm(org.uberfire.backend.vfs.Path context)
FormEditorContextTO setFormFocus(String ctxUID)
void removeEditingForm(String ctxUID)
org.uberfire.backend.vfs.Path createForm(org.uberfire.backend.vfs.Path context, String formName)
boolean deleteForm(org.uberfire.backend.vfs.Path context)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.