Package de.elo.ix.client
Class InvalidateCacheInfoParam
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.InvalidateCacheInfoParam
- All Implemented Interfaces:
Serializable
ParamObject for InvalidateCacheInfo.
- Since:
- 9.00.030.010
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Parameter, depends on the purpose of this object.protected int
Parameter, depends on the purpose of this object.protected String
Parameter, depends on the purpose of this object.protected ValueClass
Modified object.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
int
getFlag()
getGuid()
void
setCount
(int count) void
setFlag
(int flag) void
void
setObjectValue
(ValueClass objectValue) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
guid
Parameter, depends on the purpose of this object.In case of InvalidateCacheC.HASHTAGCOUNT:
- Related to HashtagGuid which is set according to count.
- If guid is null or empty, the complete HashtagCountCache is rebuild from DB.
In case of InvalidateCacheC.WORKFLOW: WFDiagram.tstamp
In case of InvalidateCacheC.TRANSLATE_TERM: TranslateTerm.guid
-
flag
protected int flagParameter, depends on the purpose of this object. Set flag to InvalidateCacheC.HASHTAGCOUNT to use for HashtagCountCache. In case of InvalidateCacheC.WORKFLOW: WFDiagram.id -
count
protected int countParameter, depends on the purpose of this object.In case of InvalidateCacheC.HASHTAGCOUNT:
- Case 1: Increases count of corresponding Hashtag
- Case -1: Decreases count of corresponding Hashtag
- Any other number: Sets count of corresponding Hashtag this number
In case of InvalidateCacheC.WORKFLOW: Hash code computed over WFDiagram members.
-
objectValue
Modified object.- Since:
- 12.00.000.026
-
-
Constructor Details
-
Method Details