| 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 |
|---|---|
SRevision |
SCheckout.getCheckin() |
SRevision |
SCheckout.getRevision() |
| Modifier and Type | Method and Description |
|---|---|
void |
SCheckout.setCheckin(SRevision checkin) |
void |
SCheckout.setRevision(SRevision revision) |
| Modifier and Type | Method and Description |
|---|---|
SRevision |
Bimsie1ServiceInterfaceAdaptor.getRevision(Long roid) |
| Modifier and Type | Method and Description |
|---|---|
List<SRevision> |
ServiceInterfaceAdaptor.getAllRevisionsByUser(Long uoid) |
List<SRevision> |
ServiceInterface.getAllRevisionsByUser(Long uoid)
Get a list of revisions a user has committed
|
List<SRevision> |
Bimsie1ServiceInterfaceAdaptor.getAllRevisionsOfProject(Long poid) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInterfaceAdaptor.updateRevision(SRevision sRevision) |
void |
ServiceInterface.updateRevision(SRevision sRevision)
Update a revision, not much can be changed afterwards, actually only the tag
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncBimsie1ServiceInterface.GetRevisionCallback.success(SRevision result) |
void |
AsyncServiceInterface.updateRevision(SRevision sRevision,
AsyncServiceInterface.UpdateRevisionCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncBimsie1ServiceInterface.GetAllRevisionsOfProjectCallback.success(List<SRevision> result) |
void |
AsyncServiceInterface.GetAllRevisionsByUserCallback.success(List<SRevision> result) |
| Modifier and Type | Method and Description |
|---|---|
SRevision |
Bimsie1ServiceInterface.getRevision(Long roid) |
| Modifier and Type | Method and Description |
|---|---|
List<SRevision> |
Bimsie1ServiceInterface.getAllRevisionsOfProject(Long poid)
Get a list of all Revisions of a Project
|
Copyright © 2016 OpenSource BIM. All rights reserved.