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 FindByAclFind sords by ACL.protected FindByESearchIf not null, the new ElasticSearch API (as of ELO 11) is used.protected FindByFulltextIf not null the results are constrained to documents including this fulltext term (or terms).protected FindByFulltextCtrlFind the sords that have to be indexed by the fulltext engine.protected FindByIndexIf not null the function searches through the indexing information.protected FindByNotesIf not null the function searches through the notes.protected FindByPreviewCtrlFind sords by preview control information.protected FindByRegisteredFunctionprotected FindBySordHistIf not null the function searches in versioning history of indexing information.protected FindByTypeIf not null the function searches using objtype.protected FindByVersionIf not null the function searches using histversion and histcomment.protected FindChildrenIf not null, the results are constrained to child entries of the specified parent in this object.protected FindDirectTerms for google-like search in Java-Client.protected FindForKeywordingRelationFind Sord objects to be used in keywording relation.protected FindLinksIf not null, the results are constrained to entries linked to the specified object in findLinks.protected FindOptionsThis 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 TypeMethodDescriptionvoidsetFindByAcl(FindByAcl findByAcl) voidsetFindByESearch(FindByESearch findByESearch) voidsetFindByFulltext(FindByFulltext findByFulltext) voidsetFindByFulltextCtrl(FindByFulltextCtrl findByFulltextCtrl) voidsetFindByIndex(FindByIndex findByIndex) voidsetFindByNotes(FindByNotes findByNotes) voidsetFindByPreviewCtrl(FindByPreviewCtrl findByPreviewCtrl) voidsetFindByRegisteredFunction(FindByRegisteredFunction findByRegisteredFunction) voidsetFindBySordHist(FindBySordHist findBySordHist) voidsetFindByType(FindByType findByType) voidsetFindByVersion(FindByVersion findByVersion) voidsetFindChildren(FindChildren findChildren) voidsetFindDirect(FindDirect findDirect) voidsetFindForKeywordingRelation(FindForKeywordingRelation findForKeywordingRelation) voidsetFindLinks(FindLinks findLinks) voidsetFindOptions(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
-