Class StorerManager

java.lang.Object
com.logicaldoc.core.store.StorerManager

public class StorerManager extends Object
This class is responsible for storers. All storers declared in the Storer extension point.
Since:
7.6.4
Author:
Marco Meschieri - LogicalDOC
  • Method Details

    • get

      public static StorerManager get()
    • setConfig

      public void setConfig(ContextProperties config)
    • init

      public void init()
    • newStorer

      public Storer newStorer(int id)
      Instantiate a new storer and fully configures it.
      Parameters:
      id - identifier of the storer to create
      Returns:
      the created instance
    • getDefinitions

      public Map<String,Storer> getDefinitions()