@ApplicationScoped public class FormModelerServiceImpl extends Object implements FormModelerService
Constructor and Description |
---|
FormModelerServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
changeContextPath(String ctxUID,
org.uberfire.backend.vfs.Path path) |
org.uberfire.backend.vfs.Path |
createForm(org.uberfire.backend.vfs.Path path,
String formName) |
void |
delete(org.uberfire.backend.vfs.Path path,
String comment) |
FormEditorContextTO |
loadForm(org.uberfire.backend.vfs.Path path) |
FormEditorContextTO |
reloadForm(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 FormModelerService
public void removeEditingForm(String ctxUID)
removeEditingForm
in interface FormModelerService
public FormEditorContextTO loadForm(org.uberfire.backend.vfs.Path path)
loadForm
in interface FormModelerService
public FormEditorContextTO reloadForm(org.uberfire.backend.vfs.Path path, String ctxUID)
reloadForm
in interface FormModelerService
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)
save
in interface org.guvnor.common.services.shared.file.SupportsUpdate<FormEditorContextTO>
public org.uberfire.backend.vfs.Path rename(org.uberfire.backend.vfs.Path path, String newName, String comment)
rename
in interface org.guvnor.common.services.shared.file.SupportsRename
public void delete(org.uberfire.backend.vfs.Path path, String comment)
delete
in interface org.guvnor.common.services.shared.file.SupportsDelete
public org.uberfire.backend.vfs.Path createForm(org.uberfire.backend.vfs.Path path, String formName)
createForm
in interface FormModelerService
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.