@ApplicationScoped public class FormModelerServiceImpl extends org.kie.workbench.common.services.backend.service.KieService<FormModelerContent> implements FormModelerService
| Constructor and Description |
|---|
FormModelerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeContextPath(String ctxUID,
org.uberfire.backend.vfs.Path path) |
protected FormModelerContent |
constructContent(org.uberfire.backend.vfs.Path path,
org.guvnor.common.services.shared.metadata.model.Overview overview) |
org.uberfire.backend.vfs.Path |
createForm(org.uberfire.backend.vfs.Path path,
String formName) |
void |
delete(org.uberfire.backend.vfs.Path path,
String comment) |
protected Form |
findForm(org.uberfire.java.nio.file.Path path) |
FormModelerContent |
loadContent(org.uberfire.backend.vfs.Path path) |
FormEditorContextTO |
reloadContent(org.uberfire.backend.vfs.Path path,
String ctxUID) |
void |
removeEditingForm(String ctxUID) |
org.uberfire.backend.vfs.Path |
rename(org.uberfire.backend.vfs.Path path,
String newName,
String comment) |
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) |
public void changeContextPath(String ctxUID, org.uberfire.backend.vfs.Path path)
changeContextPath in interface FormModelerServicepublic void removeEditingForm(String ctxUID)
removeEditingForm in interface FormModelerServicepublic FormEditorContextTO reloadContent(org.uberfire.backend.vfs.Path path, String ctxUID)
reloadContent in interface FormModelerServicepublic 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)
save in interface org.uberfire.ext.editor.commons.service.support.SupportsUpdate<FormEditorContextTO,org.guvnor.common.services.shared.metadata.model.Metadata>public org.uberfire.backend.vfs.Path rename(org.uberfire.backend.vfs.Path path,
String newName,
String comment)
rename in interface org.uberfire.ext.editor.commons.service.support.SupportsRenamepublic void delete(org.uberfire.backend.vfs.Path path,
String comment)
delete in interface org.uberfire.ext.editor.commons.service.support.SupportsDeletepublic org.uberfire.backend.vfs.Path createForm(org.uberfire.backend.vfs.Path path,
String formName)
createForm in interface FormModelerServicepublic FormModelerContent loadContent(org.uberfire.backend.vfs.Path path)
loadContent in interface FormModelerServiceloadContent in class org.kie.workbench.common.services.backend.service.KieService<FormModelerContent>protected FormModelerContent constructContent(org.uberfire.backend.vfs.Path path, org.guvnor.common.services.shared.metadata.model.Overview overview)
constructContent in class org.kie.workbench.common.services.backend.service.KieService<FormModelerContent>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.