Package de.elo.ix.client
Class WFTimeLimit
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.WFTimeLimit
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
True, if the workflow exceeds the time limit.protected int
Time-limit in minutes.protected String
After this date the node exceeds the time-limit for processing.protected int
The ID of the user that should be informed, if the time-limit is exceeded.protected String
User name for timeLimitUserId; When writing a workflow with checkinWorkFlow, this value has preceedence before timeLimitUserId.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
int
hashCode()
boolean
void
setOverTimeLimit
(boolean overTimeLimit) void
setTimeLimit
(int timeLimit) void
setTimeLimitIso
(String timeLimitIso) void
setUserId
(int v) void
toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
timeLimit
protected int timeLimitTime-limit in minutes.- See Also:
-
userId
protected int userIdThe 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
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
After this date the node exceeds the time-limit for processing. Read-only.- See Also:
-
overTimeLimit
protected boolean overTimeLimitTrue, if the workflow exceeds the time limit. Read-only.- Since:
- 7.00.000.017
-
-
Constructor Details
-
WFTimeLimit
public WFTimeLimit() -
WFTimeLimit
-
-
Method Details
-
getTimeLimit
public int getTimeLimit() -
setTimeLimit
public void setTimeLimit(int timeLimit) -
getUserId
public int getUserId() -
setUserId
public void setUserId(int v) -
getUserName
-
setUserName
-
getTimeLimitIso
-
setTimeLimitIso
-
isOverTimeLimit
public boolean isOverTimeLimit() -
setOverTimeLimit
public void setOverTimeLimit(boolean overTimeLimit) -
toString
-
hashCode
public int hashCode() -
equals
-