Class StoreInfo

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

public class StoreInfo extends ValueClass

This class represents a storage path.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • createDateISO

      protected String createDateISO
      Create date (UTC).
    • dir

      protected String dir
      Physical directory where the documents of this path are stored. Length of the field in database: 255byte.
    • flags

      protected int flags
      Bitset of options.
      See Also:
    • id

      protected int id
      Path ID Set this value to -1 in order to create a new storage path.
    • name

      protected String name
      Path name. Length of the field in database: 16byte.
    • scatter

      protected int scatter
      Granularity of subdirectories in the physical directory.
      See Also:
    • stdPath

      protected boolean stdPath
      standard path? read-only
    • updateDateISO

      protected String updateDateISO
      Update date (UTC).
    • previewDir

      protected String previewDir
      Physical directory where previews stored. Length of the field in database: 255byte.
      Since:
      8.00.010.001
    • fulltextDir

      protected String fulltextDir
      Physical directory where fulltext content is stored. Length of the field in database: 255byte.
      Since:
      8.00.010.001
    • cloudType

      protected int cloudType
      Type of Cloud Storage.
      Since:
      12.00.000.017
      See Also:
    • endpoint

      protected String endpoint
      Endpoint (URL/IP/PORT) for Cloud Storage.
      Since:
      12.00.000.017
    • accessKey

      protected String accessKey
      AccessKey for Cloud Storage.
      Since:
      12.00.000.017
    • secretKey

      protected String secretKey
      SecretKey for Cloud Storage.
      Since:
      12.00.000.017
    • bucket

      protected String 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

      protected String region
      Region for Amazon S3 Cloud Storage.
      Since:
      12.00.000.034
    • encryptionKey

      protected String encryptionKey
      Encryption key for Cloud Storage.
      Since:
      12.00.000.050
    • retentionMode

      protected int retentionMode
      RetentionMode for S3 Storage
      Since:
      21.2.0.8
  • Constructor Details

    • StoreInfo

      public StoreInfo()
    • StoreInfo

      public StoreInfo(StoreInfo rhs)
  • Method Details

    • getCreateDateISO

      public String getCreateDateISO()
    • setCreateDateISO

      public void setCreateDateISO(String createDateISO)
    • getDir

      public String getDir()
    • setDir

      public void setDir(String dir)
    • getFlags

      public int getFlags()
    • setFlags

      public void setFlags(int flags)
    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getScatter

      public int getScatter()
    • setScatter

      public void setScatter(int scatter)
    • isStdPath

      public boolean isStdPath()
    • setStdPath

      public void setStdPath(boolean stdPath)
    • getUpdateDateISO

      public String getUpdateDateISO()
    • setUpdateDateISO

      public void setUpdateDateISO(String updateDateISO)
    • getPreviewDir

      public String getPreviewDir()
    • setPreviewDir

      public void setPreviewDir(String previewDir)
    • getFulltextDir

      public String getFulltextDir()
    • setFulltextDir

      public void setFulltextDir(String fulltextDir)
    • getCloudType

      public int getCloudType()
    • getEndpoint

      public String getEndpoint()
    • getAccessKey

      public String getAccessKey()
    • getSecretKey

      public String getSecretKey()
    • getBucket

      public String getBucket()
    • getRegion

      public String getRegion()
    • getEncryptionKey

      public String getEncryptionKey()
    • getRetentionMode

      public int getRetentionMode()
    • setCloudType

      public void setCloudType(int cloudType)
    • setEndpoint

      public void setEndpoint(String endpoint)
    • setAccessKey

      public void setAccessKey(String accessKey)
    • setSecretKey

      public void setSecretKey(String secretKey)
    • setBucket

      public void setBucket(String bucket)
    • setRegion

      public void setRegion(String region)
    • setEncryptionKey

      public void setEncryptionKey(String key)
    • setRetentionMode

      public void setRetentionMode(int retentionMode)
    • toString

      public String toString()
      Overrides:
      toString in class Object