Class SordDetails

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

public class SordDetails extends ValueClass implements Serializable
Objects of this class are data elements and control the values assigned to certain boolean properties(yes/no attributes).
See Also:
  • Field Details

    • archivingMode

      protected int archivingMode
      Archiving mode.
      The possible values are
      version controlled ArchivingModeC.VERSION
      read-only ArchivingModeC.READONLY
      read/write ArchivingModeC.READWRITE
      This value is only valid for document objects.
      See Also:
    • encryptionSet

      protected int encryptionSet
      Encryption set number.
    • fulltext

      protected boolean fulltext
      Document is or should be containted in the fultext database.
    • sortOrder

      protected int sortOrder
      Sort order of child entries. This value is only valid for folder objects.
      See Also:
    • arcReplEnabled

      protected boolean arcReplEnabled
      True, if replication is enabled for this archive.
    • fulltextDone

      protected boolean fulltextDone
      Document is indexed in the fultext database.
    • replRoot

      protected boolean replRoot
      True, if this object is a root folder for replication.
    • linked

      protected boolean linked
      True, if this object has links to other Sords. This member is read-only and is ignored in checkinSord and checkinDocEnd.
      Since:
      7.00.000.046
      See Also:
    • incomplete

      protected boolean incomplete
      True, if a document or attachment version has been deleted.
      Since:
      8.00.026.001
    • limitedReleaseDocument

      protected boolean limitedReleaseDocument
      Documents using this mask may be used as release notes
      Since:
      8.00.032.007
    • linkedPermanent

      protected boolean linkedPermanent
      True, if this object has permanent links to other Sords. This member is read-only and is ignored in checkinSord and checkinDocEnd.
      Since:
      9.00.016.008
      See Also:
    • documentContainer

      protected boolean documentContainer
      Folders can be marked as a document container by this flag. If true, clients are advised to preview the first document in this folder on selection.
      Since:
      9.00.018.004
    • translateSordName

      protected boolean translateSordName
      If true translate the sord's short description into or from the user language.
      Since:
      9.00.030.013
    • inheritAclDisabled

      protected boolean inheritAclDisabled
      Do not inherit permissions from parent Sord.
      Since:
      11.00.000.055
    • workspace

      protected boolean workspace
      If true the sord is a workspace folder.
      Since:
      21.00.000.015
    • region

      protected boolean region
      If this sord is a folder, it establishes a region within the repository tree.
      This flag is only valid for sords with a mask of data organisation DocMaskC.DATA_ORGANISATION_ASPECT.
      Since:
      21.04.000.003
  • Constructor Details

    • SordDetails

      public SordDetails()
    • SordDetails

      public SordDetails(int archivingMode, int encryptionSet, boolean fulltext, int sortOrder, boolean arcReplEnabled, boolean fulltextDone, boolean replRoot)
    • SordDetails

      public SordDetails(SordDetails rhs)
  • Method Details

    • getArchivingMode

      public int getArchivingMode()
    • setArchivingMode

      public void setArchivingMode(int archivingMode)
    • getEncryptionSet

      public int getEncryptionSet()
    • setEncryptionSet

      public void setEncryptionSet(int encryptionSet)
    • isFulltext

      public boolean isFulltext()
    • setFulltext

      public void setFulltext(boolean fulltext)
    • getSortOrder

      public int getSortOrder()
    • setSortOrder

      public void setSortOrder(int sortOrder)
    • isArcReplEnabled

      public boolean isArcReplEnabled()
    • setArcReplEnabled

      public void setArcReplEnabled(boolean arcReplEnabled)
    • isFulltextDone

      public boolean isFulltextDone()
    • setFulltextDone

      public void setFulltextDone(boolean fulltextDone)
    • isReplRoot

      public boolean isReplRoot()
    • setReplRoot

      public void setReplRoot(boolean replRoot)
    • isLinked

      public boolean isLinked()
    • setLinked

      public void setLinked(boolean linked)
    • isIncomplete

      public boolean isIncomplete()
    • setIncomplete

      public void setIncomplete(boolean incomplete)
    • isLimitedReleaseDocument

      public boolean isLimitedReleaseDocument()
    • setLimitedReleaseDocument

      public void setLimitedReleaseDocument(boolean limitedReleaseDocument)
    • isLinkedPermanent

      public boolean isLinkedPermanent()
    • setLinkedPermanent

      public void setLinkedPermanent(boolean linkedPermanent)
    • isDocumentContainer

      public boolean isDocumentContainer()
    • setDocumentContainer

      public void setDocumentContainer(boolean documentContainer)
    • isTranslateSordName

      public boolean isTranslateSordName()
    • setTranslateSordName

      public void setTranslateSordName(boolean translateSordName)
    • isWorkspace

      public boolean isWorkspace()
    • setWorkspace

      public void setWorkspace(boolean workspace)
    • isRegion

      public boolean isRegion()
    • setRegion

      public void setRegion(boolean isRegion)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • isInheritAclDisabled

      public boolean isInheritAclDisabled()
    • setInheritAclDisabled

      public void setInheritAclDisabled(boolean b)