Package de.elo.ix.client
Class WFNodeHistory
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.WFNodeHistory
- All Implemented Interfaces:
Serializable
Version history for a workflow node. A version history is created while leaving a workflow node.
Copyright: Copyright (c) 2015
Organisation: ELO Digital Office GmbH
- Since:
- 9.00.030.018
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The node was activated on this date.protected String
The node was exited/completed on this date.protected String
GUID of the workflow.protected String
GUID of the WorkflowHist object.protected int
Node ID.protected int
Successor node(s) succ_0 ...protected int
DB column: wf_succ_1protected int
DB column: wf_succ_10protected int
DB column: wf_succ_11protected int
DB column: wf_succ_12protected int
DB column: wf_succ_13protected int
DB column: wf_succ_14protected int
DB column: wf_succ_15protected int
DB column: wf_succ_16protected int
DB column: wf_succ_17protected int
DB column: wf_succ_18protected int
DB column: wf_succ_19protected int
DB column: wf_succ_2protected int
DB column: wf_succ_3protected int
DB column: wf_succ_4protected int
DB column: wf_succ_5protected int
DB column: wf_succ_6protected int
DB column: wf_succ_7protected int
DB column: wf_succ_8protected int
DB column: wf_succ_9protected int
ID of user who has to process the node.protected String
Name of user who has to process the node.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
void
setEnterDateIso
(String enterDateIso) void
setExitDateIso
(String exitDateIso) void
setFlowGuid
(String flowGuid) void
setHistGuid
(String histGuid) void
setNodeId
(int nodeId) void
setSucc_0
(int succ_0) void
setSucc_1
(int succ_1) void
setSucc_10
(int succ_10) void
setSucc_11
(int succ_11) void
setSucc_12
(int succ_12) void
setSucc_13
(int succ_13) void
setSucc_14
(int succ_14) void
setSucc_15
(int succ_15) void
setSucc_16
(int succ_16) void
setSucc_17
(int succ_17) void
setSucc_18
(int succ_18) void
setSucc_19
(int succ_19) void
setSucc_2
(int succ_2) void
setSucc_3
(int succ_3) void
setSucc_4
(int succ_4) void
setSucc_5
(int succ_5) void
setSucc_6
(int succ_6) void
setSucc_7
(int succ_7) void
setSucc_8
(int succ_8) void
setSucc_9
(int succ_9) void
setUserId
(int userId) void
setUserName
(String userName) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
histGuid
GUID of the WorkflowHist object. DB column: wfhistguid -
flowGuid
GUID of the workflow. DB column: wfguid -
nodeId
protected int nodeIdNode ID. DB column: wf_nodeid -
userId
protected int userIdID of user who has to process the node. Might be a group ID too. Only valid for person nodes. DB column: wf_userid -
userName
Name of user who has to process the node. Might be a group name too. Only valid for person nodes. DB column: wf_username -
enterDateIso
The node was activated on this date. This member is valid for all node types. -
exitDateIso
The node was exited/completed on this date. This member is valid for all node types. -
succ_0
protected int succ_0Successor node(s) succ_0 ... Succ 19 DB column: wf_succ_0 -
succ_1
protected int succ_1DB column: wf_succ_1 -
succ_2
protected int succ_2DB column: wf_succ_2 -
succ_3
protected int succ_3DB column: wf_succ_3 -
succ_4
protected int succ_4DB column: wf_succ_4 -
succ_5
protected int succ_5DB column: wf_succ_5 -
succ_6
protected int succ_6DB column: wf_succ_6 -
succ_7
protected int succ_7DB column: wf_succ_7 -
succ_8
protected int succ_8DB column: wf_succ_8 -
succ_9
protected int succ_9DB column: wf_succ_9 -
succ_10
protected int succ_10DB column: wf_succ_10 -
succ_11
protected int succ_11DB column: wf_succ_11 -
succ_12
protected int succ_12DB column: wf_succ_12 -
succ_13
protected int succ_13DB column: wf_succ_13 -
succ_14
protected int succ_14DB column: wf_succ_14 -
succ_15
protected int succ_15DB column: wf_succ_15 -
succ_16
protected int succ_16DB column: wf_succ_16 -
succ_17
protected int succ_17DB column: wf_succ_17 -
succ_18
protected int succ_18DB column: wf_succ_18 -
succ_19
protected int succ_19DB column: wf_succ_19
-
-
Constructor Details
-
WFNodeHistory
public WFNodeHistory() -
WFNodeHistory
-
-
Method Details
-
getHistGuid
-
setHistGuid
-
getFlowGuid
-
setFlowGuid
-
getNodeId
public int getNodeId() -
setNodeId
public void setNodeId(int nodeId) -
getUserId
public int getUserId() -
setUserId
public void setUserId(int userId) -
getSucc_0
public int getSucc_0() -
setSucc_0
public void setSucc_0(int succ_0) -
getSucc_1
public int getSucc_1() -
setSucc_1
public void setSucc_1(int succ_1) -
getSucc_2
public int getSucc_2() -
setSucc_2
public void setSucc_2(int succ_2) -
getSucc_3
public int getSucc_3() -
setSucc_3
public void setSucc_3(int succ_3) -
getSucc_4
public int getSucc_4() -
setSucc_4
public void setSucc_4(int succ_4) -
getSucc_5
public int getSucc_5() -
setSucc_5
public void setSucc_5(int succ_5) -
getSucc_6
public int getSucc_6() -
setSucc_6
public void setSucc_6(int succ_6) -
getSucc_7
public int getSucc_7() -
setSucc_7
public void setSucc_7(int succ_7) -
getSucc_8
public int getSucc_8() -
setSucc_8
public void setSucc_8(int succ_8) -
getSucc_9
public int getSucc_9() -
setSucc_9
public void setSucc_9(int succ_9) -
getSucc_10
public int getSucc_10() -
setSucc_10
public void setSucc_10(int succ_10) -
getSucc_11
public int getSucc_11() -
setSucc_11
public void setSucc_11(int succ_11) -
getSucc_12
public int getSucc_12() -
setSucc_12
public void setSucc_12(int succ_12) -
getSucc_13
public int getSucc_13() -
setSucc_13
public void setSucc_13(int succ_13) -
getSucc_14
public int getSucc_14() -
setSucc_14
public void setSucc_14(int succ_14) -
getSucc_15
public int getSucc_15() -
setSucc_15
public void setSucc_15(int succ_15) -
getSucc_16
public int getSucc_16() -
setSucc_16
public void setSucc_16(int succ_16) -
getSucc_17
public int getSucc_17() -
setSucc_17
public void setSucc_17(int succ_17) -
getSucc_18
public int getSucc_18() -
setSucc_18
public void setSucc_18(int succ_18) -
getSucc_19
public int getSucc_19() -
setSucc_19
public void setSucc_19(int succ_19) -
getUserName
-
setUserName
-
getEnterDateIso
-
setEnterDateIso
-
getExitDateIso
-
setExitDateIso
-
toString
-