Class FunctionCallCPInstruction

    • Method Detail

      • getFunctionName

        public String getFunctionName()
      • getNamespace

        public String getNamespace()
      • preprocessInstruction

        public Instruction preprocessInstruction​(ExecutionContext ec)
        Description copied from class: Instruction
        This method should be used for any setup before executing this instruction. Overwriting methods should first call the super method and subsequently do their custom setup.
        Overrides:
        preprocessInstruction in class CPInstruction
        Parameters:
        ec - execution context
        Returns:
        instruction
      • postprocessInstruction

        public void postprocessInstruction​(ExecutionContext ec)
        Description copied from class: Instruction
        This method should be used for any tear down after executing this instruction. Overwriting methods should first do their custom tear down and subsequently call the super method.
        Overrides:
        postprocessInstruction in class CPInstruction
        Parameters:
        ec - execution context
      • getBoundOutputParamNames

        public List<String> getBoundOutputParamNames()
      • updateInstStringFunctionName

        public String updateInstStringFunctionName​(String pattern,
                                                   String replace)