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

org.jbpm.formModeler.editor.service
Interface FormModelerService

All Superinterfaces:
FormEditorContextManager, Serializable

public interface FormModelerService
extends FormEditorContextManager, 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)
           
 
Methods inherited from interface org.jbpm.formModeler.api.client.FormEditorContextManager
generateFieldEditionNamespace, getFormEditorContext, getRootEditorContext, newContext, saveContext
 

Method Detail

saveForm

void saveForm(String ctxUID)

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.CR1

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