| Package | Description |
|---|---|
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async |
| Modifier and Type | Method and Description |
|---|---|
SProjectSmall |
ServiceInterfaceAdaptor.getProjectSmallByPoid(Long poid) |
SProjectSmall |
ServiceInterface.getProjectSmallByPoid(Long poid) |
| Modifier and Type | Method and Description |
|---|---|
List<SProjectSmall> |
ServiceInterfaceAdaptor.getAllProjectsSmall() |
List<SProjectSmall> |
ServiceInterface.getAllProjectsSmall() |
List<SProjectSmall> |
ServiceInterfaceAdaptor.getAllRelatedProjects(Long poid) |
List<SProjectSmall> |
ServiceInterface.getAllRelatedProjects(Long poid)
Get a list of a project's related projects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServiceInterface.GetProjectSmallByPoidCallback.success(SProjectSmall result) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServiceInterface.GetAllProjectsSmallCallback.success(List<SProjectSmall> result) |
void |
AsyncServiceInterface.GetAllRelatedProjectsCallback.success(List<SProjectSmall> result) |
Copyright © 2018 OpenSource BIM. All rights reserved.