| Package | Description |
|---|---|
| org.bimserver.interfaces.objects | |
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async |
| Modifier and Type | Method and Description |
|---|---|
SDataObject |
SCompareItem.getDataObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
SCompareItem.setDataObject(SDataObject dataObject) |
| Modifier and Type | Method and Description |
|---|---|
SDataObject |
LowLevelInterfaceAdaptor.getDataObjectByGuid(Long roid,
String guid) |
SDataObject |
LowLevelInterface.getDataObjectByGuid(Long roid,
String guid)
Deprecated.
|
SDataObject |
LowLevelInterfaceAdaptor.getDataObjectByOid(Long roid,
Long oid) |
SDataObject |
LowLevelInterface.getDataObjectByOid(Long roid,
Long oid)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<SDataObject> |
LowLevelInterfaceAdaptor.getDataObjects(Long roid) |
List<SDataObject> |
LowLevelInterface.getDataObjects(Long roid)
Deprecated.
|
List<SDataObject> |
LowLevelInterfaceAdaptor.getDataObjectsByType(Long roid,
String packageName,
String className,
Boolean flat) |
List<SDataObject> |
LowLevelInterface.getDataObjectsByType(Long roid,
String packageName,
String className,
Boolean flat)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncLowLevelInterface.GetDataObjectByGuidCallback.success(SDataObject result) |
void |
AsyncLowLevelInterface.GetDataObjectByOidCallback.success(SDataObject result) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncLowLevelInterface.GetDataObjectsCallback.success(List<SDataObject> result) |
void |
AsyncLowLevelInterface.GetDataObjectsByTypeCallback.success(List<SDataObject> result) |
Copyright © 2018 OpenSource BIM. All rights reserved.