KIE Uberfire Perspective Editor API 6.2.0.CR2

org.kie.uberfire.perspective.editor.model
Interface PerspectiveEditorPersistenceAPI


public interface PerspectiveEditorPersistenceAPI


Method Summary
 Collection<String> listPerspectives()
           
 PerspectiveEditor load(String perspectiveName)
           
 List<PerspectiveEditor> loadAll()
           
 void save(PerspectiveEditor perspective)
           
 

Method Detail

loadAll

List<PerspectiveEditor> loadAll()

listPerspectives

Collection<String> listPerspectives()

load

PerspectiveEditor load(String perspectiveName)

save

void save(PerspectiveEditor perspective)

KIE Uberfire Perspective Editor API 6.2.0.CR2

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