Package de.elo.ix.client
Class InvalidateCacheC
java.lang.Object
de.elo.ix.client.InvalidateCacheC
- All Implemented Interfaces:
Serializable
Constants for cache invalidation. This constans can be used as bit combination in function
invalidateCache.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Flag used to specify that all cached objects are invalid.static final int
Flag used to specify that the cached Aspect objects are invalid.static final int
Flag used to specify that the cached crypt keys are invalid.static final int
Flag used to specify that a cached document (script) has changed.static final int
Flag used to specify that the hashtag count cache is invalid.static final int
Flag used to specify that the display data of references in index fields of type relation have changed.static final int
Flag used to specify that the cached keys are invalid.static final int
Notify about modified keyword lists.static final int
Flag used to specify that the cached ColorData objects are invalid.static final int
Flag used to specify that the cached DocMask objects are invalid.static final int
Do not invalidate the caches of the other servers.static final int
Flag used to specify that the note and cold background images are invalid.static final int
Deprecated.static final int
Flag used to specify that the cached Path objects are invalid.static final int
Flag used to specify that the cached ReplName objects are invalid.static final int
Notify about modified session options or permissions.static final int
Flag used to specify that the cached SordType objects are invalid.static final int
Deprecated.Subscription cache was removed in EIX-2286static final int
Flag used to specify that the translate terms are invalid.static final int
Flag used to specify that the cached users are invalid.static final int
Flag used to specify that the workflow cache is invalid.static final int
Invalidate cache of workspace/teamspace ACLs. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getALL()
int
int
int
int
getKEYS()
int
int
int
getMASKS()
int
int
int
getPATHS()
int
int
int
int
getUSERS()
int
void
setALL
(int ALL) void
setASPECTS
(int ASPECTS) void
setCRYPT_INFO
(int CRYPT_INFO) void
setHASHTAGCOUNT
(int v) void
setKEYS
(int KEYS) void
setKEYWORD_LISTS
(int KEYWORD_LISTS) void
setMARKERS
(int MARKERS) void
setMASKS
(int MASKS) void
setNO_FORWARD_TO_OTHER_IXS
(int v) void
setNOTE_AND_COLD_IMAGES
(int v) void
setPATHS
(int PATHS) void
setREPL_NAMES
(int REPL_NAMES) void
setSORD_TYPES
(int SORD_TYPES) void
setTRANSLATE_TERMS
(int v) void
setUSERS
(int USERS) void
setWORKFLOWS
(int v)
-
Field Details
-
MASKS
public static final int MASKSFlag used to specify that the cached DocMask objects are invalid.- See Also:
-
MARKERS
public static final int MARKERSFlag used to specify that the cached ColorData objects are invalid.- See Also:
-
PATHS
public static final int PATHSFlag used to specify that the cached Path objects are invalid.- See Also:
-
SORD_TYPES
public static final int SORD_TYPESFlag used to specify that the cached SordType objects are invalid.- See Also:
-
REPL_NAMES
public static final int REPL_NAMESFlag used to specify that the cached ReplName objects are invalid.- See Also:
-
CRYPT_INFO
public static final int CRYPT_INFOFlag used to specify that the cached crypt keys are invalid.- See Also:
-
USERS
public static final int USERSFlag used to specify that the cached users are invalid.- See Also:
-
KEYS
public static final int KEYSFlag used to specify that the cached keys are invalid.- See Also:
-
TRANSLATE_TERMS
public static final int TRANSLATE_TERMSFlag used to specify that the translate terms are invalid.- See Also:
-
NOTE_AND_COLD_IMAGES
public static final int NOTE_AND_COLD_IMAGESFlag used to specify that the note and cold background images are invalid.- See Also:
-
WORKFLOWS
public static final int WORKFLOWSFlag used to specify that the workflow cache is invalid.- Since:
- 8.00.032.010
- See Also:
-
SUBSCRIPTIONS
Deprecated.Subscription cache was removed in EIX-2286Flag used to specify that the subscription cache is invalid.- Since:
- 9.00.014.003
- See Also:
-
HASHTAGCOUNT
public static final int HASHTAGCOUNTFlag used to specify that the hashtag count cache is invalid.- Since:
- 9.00.030.009
- See Also:
-
OBJKEY_DISPLAY_DATA
Deprecated.Flag used to specify that the display data of references in ObjKeys have changed. Note: there is a newer name for this constant flag: INDEXFIELD_DISPLAY_DATA. Please use the newer version see below.- Since:
- 12.00.000.023
- See Also:
-
DOCUMENT
public static final int DOCUMENTFlag used to specify that a cached document (script) has changed.- Since:
- 12.00.000.045
- See Also:
-
ASPECTS
public static final int ASPECTSFlag used to specify that the cached Aspect objects are invalid.- Since:
- 20.00.000.100
- See Also:
-
NO_FORWARD_TO_OTHER_IXS
public static final int NO_FORWARD_TO_OTHER_IXSDo not invalidate the caches of the other servers.- Since:
- 8.00.032.011
- See Also:
-
SESSION
public static final int SESSIONNotify about modified session options or permissions. Reserved for internal usage.- Since:
- 20.00.000.003
- See Also:
-
KEYWORD_LISTS
public static final int KEYWORD_LISTSNotify about modified keyword lists.- Since:
- 21.04.000.004
- See Also:
-
WORKSPACE_ACLS
public static final int WORKSPACE_ACLSInvalidate cache of workspace/teamspace ACLs.- Since:
- 21.04.000.007
- See Also:
-
INDEXFIELD_DISPLAY_DATA
public static final int INDEXFIELD_DISPLAY_DATAFlag used to specify that the display data of references in index fields of type relation have changed.- Since:
- 21.00.000.019
- See Also:
-
ALL
public static final int ALLFlag used to specify that all cached objects are invalid.- See Also:
-
-
Constructor Details
-
InvalidateCacheC
public InvalidateCacheC()
-
-
Method Details
-
getALL
public int getALL() -
setALL
public void setALL(int ALL) -
getCRYPT_INFO
public int getCRYPT_INFO() -
setCRYPT_INFO
public void setCRYPT_INFO(int CRYPT_INFO) -
getKEYS
public int getKEYS() -
setKEYS
public void setKEYS(int KEYS) -
getMARKERS
public int getMARKERS() -
setMARKERS
public void setMARKERS(int MARKERS) -
getMASKS
public int getMASKS() -
setMASKS
public void setMASKS(int MASKS) -
getPATHS
public int getPATHS() -
setPATHS
public void setPATHS(int PATHS) -
getREPL_NAMES
public int getREPL_NAMES() -
setREPL_NAMES
public void setREPL_NAMES(int REPL_NAMES) -
getSORD_TYPES
public int getSORD_TYPES() -
setSORD_TYPES
public void setSORD_TYPES(int SORD_TYPES) -
getUSERS
public int getUSERS() -
setUSERS
public void setUSERS(int USERS) -
getTRANSLATE_TERMS
public int getTRANSLATE_TERMS() -
setTRANSLATE_TERMS
public void setTRANSLATE_TERMS(int v) -
getNOTE_AND_COLD_IMAGES
public int getNOTE_AND_COLD_IMAGES() -
setNOTE_AND_COLD_IMAGES
public void setNOTE_AND_COLD_IMAGES(int v) -
getWORKFLOWS
public int getWORKFLOWS() -
setWORKFLOWS
public void setWORKFLOWS(int v) -
getHASHTAGCOUNT
public int getHASHTAGCOUNT() -
setHASHTAGCOUNT
public void setHASHTAGCOUNT(int v) -
getNO_FORWARD_TO_OTHER_IXS
public int getNO_FORWARD_TO_OTHER_IXS() -
setNO_FORWARD_TO_OTHER_IXS
public void setNO_FORWARD_TO_OTHER_IXS(int v) -
getASPECTS
public int getASPECTS() -
setASPECTS
public void setASPECTS(int ASPECTS) -
getKEYWORD_LISTS
public int getKEYWORD_LISTS() -
setKEYWORD_LISTS
public void setKEYWORD_LISTS(int KEYWORD_LISTS)
-