Package de.elo.ix.client
Class InvalidateCacheInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.InvalidateCacheInfo
- All Implemented Interfaces:
Serializable
This class contains the parameters for the API function invalidateCache2
- Since:
- 8.00.032.011
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
A combination of bits defined in InvalidateCacheC.protected String
A GUID to specify the modified object.protected int
A numeric ID to specify an object, workflow etc.protected List<InvalidateCacheInfoParam>
protected String
Refresh options of this session.protected String
Optional value related toflags
member.protected List<WFCacheSyncInfo>
Data for workflow cache synchronisation.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addParameter
(InvalidateCacheInfoParam parameter) boolean
int
getFlags()
getGuid()
int
getId()
getValue()
int
hashCode()
boolean
void
setFlags
(int flags) void
void
setId
(int id) void
setParameters
(List<InvalidateCacheInfoParam> parameters) void
void
void
setWorkflowCacheSyncInfos
(List<WFCacheSyncInfo> workflowCacheSyncInfos) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
flags
protected int flagsA combination of bits defined in InvalidateCacheC.- See Also:
-
id
protected int idA numeric ID to specify an object, workflow etc. Ifflags
containsInvalidateC.WORKFLOWS
this element defines the ID of the active workflow to be updated in the cache. -
guid
A GUID to specify the modified object.- Since:
- 12.00.000.023
-
value
Optional value related toflags
member. If flags specifiesInvalidateCacheC.OBJKEY_DISPLAY_DATA
, this value contains the- Since:
- 12.00.000.023
-
parameters
- Since:
- 9.00.030.015
-
workflowCacheSyncInfos
Data for workflow cache synchronisation.- Since:
- 12.02.001.000
-
ticket
Refresh options of this session.- Since:
- 20.00.000.003
-
-
Constructor Details
-
InvalidateCacheInfo
public InvalidateCacheInfo() -
InvalidateCacheInfo
- Parameters:
rhs
-- Since:
- 11.00.000.056
-
-
Method Details
-
getFlags
public int getFlags() -
setFlags
public void setFlags(int flags) -
getId
public int getId() -
setId
public void setId(int id) -
getParameters
-
setParameters
-
addParameter
-
hasParameters
public boolean hasParameters() -
getWorkflowCacheSyncInfos
-
setWorkflowCacheSyncInfos
-
toString
-
hashCode
public int hashCode() -
equals
-
getValue
-
setValue
-
getGuid
-
setGuid
-
getTicket
-
setTicket
-