| Package | Description |
|---|---|
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async |
| Modifier and Type | Method and Description |
|---|---|
List<SCheckout> |
ServiceInterfaceAdaptor.getAllCheckoutsByUser(Long uoid) |
List<SCheckout> |
ServiceInterface.getAllCheckoutsByUser(Long uoid)
Get a list of checkouts by the given user
|
List<SCheckout> |
ServiceInterfaceAdaptor.getAllCheckoutsOfProject(Long poid) |
List<SCheckout> |
ServiceInterface.getAllCheckoutsOfProject(Long poid)
Get all checkouts of the given project
|
List<SCheckout> |
ServiceInterfaceAdaptor.getAllCheckoutsOfProjectAndSubProjects(Long poid) |
List<SCheckout> |
ServiceInterface.getAllCheckoutsOfProjectAndSubProjects(Long poid)
Get a list of all checkouts of the given project and it's sub projects
|
List<SCheckout> |
ServiceInterfaceAdaptor.getAllCheckoutsOfRevision(Long roid) |
List<SCheckout> |
ServiceInterface.getAllCheckoutsOfRevision(Long roid)
Get a list of checkouts on the given revision
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServiceInterface.GetAllCheckoutsByUserCallback.success(List<SCheckout> result) |
void |
AsyncServiceInterface.GetAllCheckoutsOfProjectCallback.success(List<SCheckout> result) |
void |
AsyncServiceInterface.GetAllCheckoutsOfProjectAndSubProjectsCallback.success(List<SCheckout> result) |
void |
AsyncServiceInterface.GetAllCheckoutsOfRevisionCallback.success(List<SCheckout> result) |
Copyright © 2018 OpenSource BIM. All rights reserved.