| Package | Description |
|---|---|
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async |
| Modifier and Type | Method and Description |
|---|---|
SService |
ServiceInterfaceAdaptor.getService(Long soid) |
SService |
ServiceInterface.getService(Long soid) |
| Modifier and Type | Method and Description |
|---|---|
List<SService> |
ServiceInterfaceAdaptor.getAllServicesOfProject(Long poid) |
List<SService> |
ServiceInterface.getAllServicesOfProject(Long poid)
Get a list of all the services attached to the given project
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInterfaceAdaptor.addLocalServiceToProject(Long poid,
SService sService,
Long internalServiceOid) |
void |
ServiceInterface.addLocalServiceToProject(Long poid,
SService sService,
Long internalServiceOid)
Add a local service to a project
|
Long |
ServiceInterfaceAdaptor.addServiceToProject(Long poid,
SService sService) |
Long |
ServiceInterface.addServiceToProject(Long poid,
SService sService) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServiceInterface.addLocalServiceToProject(Long poid,
SService sService,
Long internalServiceOid,
AsyncServiceInterface.AddLocalServiceToProjectCallback callback) |
void |
AsyncServiceInterface.addServiceToProject(Long poid,
SService sService,
AsyncServiceInterface.AddServiceToProjectCallback callback) |
void |
AsyncServiceInterface.GetServiceCallback.success(SService result) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServiceInterface.GetAllServicesOfProjectCallback.success(List<SService> result) |
Copyright © 2018 OpenSource BIM. All rights reserved.