org.kie.uberfire.perspective.editor
Class PerspectiveEditorPersistence
java.lang.Object
org.kie.uberfire.perspective.editor.PerspectiveEditorPersistence
- All Implemented Interfaces:
- PerspectiveEditorPersistenceAPI
@ApplicationScoped
public class PerspectiveEditorPersistence
- extends Object
- implements PerspectiveEditorPersistenceAPI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PERSPECTIVE_EDITOR
public static final String PERSPECTIVE_EDITOR
- See Also:
- Constant Field Values
PerspectiveEditorPersistence
public PerspectiveEditorPersistence()
setup
@PostConstruct
public void setup()
loadAll
public List<PerspectiveEditor> loadAll()
- Specified by:
loadAll in interface PerspectiveEditorPersistenceAPI
listPerspectives
public Collection<String> listPerspectives()
- Specified by:
listPerspectives in interface PerspectiveEditorPersistenceAPI
load
public PerspectiveEditor load(String perspectiveName)
- Specified by:
load in interface PerspectiveEditorPersistenceAPI
save
public void save(PerspectiveEditor perspectiveContent)
- Specified by:
save in interface PerspectiveEditorPersistenceAPI
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.