| Package | Description |
|---|---|
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async |
| Modifier and Type | Method and Description |
|---|---|
SWebModulePluginConfiguration |
PluginInterface.getDefaultWebModule() |
SWebModulePluginConfiguration |
PluginInterfaceAdaptor.getDefaultWebModule() |
SWebModulePluginConfiguration |
PluginInterface.getWebModuleById(Long oid) |
SWebModulePluginConfiguration |
PluginInterfaceAdaptor.getWebModuleById(Long oid) |
SWebModulePluginConfiguration |
PluginInterface.getWebModuleByName(String name) |
SWebModulePluginConfiguration |
PluginInterfaceAdaptor.getWebModuleByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<SWebModulePluginConfiguration> |
PluginInterface.getAllWebModules(Boolean onlyEnabled) |
List<SWebModulePluginConfiguration> |
PluginInterfaceAdaptor.getAllWebModules(Boolean onlyEnabled) |
List<SWebModulePluginConfiguration> |
PluginInterface.listAllWebModules() |
List<SWebModulePluginConfiguration> |
PluginInterfaceAdaptor.listAllWebModules() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncPluginInterface.GetDefaultWebModuleCallback.success(SWebModulePluginConfiguration result) |
void |
AsyncPluginInterface.GetWebModuleByIdCallback.success(SWebModulePluginConfiguration result) |
void |
AsyncPluginInterface.GetWebModuleByNameCallback.success(SWebModulePluginConfiguration result) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncPluginInterface.GetAllWebModulesCallback.success(List<SWebModulePluginConfiguration> result) |
void |
AsyncPluginInterface.ListAllWebModulesCallback.success(List<SWebModulePluginConfiguration> result) |
Copyright © 2018 OpenSource BIM. All rights reserved.