Class SchemeProcessor

java.lang.Object
com.logicaldoc.scheme.SchemeProcessor

public class SchemeProcessor extends Object
Retrieves the custom identifier from the scheme provided by the user.
Since:
4.0
Author:
Matteo Caruso - LogicalDOC
  • Constructor Details

    • SchemeProcessor

      public SchemeProcessor(String scheme, Map<String,Long> sequenceMap)
    • SchemeProcessor

      public SchemeProcessor(String scheme)
  • Method Details

    • getSchemeTokens

      public List<String> getSchemeTokens()
    • getSequenceMap

      public Map<String,Long> getSequenceMap()
    • evaluate

      public String evaluate(com.logicaldoc.core.document.Document document)
      Computes the scheme against the document
      Parameters:
      document - the document to evaluate
      Returns:
      the evaluation result
    • toString

      public String toString()
      Overrides:
      toString in class Object