Class ProcessCreateLinkConfig

java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.model.process.link.config.ProcessCreateLinkConfig

public class ProcessCreateLinkConfig extends Config
  • Constructor Details

    • ProcessCreateLinkConfig

      public ProcessCreateLinkConfig(ConfigMap config)
  • Method Details

    • getItemList

      public List<Pair<ProcessCreateLinkItem, Boolean>> getItemList(DynActionForm form, Connection con, Process process)
      List of pairs with process creation item on first places and item enable state of seconds
      Parameters:
      form - context form
      con - context connection
      process - context process
      Returns:
      list of pairs with process creation item and its enable state
    • getItem

      public Pair<ProcessCreateLinkItem, Boolean> getItem(DynActionForm form, Connection con, Process process, int id)
      Pair of a process creation item and its enabling state
      Parameters:
      form - context form
      con - context connection
      process - context process
      id - item ID
      Returns:
      pair with process creation item and its enable state, or null if not found