| Package | Description |
|---|---|
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async |
| Modifier and Type | Method and Description |
|---|---|
SNewService |
ServiceInterfaceAdaptor.getNewService(Long soid) |
SNewService |
ServiceInterface.getNewService(Long soid) |
| Modifier and Type | Method and Description |
|---|---|
List<SNewService> |
ServiceInterfaceAdaptor.getAllNewServicesOfProject(Long poid) |
List<SNewService> |
ServiceInterface.getAllNewServicesOfProject(Long poid)
Get a list of all the services attached to the given project
|
| Modifier and Type | Method and Description |
|---|---|
Long |
ServiceInterfaceAdaptor.addNewServiceToProject(Long poid,
SNewService sService,
SAction sAction) |
Long |
ServiceInterface.addNewServiceToProject(Long poid,
SNewService sService,
SAction sAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServiceInterface.addNewServiceToProject(Long poid,
SNewService sService,
SAction sAction,
AsyncServiceInterface.AddNewServiceToProjectCallback callback) |
void |
AsyncServiceInterface.GetNewServiceCallback.success(SNewService result) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServiceInterface.GetAllNewServicesOfProjectCallback.success(List<SNewService> result) |
Copyright © 2018 OpenSource BIM. All rights reserved.