@ApplicationScoped public class DummyPerspectiveServices extends Object implements org.uberfire.ext.layout.editor.api.PerspectiveServices
| Constructor and Description |
|---|
DummyPerspectiveServices() |
| Modifier and Type | Method and Description |
|---|---|
org.uberfire.ext.layout.editor.api.editor.LayoutTemplate |
convertToLayoutTemplate(String layoutModel) |
org.uberfire.backend.vfs.Path |
copy(org.uberfire.backend.vfs.Path path,
String newName,
org.uberfire.backend.vfs.Path targetDirectory,
String comment) |
org.uberfire.backend.vfs.Path |
copy(org.uberfire.backend.vfs.Path path,
String newName,
String comment) |
org.uberfire.ext.plugin.model.Plugin |
createNewPerspective(String name,
org.uberfire.ext.layout.editor.api.editor.LayoutTemplate.Style style) |
void |
delete(org.uberfire.backend.vfs.Path path,
String comment) |
org.uberfire.ext.layout.editor.api.editor.LayoutTemplate |
getLayoutTemplate(org.uberfire.backend.vfs.Path perspectivePath) |
org.uberfire.ext.layout.editor.api.editor.LayoutTemplate |
getLayoutTemplate(org.uberfire.ext.plugin.model.Plugin perspectivePlugin) |
org.uberfire.ext.layout.editor.api.editor.LayoutTemplate |
getLayoutTemplate(String perspectiveName) |
Collection<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate> |
listLayoutTemplates() |
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,
org.uberfire.ext.layout.editor.api.editor.LayoutTemplate content,
org.uberfire.ext.editor.commons.file.DefaultMetadata metadata,
String comment) |
org.uberfire.backend.vfs.Path |
saveAndRename(org.uberfire.backend.vfs.Path path,
String newFileName,
org.uberfire.ext.editor.commons.file.DefaultMetadata metadata,
org.uberfire.ext.layout.editor.api.editor.LayoutTemplate content,
String comment) |
org.uberfire.backend.vfs.Path |
saveLayoutTemplate(org.uberfire.backend.vfs.Path perspectivePath,
org.uberfire.ext.layout.editor.api.editor.LayoutTemplate layoutTemplate,
String commitMessage) |
public org.uberfire.backend.vfs.Path copy(org.uberfire.backend.vfs.Path path,
String newName,
String comment)
copy in interface org.uberfire.ext.editor.commons.service.support.SupportsCopypublic org.uberfire.backend.vfs.Path copy(org.uberfire.backend.vfs.Path path,
String newName,
org.uberfire.backend.vfs.Path targetDirectory,
String comment)
copy in interface org.uberfire.ext.editor.commons.service.support.SupportsCopypublic 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 saveAndRename(org.uberfire.backend.vfs.Path path,
String newFileName,
org.uberfire.ext.editor.commons.file.DefaultMetadata metadata,
org.uberfire.ext.layout.editor.api.editor.LayoutTemplate content,
String comment)
saveAndRename in interface org.uberfire.ext.editor.commons.service.support.SupportsSaveAndRename<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate,org.uberfire.ext.editor.commons.file.DefaultMetadata>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 org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path path,
org.uberfire.ext.layout.editor.api.editor.LayoutTemplate content,
org.uberfire.ext.editor.commons.file.DefaultMetadata metadata,
String comment)
save in interface org.uberfire.ext.editor.commons.service.support.SupportsUpdate<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate,org.uberfire.ext.editor.commons.file.DefaultMetadata>public org.uberfire.ext.plugin.model.Plugin createNewPerspective(String name, org.uberfire.ext.layout.editor.api.editor.LayoutTemplate.Style style)
createNewPerspective in interface org.uberfire.ext.layout.editor.api.PerspectiveServicespublic Collection<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate> listLayoutTemplates()
listLayoutTemplates in interface org.uberfire.ext.layout.editor.api.PerspectiveServicespublic org.uberfire.ext.layout.editor.api.editor.LayoutTemplate getLayoutTemplate(String perspectiveName)
getLayoutTemplate in interface org.uberfire.ext.layout.editor.api.PerspectiveServicespublic org.uberfire.ext.layout.editor.api.editor.LayoutTemplate getLayoutTemplate(org.uberfire.backend.vfs.Path perspectivePath)
getLayoutTemplate in interface org.uberfire.ext.layout.editor.api.PerspectiveServicespublic org.uberfire.ext.layout.editor.api.editor.LayoutTemplate getLayoutTemplate(org.uberfire.ext.plugin.model.Plugin perspectivePlugin)
getLayoutTemplate in interface org.uberfire.ext.layout.editor.api.PerspectiveServicespublic org.uberfire.ext.layout.editor.api.editor.LayoutTemplate convertToLayoutTemplate(String layoutModel)
convertToLayoutTemplate in interface org.uberfire.ext.layout.editor.api.PerspectiveServicespublic org.uberfire.backend.vfs.Path saveLayoutTemplate(org.uberfire.backend.vfs.Path perspectivePath,
org.uberfire.ext.layout.editor.api.editor.LayoutTemplate layoutTemplate,
String commitMessage)
saveLayoutTemplate in interface org.uberfire.ext.layout.editor.api.PerspectiveServicesCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.