Class FindChildren

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

public class FindChildren extends ValueClass implements Serializable
This class controls the search for child objects of an archive entry.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
    Search child objects up to this level below parentId.
    protected boolean
    Include only main parent relations.
    protected String
    Search child objects of the parent entry with this object ID or GUID.

    Fields inherited from class byps.BValueClass

    bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    FindChildren(boolean mainParent, String parentId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
    boolean
     
    void
    setEndLevel(int endLevel)
     
    void
    setMainParent(boolean mainParent)
     
    void
    setParentId(String parentId)
     
     

    Methods inherited from class byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • mainParent

      protected boolean mainParent
      Include only main parent relations.
    • parentId

      protected String parentId
      Search child objects of the parent entry with this object ID or GUID.
    • endLevel

      protected int endLevel
      Search child objects up to this level below parentId. A value of 0 or 1 means, that only the sub entries directly under the parent are included. Set this value to -1, to search over all levels. In this case the level is internally constrained to 32 to avoid an endless loop, if the tree under the parent contains recursive references.
      Since:
      7.00.000.010
  • Constructor Details

    • FindChildren

      public FindChildren()
    • FindChildren

      public FindChildren(boolean mainParent, String parentId)
  • Method Details

    • isMainParent

      public boolean isMainParent()
    • setMainParent

      public void setMainParent(boolean mainParent)
    • getParentId

      public String getParentId()
    • setParentId

      public void setParentId(String parentId)
    • getEndLevel

      public int getEndLevel()
    • setEndLevel

      public void setEndLevel(int endLevel)
    • toString

      public String toString()
      Overrides:
      toString in class Object