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 StringAccessKey for Cloud Storage.protected StringBucket name for Cloud Storage.protected intType of Cloud Storage.protected StringCreate date (UTC).protected StringPhysical directory where the documents of this path are stored.protected StringEncryption key for Cloud Storage.protected StringEndpoint (URL/IP/PORT) for Cloud Storage.protected intBitset of options.protected StringPhysical directory where fulltext content is stored.protected intPath ID Set this value to -1 in order to create a new storage path.protected StringPath name.protected StringPhysical directory where previews stored.protected StringRegion for Amazon S3 Cloud Storage.protected intRetentionMode for S3 Storageprotected intGranularity of subdirectories in the physical directory.protected StringSecretKey for Cloud Storage.protected booleanstandard path? read-onlyprotected StringUpdate date (UTC).Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetDir()intgetFlags()intgetId()getName()intintbooleanvoidsetAccessKey(String accessKey) voidvoidsetCloudType(int cloudType) voidsetCreateDateISO(String createDateISO) voidvoidsetEncryptionKey(String key) voidsetEndpoint(String endpoint) voidsetFlags(int flags) voidsetFulltextDir(String fulltextDir) voidsetId(int id) voidvoidsetPreviewDir(String previewDir) voidvoidsetRetentionMode(int retentionMode) voidsetScatter(int scatter) voidsetSecretKey(String secretKey) voidsetStdPath(boolean stdPath) voidsetUpdateDateISO(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
-