| Package | Description |
|---|---|
| org.bimserver.interfaces.objects | |
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async |
| Modifier and Type | Method and Description |
|---|---|
static SCompareType |
SCompareType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCompareType[] |
SCompareType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SCompareResult |
ServiceInterfaceAdaptor.compare(Long roid1,
Long roid2,
SCompareType sCompareType,
Long mcid) |
SCompareResult |
ServiceInterface.compare(Long roid1,
Long roid2,
SCompareType sCompareType,
Long mcid)
Compare two models
|
Long |
ServiceInterfaceAdaptor.downloadCompareResults(Long serializerOid,
Long roid1,
Long roid2,
Long mcid,
SCompareType type,
Boolean sync) |
Long |
ServiceInterface.downloadCompareResults(Long serializerOid,
Long roid1,
Long roid2,
Long mcid,
SCompareType type,
Boolean sync)
Download a compare of a model
|
void |
ServiceInterfaceAdaptor.sendCompareEmail(SCompareType sCompareType,
Long mcid,
Long poid,
Long roid1,
Long roid2,
String address) |
void |
ServiceInterface.sendCompareEmail(SCompareType sCompareType,
Long mcid,
Long poid,
Long roid1,
Long roid2,
String address)
Send an e-mail with the results of a compare
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServiceInterface.compare(Long roid1,
Long roid2,
SCompareType sCompareType,
Long mcid,
AsyncServiceInterface.CompareCallback callback) |
void |
AsyncServiceInterface.downloadCompareResults(Long serializerOid,
Long roid1,
Long roid2,
Long mcid,
SCompareType type,
Boolean sync,
AsyncServiceInterface.DownloadCompareResultsCallback callback) |
void |
AsyncServiceInterface.sendCompareEmail(SCompareType sCompareType,
Long mcid,
Long poid,
Long roid1,
Long roid2,
String address,
AsyncServiceInterface.SendCompareEmailCallback callback) |
Copyright © 2018 OpenSource BIM. All rights reserved.