Class ServerInfoDM

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ServerInfoDM
All Implemented Interfaces:
Serializable

public class ServerInfoDM extends ValueClass
This class contains infomation about the filing paths of the document manager (DM).
Since:
7.00.040.025
See Also:
  • Field Details

    • basisStoreIds

      protected int[] basisStoreIds
      IDs of the paths to be used for filing docments. The first path ID is the ID of the default filing path. This array can contain up to 4 elements.
    • backupStoreIds

      protected int[] backupStoreIds
      reserved.
    • restoreStoreId

      protected int restoreStoreId
      ID of restore path.
    • storeMode

      protected int storeMode
      Mode to be used to fill the filing paths. This value is a bitset of the ServerInfoDMC.STOREMODE_* constants.
      See Also:
    • proxyMode

      protected int proxyMode
      DM proxy mode. Read-only.
      Values
      -1 Proxy mode is not active
      0 Main instance
      >0 Branch instance
    • blackeningEnabled

      protected boolean blackeningEnabled
      DM is enabled for blackening of document parts.
      See Also:
  • Constructor Details

    • ServerInfoDM

      public ServerInfoDM()
  • Method Details

    • getBasisStoreIds

      public int[] getBasisStoreIds()
    • setBasisStoreIds

      public void setBasisStoreIds(int[] basisStoreIds)
    • getBackupStoreIds

      public int[] getBackupStoreIds()
    • setBackupStoreIds

      public void setBackupStoreIds(int[] backupStoreIds)
    • getRestoreStoreId

      public int getRestoreStoreId()
    • setRestoreStoreId

      public void setRestoreStoreId(int restoreStoreId)
    • getStoreMode

      public int getStoreMode()
    • setStoreMode

      public void setStoreMode(int storeMode)
    • getProxyMode

      public int getProxyMode()
    • setProxyMode

      public void setProxyMode(int proxyMode)
    • isBlackeningEnabled

      public boolean isBlackeningEnabled()
    • setBlackeningEnabled

      public void setBlackeningEnabled(boolean blackeningEnabled)
    • toString

      public String toString()
      Overrides:
      toString in class Object