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

org.jbpm.formModeler.editor.service
Interface FormModelerService

All Superinterfaces:
org.guvnor.common.services.shared.file.SupportsDelete, org.guvnor.common.services.shared.file.SupportsRename, org.guvnor.common.services.shared.file.SupportsUpdate<FormEditorContextTO>

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


Method Summary
 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)
           
 
Methods inherited from interface org.guvnor.common.services.shared.file.SupportsUpdate
save
 
Methods inherited from interface org.guvnor.common.services.shared.file.SupportsRename
rename
 
Methods inherited from interface org.guvnor.common.services.shared.file.SupportsDelete
delete
 

Method Detail

loadForm

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

reloadForm

FormEditorContextTO reloadForm(org.uberfire.backend.vfs.Path path,
                               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 path,
                                         String formName)

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

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