Package org.uberfire.ext.apps.impl
Class AppsPersistenceImpl
- java.lang.Object
-
- org.uberfire.ext.apps.impl.AppsPersistenceImpl
-
- All Implemented Interfaces:
org.uberfire.ext.apps.api.AppsPersistenceAPI
@ApplicationScoped public class AppsPersistenceImpl extends Object implements org.uberfire.ext.apps.api.AppsPersistenceAPI
-
-
Constructor Summary
Constructors Constructor Description AppsPersistenceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.ext.apps.api.DirectorycreateDirectory(org.uberfire.ext.apps.api.Directory parentDirectory, String name)BooleandeleteDirectory(String uri)org.uberfire.ext.apps.api.DirectorygetRootDirectory()voidsetup()
-
-
-
Field Detail
-
HOME_DIR
public static final String HOME_DIR
- See Also:
- Constant Field Values
-
-
Method Detail
-
setup
@PostConstruct public void setup()
-
getRootDirectory
public org.uberfire.ext.apps.api.Directory getRootDirectory()
- Specified by:
getRootDirectoryin interfaceorg.uberfire.ext.apps.api.AppsPersistenceAPI
-
createDirectory
public org.uberfire.ext.apps.api.Directory createDirectory(org.uberfire.ext.apps.api.Directory parentDirectory, String name)- Specified by:
createDirectoryin interfaceorg.uberfire.ext.apps.api.AppsPersistenceAPI
-
-