Package de.elo.ix.client
Class EditInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.EditInfo
- All Implemented Interfaces:
Serializable
Contains data to edit the indexing information. Therfore it provides storage mask names, storage
path names, marker names, document template names, replication set names, document version
information, etc.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AspectInfo>
Aspect infos containing id, name, guid, translationKey of aspects.protected IdName[]
Document template names (Template files for new documents).protected Document
Document or attachment information.protected Keyword[]
Root keywords.protected IdName[]
Marker names (Colours).protected DocMask
Document mask data of the mask selected insord
.protected MaskName[]
Storage mask names.protected Note[]
Notes.protected IdName[]
Storage path names.protected IdName[]
Replication set names.protected Sord
Indexing information.protected SordType[]
Sord types (labels, icons, extensions corresponding to Sord.type).Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIdName[]
Keyword[]
IdName[]
getMask()
MaskName[]
Note[]
getNotes()
IdName[]
IdName[]
getSord()
SordType[]
void
setAspectInfos
(List<AspectInfo> aspectInfos) void
setDocTemplates
(IdName[] docTemplates) void
setDocument
(Document document) void
setKeywords
(Keyword[] keywords) void
setMarkerNames
(IdName[] markerNames) void
void
setMaskNames
(MaskName[] maskNames) void
void
setPathNames
(IdName[] pathNames) void
setReplNames
(IdName[] replNames) void
void
setSordTypes
(SordType[] sordTypes) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
docTemplates
Document template names (Template files for new documents). -
document
Document or attachment information. -
keywords
Root keywords.Each item of this array contains the first item of the following keyword lists for documents, keyword[.].id is one of: KeywordC.KWID_STANDARD_LIST, Standard keyword list KeywordC.KWID_VERSION, Version number keyword list KeywordC.KWID_VERSION_COMMENT, Version comment keyword list Keyword lists of storage mask for non-documents, keyword[.].id is one of: KeywordC.KWID_STANDARD_LIST, Standard keyword list Keyword lists of storage mask -
markerNames
Marker names (Colours). -
mask
Document mask data of the mask selected insord
. -
maskNames
Storage mask names. -
notes
Notes. -
pathNames
Storage path names. -
replNames
Replication set names. -
sord
Indexing information. -
sordTypes
Sord types (labels, icons, extensions corresponding to Sord.type). -
aspectInfos
Aspect infos containing id, name, guid, translationKey of aspects.- Since:
- 21.00.000.001
-
-
Constructor Details
-
EditInfo
public EditInfo() -
EditInfo
-
EditInfo
-
-
Method Details
-
getDocTemplates
-
setDocTemplates
-
getDocument
-
setDocument
-
getKeywords
-
setKeywords
-
getMarkerNames
-
setMarkerNames
-
getMask
-
setMask
-
getMaskNames
-
setMaskNames
-
getAspectInfos
-
setAspectInfos
-
getNotes
-
setNotes
-
getPathNames
-
setPathNames
-
getReplNames
-
setReplNames
-
getSord
-
setSord
-
getSordTypes
-
setSordTypes
-
toString
-