Package de.elo.ix.client
Class FindChildren
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindChildren
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected 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 -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
void
setEndLevel
(int endLevel) void
setMainParent
(boolean mainParent) void
setParentId
(String parentId) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
mainParent
protected boolean mainParentInclude only main parent relations. -
parentId
Search child objects of the parent entry with this object ID or GUID. -
endLevel
protected int endLevelSearch 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
-
-
Method Details