public class ObjectHierarchy extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Sirius.util.collections.MultiMap |
arrayFatherStmnts |
protected Sirius.util.collections.MultiMap |
classIdHierarchy |
protected DBConnectionPool |
conPool |
protected Sirius.util.collections.MultiMap |
fatherStmnts |
| Constructor and Description |
|---|
ObjectHierarchy(DBConnectionPool conPool,
ServerProperties props)
Creates a new instance of ObjectHierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
classIsArrayType(int classId)
DOCUMENT ME!
|
boolean |
classIsReferenced(int classId)
DOCUMENT ME!
|
Collection |
getArrayFatherStatements(int classId,
int objectId)
DOCUMENT ME!
|
Collection |
getChildClassIds(int parentClassId)
DOCUMENT ME!
|
Integer[] |
getExtendedClassList(int[] classIds)
DOCUMENT ME!
|
Collection |
getFatherStatements(int classId,
int objectId)
delivers a collection of statements delivering class_id,object_id of a fatherobject.
|
protected Sirius.util.collections.MultiMap fatherStmnts
protected Sirius.util.collections.MultiMap arrayFatherStmnts
protected Sirius.util.collections.MultiMap classIdHierarchy
protected DBConnectionPool conPool
public ObjectHierarchy(DBConnectionPool conPool, ServerProperties props) throws Exception
conPool - DOCUMENT ME!props - DOCUMENT ME!Exception - DOCUMENT ME!public boolean classIsReferenced(int classId)
classId - DOCUMENT ME!public boolean classIsArrayType(int classId)
classId - DOCUMENT ME!public Collection getFatherStatements(int classId, int objectId)
classId - DOCUMENT ME!objectId - DOCUMENT ME!public Collection getChildClassIds(int parentClassId)
parentClassId - DOCUMENT ME!public Integer[] getExtendedClassList(int[] classIds)
classIds - DOCUMENT ME!public Collection getArrayFatherStatements(int classId, int objectId)
classId - DOCUMENT ME!objectId - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.