Package de.elo.ix.client
Class StoreInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.StoreInfo
- All Implemented Interfaces:
Serializable
This class represents a storage path.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
AccessKey for Cloud Storage.protected String
Bucket name for Cloud Storage.protected int
Type of Cloud Storage.protected String
Create date (UTC).protected String
Physical directory where the documents of this path are stored.protected String
Encryption key for Cloud Storage.protected String
Endpoint (URL/IP/PORT) for Cloud Storage.protected int
Bitset of options.protected String
Physical directory where fulltext content is stored.protected int
Path ID Set this value to -1 in order to create a new storage path.protected String
Path name.protected String
Physical directory where previews stored.protected String
Region for Amazon S3 Cloud Storage.protected int
RetentionMode for S3 Storageprotected int
Granularity of subdirectories in the physical directory.protected String
SecretKey for Cloud Storage.protected boolean
standard path? read-onlyprotected String
Update date (UTC).Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getDir()
int
getFlags()
int
getId()
getName()
int
int
boolean
void
setAccessKey
(String accessKey) void
void
setCloudType
(int cloudType) void
setCreateDateISO
(String createDateISO) void
void
setEncryptionKey
(String key) void
setEndpoint
(String endpoint) void
setFlags
(int flags) void
setFulltextDir
(String fulltextDir) void
setId
(int id) void
void
setPreviewDir
(String previewDir) void
void
setRetentionMode
(int retentionMode) void
setScatter
(int scatter) void
setSecretKey
(String secretKey) void
setStdPath
(boolean stdPath) void
setUpdateDateISO
(String updateDateISO) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
createDateISO
Create date (UTC). -
dir
Physical directory where the documents of this path are stored. Length of the field in database: 255byte. -
flags
protected int flagsBitset of options.- See Also:
-
id
protected int idPath ID Set this value to -1 in order to create a new storage path. -
name
Path name. Length of the field in database: 16byte. -
scatter
protected int scatterGranularity of subdirectories in the physical directory.- See Also:
-
stdPath
protected boolean stdPathstandard path? read-only -
updateDateISO
Update date (UTC). -
previewDir
Physical directory where previews stored. Length of the field in database: 255byte.- Since:
- 8.00.010.001
-
fulltextDir
Physical directory where fulltext content is stored. Length of the field in database: 255byte.- Since:
- 8.00.010.001
-
cloudType
protected int cloudTypeType of Cloud Storage.- Since:
- 12.00.000.017
- See Also:
-
endpoint
Endpoint (URL/IP/PORT) for Cloud Storage.- Since:
- 12.00.000.017
-
accessKey
AccessKey for Cloud Storage.- Since:
- 12.00.000.017
-
secretKey
SecretKey for Cloud Storage.- Since:
- 12.00.000.017
-
bucket
Bucket name for Cloud Storage. Bucket names must be unique across all existing bucket names in Amazon S3.- Since:
- 12.00.000.032
-
region
Region for Amazon S3 Cloud Storage.- Since:
- 12.00.000.034
-
encryptionKey
Encryption key for Cloud Storage.- Since:
- 12.00.000.050
-
retentionMode
protected int retentionModeRetentionMode for S3 Storage- Since:
- 21.2.0.8
-
-
Constructor Details
-
StoreInfo
public StoreInfo() -
StoreInfo
-
-
Method Details
-
getCreateDateISO
-
setCreateDateISO
-
getDir
-
setDir
-
getFlags
public int getFlags() -
setFlags
public void setFlags(int flags) -
getId
public int getId() -
setId
public void setId(int id) -
getName
-
setName
-
getScatter
public int getScatter() -
setScatter
public void setScatter(int scatter) -
isStdPath
public boolean isStdPath() -
setStdPath
public void setStdPath(boolean stdPath) -
getUpdateDateISO
-
setUpdateDateISO
-
getPreviewDir
-
setPreviewDir
-
getFulltextDir
-
setFulltextDir
-
getCloudType
public int getCloudType() -
getEndpoint
-
getAccessKey
-
getSecretKey
-
getBucket
-
getRegion
-
getEncryptionKey
-
getRetentionMode
public int getRetentionMode() -
setCloudType
public void setCloudType(int cloudType) -
setEndpoint
-
setAccessKey
-
setSecretKey
-
setBucket
-
setRegion
-
setEncryptionKey
-
setRetentionMode
public void setRetentionMode(int retentionMode) -
toString
-