Package de.elo.ix.client
Class CheckoutWorkflowHistoryResult
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.CheckoutWorkflowHistoryResult
- All Implemented Interfaces:
Serializable
This class contains the results returned by the function checkoutWorkflowHistory.
- Since:
- 9.00.030.018
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<Integer,
ArrayList<WFNodeHistory>> Map of the node histories.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setNodeHistories
(Map<Integer, ArrayList<WFNodeHistory>> nodeHistories) Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
nodeHistories
Map of the node histories. Node ID is the key.
-
-
Constructor Details
-
CheckoutWorkflowHistoryResult
public CheckoutWorkflowHistoryResult()
-
-
Method Details
-
getNodeHistories
-
setNodeHistories
-