Class FindInfo

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindInfo
All Implemented Interfaces:
Serializable

public class FindInfo extends ValueClass implements Serializable
This class controls the search function findFirstSords.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • findByFulltext

      protected FindByFulltext findByFulltext
      If not null the results are constrained to documents including this fulltext term (or terms).
    • findDirect

      protected FindDirect findDirect
      Terms for google-like search in Java-Client.
      Since:
      6.00.092
    • findByIndex

      protected FindByIndex findByIndex
      If not null the function searches through the indexing information.
    • findByNotes

      protected FindByNotes findByNotes
      If not null the function searches through the notes. (NOT CURRENTLY IMPLEMENTED!)
    • findBySordHist

      protected FindBySordHist findBySordHist
      If not null the function searches in versioning history of indexing information.
    • findByType

      protected FindByType findByType
      If not null the function searches using objtype.
    • findByVersion

      protected FindByVersion findByVersion
      If not null the function searches using histversion and histcomment.
    • findChildren

      protected FindChildren 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

      protected FindOptions findOptions
      This member controls several options, e. g. sorting, time limitation.
    • findByAcl

      protected FindByAcl findByAcl
      Find sords by ACL.
      Since:
      7.00.000.011
    • findByPreviewCtrl

      protected FindByPreviewCtrl findByPreviewCtrl
      Find sords by preview control information.
      Since:
      7.00.026.001
    • findByFulltextCtrl

      protected FindByFulltextCtrl findByFulltextCtrl
      Find the sords that have to be indexed by the fulltext engine.
      Since:
      7.00.040.006
    • findByRegisteredFunction

      protected FindByRegisteredFunction findByRegisteredFunction
      Since:
      7.00.040.020
    • findByESearch

      protected FindByESearch findByESearch
      If not null, the new ElasticSearch API (as of ELO 11) is used.
      Since:
      11.00.000.009
    • findForKeywordingRelation

      protected FindForKeywordingRelation findForKeywordingRelation
      Find Sord objects to be used in keywording relation.
      Since:
      12.00.000.024
      See Also:
  • Constructor Details

  • Method Details

    • getFindByESearch

      public FindByESearch getFindByESearch()
    • setFindByESearch

      public void setFindByESearch(FindByESearch findByESearch)
    • getFindByFulltext

      public FindByFulltext getFindByFulltext()
    • setFindByFulltext

      public void setFindByFulltext(FindByFulltext findByFulltext)
    • getFindByIndex

      public FindByIndex getFindByIndex()
    • getFindDirect

      public FindDirect getFindDirect()
    • setFindDirect

      public void setFindDirect(FindDirect findDirect)
    • setFindByIndex

      public void setFindByIndex(FindByIndex findByIndex)
    • getFindByNotes

      public FindByNotes getFindByNotes()
    • setFindByNotes

      public void setFindByNotes(FindByNotes findByNotes)
    • getFindBySordHist

      public FindBySordHist getFindBySordHist()
    • setFindBySordHist

      public void setFindBySordHist(FindBySordHist findBySordHist)
    • getFindByType

      public FindByType getFindByType()
    • setFindByType

      public void setFindByType(FindByType findByType)
    • getFindByVersion

      public FindByVersion getFindByVersion()
    • setFindByVersion

      public void setFindByVersion(FindByVersion findByVersion)
    • getFindChildren

      public FindChildren getFindChildren()
    • setFindChildren

      public void setFindChildren(FindChildren findChildren)
    • getFindOptions

      public FindOptions getFindOptions()
    • setFindOptions

      public void setFindOptions(FindOptions findOptions)
    • getFindByAcl

      public FindByAcl getFindByAcl()
    • setFindByAcl

      public void setFindByAcl(FindByAcl findByAcl)
    • getFindByPreviewCtrl

      public FindByPreviewCtrl getFindByPreviewCtrl()
    • setFindByPreviewCtrl

      public void setFindByPreviewCtrl(FindByPreviewCtrl findByPreviewCtrl)
    • getFindByFulltextCtrl

      public FindByFulltextCtrl getFindByFulltextCtrl()
    • setFindByFulltextCtrl

      public void setFindByFulltextCtrl(FindByFulltextCtrl findByFulltextCtrl)
    • getFindByRegisteredFunction

      public FindByRegisteredFunction getFindByRegisteredFunction()
    • setFindByRegisteredFunction

      public void setFindByRegisteredFunction(FindByRegisteredFunction findByRegisteredFunction)
    • getFindLinks

      public FindLinks getFindLinks()
    • setFindLinks

      public void setFindLinks(FindLinks findLinks)
    • getFindForKeywordingRelation

      public FindForKeywordingRelation getFindForKeywordingRelation()
    • setFindForKeywordingRelation

      public void setFindForKeywordingRelation(FindForKeywordingRelation findForKeywordingRelation)
    • toString

      public String toString()
      Overrides:
      toString in class Object