Package de.elo.ix.client
Class FindInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindInfo
- All Implemented Interfaces:
Serializable
This class controls the search function findFirstSords.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FindByAcl
Find sords by ACL.protected FindByESearch
If not null, the new ElasticSearch API (as of ELO 11) is used.protected FindByFulltext
If not null the results are constrained to documents including this fulltext term (or terms).protected FindByFulltextCtrl
Find the sords that have to be indexed by the fulltext engine.protected FindByIndex
If not null the function searches through the indexing information.protected FindByNotes
If not null the function searches through the notes.protected FindByPreviewCtrl
Find sords by preview control information.protected FindByRegisteredFunction
protected FindBySordHist
If not null the function searches in versioning history of indexing information.protected FindByType
If not null the function searches using objtype.protected FindByVersion
If not null the function searches using histversion and histcomment.protected FindChildren
If not null, the results are constrained to child entries of the specified parent in this object.protected FindDirect
Terms for google-like search in Java-Client.protected FindForKeywordingRelation
Find Sord objects to be used in keywording relation.protected FindLinks
If not null, the results are constrained to entries linked to the specified object in findLinks.protected FindOptions
This member controls several options, e.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
ConstructorsConstructorDescriptionFindInfo()
FindInfo
(FindByFulltext findByFulltext, FindByIndex findByIndex, FindByNotes findByNotes, FindBySordHist findBySordHist, FindByType findByType, FindByVersion findByVersion, FindChildren findChildren, FindOptions findOptions) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setFindByAcl
(FindByAcl findByAcl) void
setFindByESearch
(FindByESearch findByESearch) void
setFindByFulltext
(FindByFulltext findByFulltext) void
setFindByFulltextCtrl
(FindByFulltextCtrl findByFulltextCtrl) void
setFindByIndex
(FindByIndex findByIndex) void
setFindByNotes
(FindByNotes findByNotes) void
setFindByPreviewCtrl
(FindByPreviewCtrl findByPreviewCtrl) void
setFindByRegisteredFunction
(FindByRegisteredFunction findByRegisteredFunction) void
setFindBySordHist
(FindBySordHist findBySordHist) void
setFindByType
(FindByType findByType) void
setFindByVersion
(FindByVersion findByVersion) void
setFindChildren
(FindChildren findChildren) void
setFindDirect
(FindDirect findDirect) void
setFindForKeywordingRelation
(FindForKeywordingRelation findForKeywordingRelation) void
setFindLinks
(FindLinks findLinks) void
setFindOptions
(FindOptions findOptions) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
findByFulltext
If not null the results are constrained to documents including this fulltext term (or terms). -
findDirect
Terms for google-like search in Java-Client.- Since:
- 6.00.092
-
findByIndex
If not null the function searches through the indexing information. -
findByNotes
If not null the function searches through the notes. (NOT CURRENTLY IMPLEMENTED!) -
findBySordHist
If not null the function searches in versioning history of indexing information. -
findByType
If not null the function searches using objtype. -
findByVersion
If not null the function searches using histversion and histcomment. -
findChildren
If not null, the results are constrained to child entries of the specified parent in this object. To retrieve child lists for an archive entry this member must be set with the related parent ID and all others members in this class must be null. -
findOptions
This member controls several options, e. g. sorting, time limitation. -
findByAcl
Find sords by ACL.- Since:
- 7.00.000.011
-
findByPreviewCtrl
Find sords by preview control information.- Since:
- 7.00.026.001
-
findByFulltextCtrl
Find the sords that have to be indexed by the fulltext engine.- Since:
- 7.00.040.006
-
findByRegisteredFunction
- Since:
- 7.00.040.020
-
findLinks
If not null, the results are constrained to entries linked to the specified object in findLinks.- Since:
- 9.00.000.028
-
findByESearch
If not null, the new ElasticSearch API (as of ELO 11) is used.- Since:
- 11.00.000.009
-
findForKeywordingRelation
Find Sord objects to be used in keywording relation.- Since:
- 12.00.000.024
- See Also:
-
-
Constructor Details
-
FindInfo
public FindInfo() -
FindInfo
public FindInfo(FindByFulltext findByFulltext, FindByIndex findByIndex, FindByNotes findByNotes, FindBySordHist findBySordHist, FindByType findByType, FindByVersion findByVersion, FindChildren findChildren, FindOptions findOptions) -
FindInfo
-
-
Method Details
-
getFindByESearch
-
setFindByESearch
-
getFindByFulltext
-
setFindByFulltext
-
getFindByIndex
-
getFindDirect
-
setFindDirect
-
setFindByIndex
-
getFindByNotes
-
setFindByNotes
-
getFindBySordHist
-
setFindBySordHist
-
getFindByType
-
setFindByType
-
getFindByVersion
-
setFindByVersion
-
getFindChildren
-
setFindChildren
-
getFindOptions
-
setFindOptions
-
getFindByAcl
-
setFindByAcl
-
getFindByPreviewCtrl
-
setFindByPreviewCtrl
-
getFindByFulltextCtrl
-
setFindByFulltextCtrl
-
getFindByRegisteredFunction
-
setFindByRegisteredFunction
-
getFindLinks
-
setFindLinks
-
getFindForKeywordingRelation
-
setFindForKeywordingRelation
-
toString
-