Package de.elo.ix.client
Class WFCacheSyncInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.WFCacheSyncInfo
- All Implemented Interfaces:
Serializable
This class is used to synchronize the workflow cache.
- Since:
- 12.02.001.000
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Workflow ID.protected int
Checksum on workflow data.protected String
Workflow timestamp.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
flowId
protected int flowIdWorkflow ID. -
hash
protected int hashChecksum on workflow data. -
tstamp
Workflow timestamp.
-
-
Constructor Details
-
WFCacheSyncInfo
public WFCacheSyncInfo()
-
-
Method Details