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 intArchiving mode.protected booleanTrue, if replication is enabled for this archive.protected booleanFolders can be marked as a document container by this flag.protected intEncryption set number.protected booleanDocument is or should be containted in the fultext database.protected booleanDocument is indexed in the fultext database.protected booleanTrue, if a document or attachment version has been deleted.protected booleanDo not inherit permissions from parent Sord.protected booleanDocuments using this mask may be used as release notesprotected booleanTrue, if this object has links to other Sords.protected booleanTrue, if this object has permanent links to other Sords.protected booleanIf 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 booleanTrue, if this object is a root folder for replication.protected intSort order of child entries.protected booleanIftruetranslate the sord's short description into or from the user language.protected SordTypeEnumThe type of sord object.protected booleanIftruethe 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 TypeMethodDescriptionbooleanintintintgetType()inthashCode()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisLinked()booleanbooleanisRegion()booleanbooleanbooleanvoidsetArchivingMode(int archivingMode) voidsetArcReplEnabled(boolean arcReplEnabled) voidsetDocumentContainer(boolean documentContainer) voidsetEncryptionSet(int encryptionSet) voidsetFulltext(boolean fulltext) voidsetFulltextDone(boolean fulltextDone) voidsetIncomplete(boolean incomplete) voidsetInheritAclDisabled(boolean b) voidsetLimitedReleaseDocument(boolean limitedReleaseDocument) voidsetLinked(boolean linked) voidsetLinkedPermanent(boolean linkedPermanent) voidsetRegion(boolean isRegion) voidsetReplRoot(boolean replRoot) voidsetSortOrder(int sortOrder) voidsetTranslateSordName(boolean translateSordName) voidsetType(SordTypeEnum type) voidsetWorkspace(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 translateSordNameIftruetranslate 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 workspaceIftruethe 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
-
type
The type of sord object.- Since:
- 23.02.000.006
- See Also:
-
-
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) -
getType
-
setType
-
hashCode
public int hashCode() -
equals
-
isInheritAclDisabled
public boolean isInheritAclDisabled() -
setInheritAclDisabled
public void setInheritAclDisabled(boolean b)
-