Class WFTimeLimit

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.WFTimeLimit
All Implemented Interfaces:
Serializable

public class WFTimeLimit extends ValueClass implements Serializable
This class describes a time limit for a workflow or for a person node of a workflow.
Since:
7.00.000.016
See Also:
  • Field Details

    • timeLimit

      protected int timeLimit
      Time-limit in minutes.
      See Also:
    • userId

      protected int userId
      The ID of the user that should be informed, if the time-limit is exceeded. The Indexserver does not send any notification to the user. The client application is responsible for doing this.
    • userName

      protected String userName
      User name for timeLimitUserId; When writing a workflow with checkinWorkFlow, this value has preceedence before timeLimitUserId. Set timeLimitUserName to an empty string, if timeLimitUserId should be used.
    • timeLimitIso

      protected String timeLimitIso
      After this date the node exceeds the time-limit for processing. Read-only.
      See Also:
    • overTimeLimit

      protected boolean overTimeLimit
      True, if the workflow exceeds the time limit. Read-only.
      Since:
      7.00.000.017
  • Constructor Details

    • WFTimeLimit

      public WFTimeLimit()
    • WFTimeLimit

      public WFTimeLimit(WFTimeLimit rhs)
  • Method Details

    • getTimeLimit

      public int getTimeLimit()
    • setTimeLimit

      public void setTimeLimit(int timeLimit)
    • getUserId

      public int getUserId()
    • setUserId

      public void setUserId(int v)
    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String v)
    • getTimeLimitIso

      public String getTimeLimitIso()
    • setTimeLimitIso

      public void setTimeLimitIso(String timeLimitIso)
    • isOverTimeLimit

      public boolean isOverTimeLimit()
    • setOverTimeLimit

      public void setOverTimeLimit(boolean overTimeLimit)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object