Package de.elo.ix.client
Class SordDetails
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.SordDetails
- All Implemented Interfaces:
Serializable
Objects of this class are data elements and control the values assigned to certain boolean
properties(yes/no attributes).
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Archiving mode.protected boolean
True, if replication is enabled for this archive.protected boolean
Folders can be marked as a document container by this flag.protected int
Encryption set number.protected boolean
Document is or should be containted in the fultext database.protected boolean
Document is indexed in the fultext database.protected boolean
True, if a document or attachment version has been deleted.protected boolean
Do not inherit permissions from parent Sord.protected boolean
Documents using this mask may be used as release notesprotected boolean
True, if this object has links to other Sords.protected boolean
True, if this object has permanent links to other Sords.protected boolean
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 organisationDocMaskC.DATA_ORGANISATION_ASPECT
.protected boolean
True, if this object is a root folder for replication.protected int
Sort order of child entries.protected boolean
Iftrue
translate the sord's short description into or from the user language.protected boolean
Iftrue
the sord is a workspace folder.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
ConstructorsConstructorDescriptionSordDetails
(int archivingMode, int encryptionSet, boolean fulltext, int sortOrder, boolean arcReplEnabled, boolean fulltextDone, boolean replRoot) SordDetails
(SordDetails rhs) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
int
int
hashCode()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isLinked()
boolean
boolean
isRegion()
boolean
boolean
boolean
void
setArchivingMode
(int archivingMode) void
setArcReplEnabled
(boolean arcReplEnabled) void
setDocumentContainer
(boolean documentContainer) void
setEncryptionSet
(int encryptionSet) void
setFulltext
(boolean fulltext) void
setFulltextDone
(boolean fulltextDone) void
setIncomplete
(boolean incomplete) void
setInheritAclDisabled
(boolean b) void
setLimitedReleaseDocument
(boolean limitedReleaseDocument) void
setLinked
(boolean linked) void
setLinkedPermanent
(boolean linkedPermanent) void
setRegion
(boolean isRegion) void
setReplRoot
(boolean replRoot) void
setSortOrder
(int sortOrder) void
setTranslateSordName
(boolean translateSordName) void
setWorkspace
(boolean workspace) Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
archivingMode
protected int archivingModeArchiving mode.
This value is only valid for document objects.The possible values are version controlled ArchivingModeC.VERSION read-only ArchivingModeC.READONLY read/write ArchivingModeC.READWRITE - See Also:
-
encryptionSet
protected int encryptionSetEncryption set number. -
fulltext
protected boolean fulltextDocument is or should be containted in the fultext database. -
sortOrder
protected int sortOrderSort order of child entries. This value is only valid for folder objects.- See Also:
-
arcReplEnabled
protected boolean arcReplEnabledTrue, if replication is enabled for this archive. -
fulltextDone
protected boolean fulltextDoneDocument is indexed in the fultext database. -
replRoot
protected boolean replRootTrue, if this object is a root folder for replication. -
linked
protected boolean linkedTrue, 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 incompleteTrue, if a document or attachment version has been deleted.- Since:
- 8.00.026.001
-
limitedReleaseDocument
protected boolean limitedReleaseDocumentDocuments using this mask may be used as release notes- Since:
- 8.00.032.007
-
linkedPermanent
protected boolean linkedPermanentTrue, 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 documentContainerFolders 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 translateSordNameIftrue
translate the sord's short description into or from the user language.- Since:
- 9.00.030.013
-
inheritAclDisabled
protected boolean inheritAclDisabledDo not inherit permissions from parent Sord.- Since:
- 11.00.000.055
-
workspace
protected boolean workspaceIftrue
the sord is a workspace folder.- Since:
- 21.00.000.015
-
region
protected boolean regionIf 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 organisationDocMaskC.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
-
-
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() -
equals
-
isInheritAclDisabled
public boolean isInheritAclDisabled() -
setInheritAclDisabled
public void setInheritAclDisabled(boolean b)
-