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
| 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 |
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)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.