Class AttachmentStorageConfiguration


  • @Deprecated
    public class AttachmentStorageConfiguration
    extends Object
    Deprecated.
    since 7.0.0, it will be removed in future
    Embodies the view/edit/migrate Attachment Storage screens.
    • Constructor Detail

      • AttachmentStorageConfiguration

        public AttachmentStorageConfiguration​(net.sourceforge.jwebunit.junit.WebTester webTester)
        Deprecated.
      • AttachmentStorageConfiguration

        public AttachmentStorageConfiguration()
        Deprecated.
    • Method Detail

      • view

        public void view()
        Deprecated.
      • migrateToDatabase

        public boolean migrateToDatabase​(boolean nonBackgroundTask)
        Deprecated.
      • migrateToFilesystem

        public boolean migrateToFilesystem​(boolean nonBackgroundTask)
        Deprecated.
      • edit

        public void edit()
        Deprecated.
        Navigate to the edit screen. This is currently a better screen for checking the configuration than the view screen. (Needs html fixin').