KIE Uberfire Perspective Editor Backend 6.2.0.CR2

org.kie.uberfire.perspective.editor
Class PerspectiveEditorPersistence

java.lang.Object
  extended by org.kie.uberfire.perspective.editor.PerspectiveEditorPersistence
All Implemented Interfaces:
PerspectiveEditorPersistenceAPI

@ApplicationScoped
public class PerspectiveEditorPersistence
extends Object
implements PerspectiveEditorPersistenceAPI


Field Summary
static String PERSPECTIVE_EDITOR
           
 
Constructor Summary
PerspectiveEditorPersistence()
           
 
Method Summary
 Collection<String> listPerspectives()
           
 PerspectiveEditor load(String perspectiveName)
           
 List<PerspectiveEditor> loadAll()
           
 void save(PerspectiveEditor perspectiveContent)
           
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PERSPECTIVE_EDITOR

public static final String PERSPECTIVE_EDITOR
See Also:
Constant Field Values
Constructor Detail

PerspectiveEditorPersistence

public PerspectiveEditorPersistence()
Method Detail

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

KIE Uberfire Perspective Editor Backend 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.