Package de.elo.ix.client
Class CheckoutWorkflowHistoryParams
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.CheckoutWorkflowHistoryParams
- All Implemented Interfaces:
Serializable
Parameter class for the method checkoutWorkflowHistory.
- Since:
- 9.00.030.018
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Workflow ID or workflow GUID.protected int
Node ID.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
ConstructorsConstructorDescriptionCheckoutWorkflowHistoryParams
(String flowId) CheckoutWorkflowHistoryParams
(String flowId, int nodeId) -
Method Summary
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
flowId
Workflow ID or workflow GUID. -
nodeId
protected int nodeIdNode ID. If node ID is 0, histories of all node are return.
-
-
Constructor Details
-
CheckoutWorkflowHistoryParams
public CheckoutWorkflowHistoryParams() -
CheckoutWorkflowHistoryParams
-
CheckoutWorkflowHistoryParams
-
-
Method Details