Class InvalidateCacheC

java.lang.Object
de.elo.ix.client.InvalidateCacheC
All Implemented Interfaces:
Serializable

public class InvalidateCacheC extends Object implements Serializable
Constants for cache invalidation. This constans can be used as bit combination in function invalidateCache.
See Also:
  • Field Details

    • MASKS

      public static final int MASKS
      Flag used to specify that the cached DocMask objects are invalid.
      See Also:
    • MARKERS

      public static final int MARKERS
      Flag used to specify that the cached ColorData objects are invalid.
      See Also:
    • PATHS

      public static final int PATHS
      Flag used to specify that the cached Path objects are invalid.
      See Also:
    • SORD_TYPES

      public static final int SORD_TYPES
      Flag used to specify that the cached SordType objects are invalid.
      See Also:
    • REPL_NAMES

      public static final int REPL_NAMES
      Flag used to specify that the cached ReplName objects are invalid.
      See Also:
    • CRYPT_INFO

      public static final int CRYPT_INFO
      Flag used to specify that the cached crypt keys are invalid.
      See Also:
    • USERS

      public static final int USERS
      Flag used to specify that the cached users are invalid.
      See Also:
    • KEYS

      public static final int KEYS
      Flag used to specify that the cached keys are invalid.
      See Also:
    • TRANSLATE_TERMS

      public static final int TRANSLATE_TERMS
      Flag used to specify that the translate terms are invalid.
      See Also:
    • NOTE_AND_COLD_IMAGES

      public static final int NOTE_AND_COLD_IMAGES
      Flag used to specify that the note and cold background images are invalid.
      See Also:
    • WORKFLOWS

      public static final int WORKFLOWS
      Flag used to specify that the workflow cache is invalid.
      Since:
      8.00.032.010
      See Also:
    • SUBSCRIPTIONS

      @Deprecated public static final int SUBSCRIPTIONS
      Deprecated.
      Subscription cache was removed in EIX-2286
      Flag used to specify that the subscription cache is invalid.
      Since:
      9.00.014.003
      See Also:
    • HASHTAGCOUNT

      public static final int HASHTAGCOUNT
      Flag used to specify that the hashtag count cache is invalid.
      Since:
      9.00.030.009
      See Also:
    • OBJKEY_DISPLAY_DATA

      @Deprecated public static final int 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 DOCUMENT
      Flag used to specify that a cached document (script) has changed.
      Since:
      12.00.000.045
      See Also:
    • ASPECTS

      public static final int ASPECTS
      Flag 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_IXS
      Do not invalidate the caches of the other servers.
      Since:
      8.00.032.011
      See Also:
    • SESSION

      public static final int SESSION
      Notify about modified session options or permissions. Reserved for internal usage.
      Since:
      20.00.000.003
      See Also:
    • KEYWORD_LISTS

      public static final int KEYWORD_LISTS
      Notify about modified keyword lists.
      Since:
      21.04.000.004
      See Also:
    • WORKSPACE_ACLS

      public static final int WORKSPACE_ACLS
      Invalidate cache of workspace/teamspace ACLs.
      Since:
      21.04.000.007
      See Also:
    • INDEXFIELD_DISPLAY_DATA

      public static final int INDEXFIELD_DISPLAY_DATA
      Flag 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 ALL
      Flag 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)