Interface MultiLevelEscalationData.LevelData

  • Enclosing interface:
    MultiLevelEscalationData

    public static interface MultiLevelEscalationData.LevelData
    Container for the data for a single escalation level.
    Author:
    Kevin Goeser
    • Method Detail

      • setThreshold

        void setThreshold​(long threshold)
        Setter for getThreshold().
        Parameters:
        threshold -
      • getThresholdReference

        long getThresholdReference()
                            throws UnresolvedParameterReferenceException
        Returns the reference time for relative thresholds. The reference time is either "0", i.e. the current time when the worklist item is being created is used, or the value is read from a parameter (SystemDataConsumer).
        Returns:
        The reference time for relative due dates.
        Throws:
        UnresolvedParameterReferenceException
      • setThresholdReference

        void setThresholdReference​(long dueDate)
        Parameters:
        dueDate -
      • getEscalationPluginData

        PluginData getEscalationPluginData()
        Returns:
        The plug-in data for the plug-in performing the escalation in this level.