Package de.elo.ix.client
Class UserNodeInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.UserNodeInfo
- All Implemented Interfaces:
Serializable
This class contains the information of a user node using to create a AdHocWorkflow. This class is
used by the method IXServicePortIF.startAdHocWorkFlow2.
- Since:
- 9.00.012.002
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Control flags for the node, a combination of WFNode.C.FLAG_* constants.protected String
protected int
The time-limit to process the node.protected WFTimeLimit[]
Additional definitions for time limits.protected String
After this date the node exceeds the time-limit for processing.protected String
Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getFlags()
int
void
setFlags
(int flags) void
setNodeName
(String nodeName) void
setTimeLimit
(int timeLimit) void
setTimeLimitEscalations
(WFTimeLimit[] timeLimitEscalation) void
setTimeLimitIso
(String timeLimitIso) void
toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
nodeName
-
userId
-
timeLimitEscalations
Additional definitions for time limits. This member is only valid for person nodes.- Since:
- 9.00.016.009
- See Also:
-
timeLimit
protected int timeLimitThe time-limit to process the node. This member is only valid for person nodes.- Since:
- 9.00.016.009
-
timeLimitIso
After this date the node exceeds the time-limit for processing. This member is only valid for person nodes.- Since:
- 9.00.016.009
-
flags
protected int flagsControl flags for the node, a combination of WFNode.C.FLAG_* constants.- Since:
- 9.00.016.013
-
-
Constructor Details
-
UserNodeInfo
public UserNodeInfo() -
UserNodeInfo
-
-
Method Details
-
getNodeName
-
setNodeName
-
getUserId
-
setUserId
-
getTimeLimitEscalations
-
setTimeLimitEscalations
-
getTimeLimit
public int getTimeLimit() -
setTimeLimit
public void setTimeLimit(int timeLimit) -
getTimeLimitIso
-
setTimeLimitIso
-
getFlags
public int getFlags() -
setFlags
public void setFlags(int flags) -
toString
-