Package de.elo.ix.client
Class ServerInfoDM
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ServerInfoDM
- All Implemented Interfaces:
Serializable
This class contains infomation about the filing paths of the document manager (DM).
- Since:
- 7.00.040.025
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int[]
reserved.protected int[]
IDs of the paths to be used for filing docments.protected boolean
DM is enabled for blackening of document parts.protected int
DM proxy mode.protected int
ID of restore path.protected int
Mode to be used to fill the filing paths.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]
int[]
int
int
int
boolean
void
setBackupStoreIds
(int[] backupStoreIds) void
setBasisStoreIds
(int[] basisStoreIds) void
setBlackeningEnabled
(boolean blackeningEnabled) void
setProxyMode
(int proxyMode) void
setRestoreStoreId
(int restoreStoreId) void
setStoreMode
(int storeMode) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
basisStoreIds
protected int[] basisStoreIdsIDs 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[] backupStoreIdsreserved. -
restoreStoreId
protected int restoreStoreIdID of restore path. -
storeMode
protected int storeModeMode to be used to fill the filing paths. This value is a bitset of the ServerInfoDMC.STOREMODE_* constants.- See Also:
-
proxyMode
protected int proxyModeDM proxy mode. Read-only.Values -1 Proxy mode is not active 0 Main instance >0 Branch instance -
blackeningEnabled
protected boolean blackeningEnabledDM 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
-