jbpm-form-modeler-editor-api 6.0.0.CR2

org.jbpm.formModeler.editor.service
Interface FormModelerService

All Superinterfaces:
Serializable

public interface FormModelerService
extends Serializable


Method Summary
 org.uberfire.backend.vfs.Path createForm(org.uberfire.backend.vfs.Path context, String formName)
           
 FormEditorContextTO loadForm(org.uberfire.backend.vfs.Path context)
           
 void removeEditingForm(String ctxUID)
           
 void saveForm(String ctxUID)
           
 FormEditorContextTO setFormFocus(String ctxUID)
           
 

Method Detail

saveForm

void saveForm(String ctxUID)
              throws Exception
Throws:
Exception

loadForm

FormEditorContextTO loadForm(org.uberfire.backend.vfs.Path context)

setFormFocus

FormEditorContextTO setFormFocus(String ctxUID)

removeEditingForm

void removeEditingForm(String ctxUID)

createForm

org.uberfire.backend.vfs.Path createForm(org.uberfire.backend.vfs.Path context,
                                         String formName)

jbpm-form-modeler-editor-api 6.0.0.CR2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.