Class AppsPersistenceImpl

  • All Implemented Interfaces:
    org.uberfire.ext.apps.api.AppsPersistenceAPI

    @ApplicationScoped
    public class AppsPersistenceImpl
    extends Object
    implements org.uberfire.ext.apps.api.AppsPersistenceAPI
    • Constructor Detail

      • AppsPersistenceImpl

        public AppsPersistenceImpl()
    • Method Detail

      • getRootDirectory

        public org.uberfire.ext.apps.api.Directory getRootDirectory()
        Specified by:
        getRootDirectory in interface org.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:
        createDirectory in interface org.uberfire.ext.apps.api.AppsPersistenceAPI
      • deleteDirectory

        public Boolean deleteDirectory​(String uri)
        Specified by:
        deleteDirectory in interface org.uberfire.ext.apps.api.AppsPersistenceAPI