org.kie.uberfire.apps.impl
Class AppsPersistenceImpl
java.lang.Object
org.kie.uberfire.apps.impl.AppsPersistenceImpl
- All Implemented Interfaces:
- AppsPersistenceAPI
@ApplicationScoped
public class AppsPersistenceImpl
- extends Object
- implements AppsPersistenceAPI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HOME_DIR
public static final String HOME_DIR
- See Also:
- Constant Field Values
AppsPersistenceImpl
public AppsPersistenceImpl()
setup
@PostConstruct
public void setup()
getRootDirectory
public Directory getRootDirectory()
- Specified by:
getRootDirectory in interface AppsPersistenceAPI
createDirectory
public Directory createDirectory(Directory parentDirectory,
String name)
- Specified by:
createDirectory in interface AppsPersistenceAPI
deleteDirectory
public Boolean deleteDirectory(String uri)
- Specified by:
deleteDirectory in interface AppsPersistenceAPI
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.