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:
java.io.Serializable
public class EditInfo extends ValueClass implements java.io.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.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected IdName[]
docTemplates
Document template names (Template files for new documents).protected Document
document
Document or attachment information.protected Keyword[]
keywords
Root keywords with first level of keywords below.protected IdName[]
markerNames
Marker names (Colours).protected DocMask
mask
Document mask data of the mask selected insord
.protected MaskName[]
maskNames
Storage mask names.protected Note[]
notes
Notes.protected IdName[]
pathNames
Storage path names.protected IdName[]
replNames
Replication set names.protected Sord
sord
Indexing information.protected SordType[]
sordTypes
Sord types (labels, icons, extensions corresponding to Sord.type). -
Constructor Summary
-
Method Summary
Modifier and Type Method Description IdName[]
getDocTemplates()
Document
getDocument()
Keyword[]
getKeywords()
IdName[]
getMarkerNames()
DocMask
getMask()
MaskName[]
getMaskNames()
Note[]
getNotes()
IdName[]
getPathNames()
IdName[]
getReplNames()
Sord
getSord()
SordType[]
getSordTypes()
void
setDocTemplates(IdName[] docTemplates)
void
setDocument(Document document)
void
setKeywords(Keyword[] keywords)
void
setMarkerNames(IdName[] markerNames)
void
setMask(DocMask mask)
void
setMaskNames(MaskName[] maskNames)
void
setNotes(Note[] notes)
void
setPathNames(IdName[] pathNames)
void
setReplNames(IdName[] replNames)
void
setSord(Sord sord)
void
setSordTypes(SordType[] sordTypes)
java.lang.String
toString()
-
Field Details
-
docTemplates
Document template names (Template files for new documents). -
document
Document or attachment information. -
keywords
Root keywords with first level of keywords below.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).
-
-
Constructor Details
-
Method Details
-
getDocTemplates
-
setDocTemplates
-
getDocument
-
setDocument
-
getKeywords
-
setKeywords
-
getMarkerNames
-
setMarkerNames
-
getMask
-
setMask
-
getMaskNames
-
setMaskNames
-
getNotes
-
setNotes
-
getPathNames
-
setPathNames
-
getReplNames
-
setReplNames
-
getSord
-
setSord
-
getSordTypes
-
setSordTypes
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-