| Package | Description |
|---|---|
| org.bimserver.plugins | |
| org.bimserver.plugins.services |
| Modifier and Type | Method and Description |
|---|---|
BimServerClientInterface |
PluginManagerInterface.getLocalBimServerClientInterface(AuthenticationInfo tokenAuthentication) |
| Modifier and Type | Method and Description |
|---|---|
protected BimServerClientInterface |
ServicePlugin.getLocalBimServerClientInterface(AuthenticationInfo tokenAuthentication) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAddExtendedDataService.addExtendedData(byte[] data,
String filename,
String title,
String mime,
BimServerClientInterface bimServerClientInterface,
long roid) |
void |
NewExtendedDataOnProjectHandler.newExtendedDataOnProject(BimServerClientInterface bimServerClientInterface,
long poid,
long edid,
String userToken,
long soid,
SObjectType settings) |
void |
NewExtendedDataOnRevisionHandler.newExtendedDataOnRevision(BimServerClientInterface bimServerClientInterface,
long poid,
long roid,
long edid,
String userToken,
long soid,
SObjectType settings) |
abstract void |
AbstractService.newRevision(AbstractService.RunningService runningService,
BimServerClientInterface bimServerClientInterface,
long poid,
long roid,
String userToken,
long soid,
SObjectType settings)
This method gets called when there is a new revision
|
void |
NewRevisionHandler.newRevision(BimServerClientInterface bimServerClientInterface,
long poid,
long roid,
String userToken,
long soid,
SObjectType settings) |
| Constructor and Description |
|---|
RunningService(long topicId,
BimServerClientInterface bimServerClientInterface,
PluginConfiguration pluginConfiguration) |
Copyright © 2016 OpenSource BIM. All rights reserved.