Class ProcessLinkExpressionObject

java.lang.Object
org.bgerp.dao.expression.ProcessLinkExpressionObject
All Implemented Interfaces:
ExpressionObject

public class ProcessLinkExpressionObject extends Object implements ExpressionObject
Expression object for operations with process links
  • Constructor Details

    • ProcessLinkExpressionObject

      public ProcessLinkExpressionObject(Connection con, int processId)
  • Method Details

    • called

      public static final boolean called(String expression)
    • toContext

      public void toContext(Map<String,Object> context)
      Specified by:
      toContext in interface ExpressionObject
    • linkTitles

      public List<String> linkTitles(String typeLike) throws Exception
      Returns titles of process links matching a link type
      Parameters:
      typeLike - SQL LIKE expression for link type
      Returns:
      list of link titles
      Throws:
      Exception
    • linkTitle

      public String linkTitle(String typeLike) throws Exception
      Returns title of the first process link matching a link type
      Returns:
      title of the first link, or null
      Throws:
      Exception