| Package | Description |
|---|---|
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async | |
| org.bimserver.shared.interfaces.bimsie1 |
| Modifier and Type | Method and Description |
|---|---|
List<SProfileDescriptor> |
ServiceInterfaceAdaptor.getAllLocalProfiles(String serviceIdentifier) |
List<SProfileDescriptor> |
ServiceInterface.getAllLocalProfiles(String serviceIdentifier) |
List<SProfileDescriptor> |
ServiceInterfaceAdaptor.getAllPrivateProfiles(String notificationsUrl,
String serviceIdentifier,
String token) |
List<SProfileDescriptor> |
ServiceInterface.getAllPrivateProfiles(String notificationsUrl,
String serviceIdentifier,
String token) |
List<SProfileDescriptor> |
ServiceInterfaceAdaptor.getAllPublicProfiles(String notificationsUrl,
String serviceIdentifier) |
List<SProfileDescriptor> |
ServiceInterface.getAllPublicProfiles(String notificationsUrl,
String serviceIdentifier) |
List<SProfileDescriptor> |
Bimsie1RemoteServiceInterfaceAdaptor.getPrivateProfiles(String serviceIdentifier,
String token) |
List<SProfileDescriptor> |
Bimsie1RemoteServiceInterfaceAdaptor.getPublicProfiles(String serviceIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServiceInterface.GetAllLocalProfilesCallback.success(List<SProfileDescriptor> result) |
void |
AsyncServiceInterface.GetAllPrivateProfilesCallback.success(List<SProfileDescriptor> result) |
void |
AsyncServiceInterface.GetAllPublicProfilesCallback.success(List<SProfileDescriptor> result) |
void |
AsyncBimsie1RemoteServiceInterface.GetPrivateProfilesCallback.success(List<SProfileDescriptor> result) |
void |
AsyncBimsie1RemoteServiceInterface.GetPublicProfilesCallback.success(List<SProfileDescriptor> result) |
| Modifier and Type | Method and Description |
|---|---|
List<SProfileDescriptor> |
Bimsie1RemoteServiceInterface.getPrivateProfiles(String serviceIdentifier,
String token)
A remote server should be able to provide a list of profiles
|
List<SProfileDescriptor> |
Bimsie1RemoteServiceInterface.getPublicProfiles(String serviceIdentifier)
A remote server should be able to provide a list of profiles.
|
Copyright © 2016 OpenSource BIM. All rights reserved.