Class ExpressionObject


public class ExpressionObject extends ExpressionContextAccessingObject
  • Constructor Details

    • ExpressionObject

      public ExpressionObject()
  • Method Details

    • cp

      public void cp(int contractParamId, String contractParamType, int processParamId) throws Exception
      Copy parameter value from link contract to the process
      Parameters:
      contractParamId - billing contract parameter ID, must has a same type as
      contractParamType - contract parameter type, empty string if the type is the same with
      processParamId - process parameter ID, also defines a type, supported parameter types:
    • address from address type of contract parameter
    • date from date type of contract parameter
    • blob, text from text, address, phone types of contract parameter
    • phone from phone type of contract parameter
    • Throws:
      Exception