| Package | Description |
|---|---|
| org.bimserver.interfaces.objects | |
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async | |
| org.bimserver.shared.interfaces.bimsie1 |
| 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 |
Bimsie1LowLevelInterfaceAdaptor.getDataObjectByGuid(Long roid,
String guid) |
SDataObject |
Bimsie1LowLevelInterfaceAdaptor.getDataObjectByOid(Long roid,
Long oid) |
| Modifier and Type | Method and Description |
|---|---|
List<SDataObject> |
Bimsie1LowLevelInterfaceAdaptor.getDataObjects(Long roid) |
List<SDataObject> |
Bimsie1LowLevelInterfaceAdaptor.getDataObjectsByType(Long roid,
String packageName,
String className,
Boolean flat) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncBimsie1LowLevelInterface.GetDataObjectByGuidCallback.success(SDataObject result) |
void |
AsyncBimsie1LowLevelInterface.GetDataObjectByOidCallback.success(SDataObject result) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncBimsie1LowLevelInterface.GetDataObjectsCallback.success(List<SDataObject> result) |
void |
AsyncBimsie1LowLevelInterface.GetDataObjectsByTypeCallback.success(List<SDataObject> result) |
| Modifier and Type | Method and Description |
|---|---|
SDataObject |
Bimsie1LowLevelInterface.getDataObjectByGuid(Long roid,
String guid)
Get all the objects matching the given GUIDs as Data Objects
|
SDataObject |
Bimsie1LowLevelInterface.getDataObjectByOid(Long roid,
Long oid)
Get an object from the given revision as a Data Object
|
| Modifier and Type | Method and Description |
|---|---|
List<SDataObject> |
Bimsie1LowLevelInterface.getDataObjects(Long roid)
Get all the objects of a certain revision in Data Objects
|
List<SDataObject> |
Bimsie1LowLevelInterface.getDataObjectsByType(Long roid,
String packageName,
String className,
Boolean flat)
Get all the objects of a certain type in Data Objects
|
Copyright © 2016 OpenSource BIM. All rights reserved.