| Package | Description |
|---|---|
| org.bimserver.database | |
| org.bimserver.database.actions | |
| org.bimserver.database.query.conditions | |
| org.bimserver.database.query.literals |
| Modifier and Type | Method and Description |
|---|---|
<T extends org.bimserver.emf.IdEObject> |
DatabaseSession.query(Condition condition,
Class<T> clazz,
org.bimserver.emf.QueryInterface query) |
<T extends org.bimserver.emf.IdEObject> |
DatabaseSession.query(org.bimserver.emf.IfcModelInterface model,
Condition condition,
Class<T> clazz,
org.bimserver.emf.QueryInterface query) |
<T extends org.bimserver.emf.IdEObject> |
DatabaseSession.querySingle(Condition condition,
Class<T> clazz,
org.bimserver.emf.QueryInterface query) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractGetByConditionDatabaseAction.setCondition(Condition condition) |
| Modifier and Type | Class and Description |
|---|---|
class |
AndCondition |
class |
AttributeCondition |
class |
HasReferenceToCondition |
class |
HasReferenceToInCondition |
class |
IsOfTypeCondition |
class |
LiteralCondition |
class |
Not |
| Modifier and Type | Method and Description |
|---|---|
AndCondition |
Condition.and(Condition otherCondition) |
| Constructor and Description |
|---|
AndCondition(Condition conditionA,
Condition conditionB) |
Not(Condition condition) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanLiteral |
class |
EnumLiteral |
class |
IntegerLiteral |
class |
StringLiteral |
Copyright © 2019 OpenSource BIM. All rights reserved.