Class ContractLinkResolver

java.lang.Object
org.bgerp.plugin.bgb.getolt.contract.ContractLinkResolver

public class ContractLinkResolver extends Object
Registry of contract link sources. Reads process links by providers in the order from getolt:contract.link.priority and returns the first link found.
  • Field Details

    • DEFAULT_PRIORITY

      public static final String DEFAULT_PRIORITY
      Default order: as long as the process has a bgbilling link, behavior stays the same
      See Also:
  • Constructor Details

    • ContractLinkResolver

      public ContractLinkResolver(List<String> priority)
  • Method Details