Class AbstractExpendableTimerWorkflowAction

    • Constructor Detail

      • AbstractExpendableTimerWorkflowAction

        public AbstractExpendableTimerWorkflowAction​(String p_strGuid)
    • Method Detail

      • getContextVariableName

        public String getContextVariableName()
        Get the context variable name that will contain the date and time at which the timer will be triggered.
        Returns:
        The context variable name.
      • setContextVariableName

        public void setContextVariableName​(String p_strVariableName)
        Set the context variable name that will contain the date and time at which the timer will be triggered.
        Parameters:
        p_strVariableName - The context variable name.
      • isNoValueIsError

        public boolean isNoValueIsError()
      • setNoValueIsError

        public void setNoValueIsError​(boolean p_bNoValueIsError)
      • isPastValueIsError

        public boolean isPastValueIsError()
      • setPastValueIsError

        public void setPastValueIsError​(boolean p_bPastValueIsError)