| Package | Description |
|---|---|
| org.bimserver.interfaces.objects | |
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async |
| 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 |
ServiceInterfaceAdaptor.getRevision(Long roid) |
SRevision |
ServiceInterface.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> |
ServiceInterfaceAdaptor.getAllRevisionsOfProject(Long poid) |
List<SRevision> |
ServiceInterface.getAllRevisionsOfProject(Long poid)
Get a list of all Revisions of a Project
|
| 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 |
AsyncServiceInterface.GetRevisionCallback.success(SRevision result) |
void |
AsyncServiceInterface.updateRevision(SRevision sRevision,
AsyncServiceInterface.UpdateRevisionCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServiceInterface.GetAllRevisionsByUserCallback.success(List<SRevision> result) |
void |
AsyncServiceInterface.GetAllRevisionsOfProjectCallback.success(List<SRevision> result) |
Copyright © 2018 OpenSource BIM. All rights reserved.