org.jbpm.formModeler.panels.modeler.backend
Class FormModelerServiceImpl
java.lang.Object
org.jbpm.formModeler.panels.modeler.backend.FormModelerServiceImpl
- All Implemented Interfaces:
- org.guvnor.common.services.shared.file.SupportsDelete, org.guvnor.common.services.shared.file.SupportsRename, org.guvnor.common.services.shared.file.SupportsUpdate<FormEditorContextTO>, FormModelerService
@ApplicationScoped
public class FormModelerServiceImpl
- extends Object
- implements FormModelerService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormModelerServiceImpl
public FormModelerServiceImpl()
changeContextPath
public void changeContextPath(String ctxUID,
org.uberfire.backend.vfs.Path path)
- Specified by:
changeContextPath in interface FormModelerService
removeEditingForm
public void removeEditingForm(String ctxUID)
- Specified by:
removeEditingForm in interface FormModelerService
loadForm
public FormEditorContextTO loadForm(org.uberfire.backend.vfs.Path path)
- Specified by:
loadForm in interface FormModelerService
reloadForm
public FormEditorContextTO reloadForm(org.uberfire.backend.vfs.Path path,
String ctxUID)
- Specified by:
reloadForm in interface FormModelerService
save
public org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path path,
FormEditorContextTO content,
org.guvnor.common.services.shared.metadata.model.Metadata metadata,
String comment)
- Specified by:
save in interface org.guvnor.common.services.shared.file.SupportsUpdate<FormEditorContextTO>
rename
public org.uberfire.backend.vfs.Path rename(org.uberfire.backend.vfs.Path path,
String newName,
String comment)
- Specified by:
rename in interface org.guvnor.common.services.shared.file.SupportsRename
delete
public void delete(org.uberfire.backend.vfs.Path path,
String comment)
- Specified by:
delete in interface org.guvnor.common.services.shared.file.SupportsDelete
createForm
public org.uberfire.backend.vfs.Path createForm(org.uberfire.backend.vfs.Path path,
String formName)
- Specified by:
createForm in interface FormModelerService
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.