public class PluginInterfaceAdaptor extends Object implements PluginInterface
| Constructor and Description |
|---|
PluginInterfaceAdaptor() |
public void addDeserializer(SDeserializerPluginConfiguration deserializer) throws UserException, ServerException
addDeserializer in interface PluginInterfacedeserializer - Deserializer to addUserExceptionServerExceptionpublic void addInternalService(SInternalServicePluginConfiguration internalService) throws UserException, ServerException
addInternalService in interface PluginInterfaceUserExceptionServerExceptionpublic void addModelCompare(SModelComparePluginConfiguration modelCompare) throws UserException, ServerException
addModelCompare in interface PluginInterfacemodelCompare - ModelCompare to addUserExceptionServerExceptionpublic void addModelMerger(SModelMergerPluginConfiguration modelMerger) throws UserException, ServerException
addModelMerger in interface PluginInterfacemodelMerger - ModelMerger to addUserExceptionServerExceptionpublic void addObjectIDM(SObjectIDMPluginConfiguration objectIDM) throws UserException, ServerException
addObjectIDM in interface PluginInterfaceobjectIDM - The ObjectIDM to addUserExceptionServerExceptionpublic void addQueryEngine(SQueryEnginePluginConfiguration queryEngine) throws UserException, ServerException
addQueryEngine in interface PluginInterfacequeryEngine - QueryEngine to addUserExceptionServerExceptionpublic void addRenderEngine(SRenderEnginePluginConfiguration renderEngine) throws UserException, ServerException
addRenderEngine in interface PluginInterfacerenderEngine - RenderEngine to addUserExceptionServerExceptionpublic void addSerializer(SSerializerPluginConfiguration serializer) throws UserException, ServerException
addSerializer in interface PluginInterfaceserializer - Serializer to addUserExceptionServerExceptionpublic void deleteDeserializer(Long sid) throws UserException, ServerException
deleteDeserializer in interface PluginInterfacesid - ObjectID of the Deserializer to deleteUserExceptionServerExceptionpublic void deleteInternalService(Long oid) throws UserException, ServerException
deleteInternalService in interface PluginInterfaceUserExceptionServerExceptionpublic void deleteModelChecker(Long iid) throws UserException, ServerException
deleteModelChecker in interface PluginInterfaceiid - ObjectID of the ModelCompare to deleteUserExceptionServerExceptionpublic void deleteModelCompare(Long iid) throws UserException, ServerException
deleteModelCompare in interface PluginInterfaceiid - ObjectID of the ModelCompare to deleteUserExceptionServerExceptionpublic void deleteModelMerger(Long iid) throws UserException, ServerException
deleteModelMerger in interface PluginInterfaceiid - ObjectID of the ModelMerger to deleteUserExceptionServerExceptionpublic void deleteObjectIDM(Long oid) throws UserException, ServerException
deleteObjectIDM in interface PluginInterfaceoid - ObjectID of the ObjectIDM to deleteUserExceptionServerExceptionpublic void deleteQueryEngine(Long iid) throws UserException, ServerException
deleteQueryEngine in interface PluginInterfaceiid - ObjectID of the QueryEngine to deleteUserExceptionServerExceptionpublic void deleteRenderEngine(Long iid) throws UserException, ServerException
deleteRenderEngine in interface PluginInterfaceiid - ObjectID of the RenderEngine to deleteUserExceptionServerExceptionpublic void deleteSerializer(Long sid) throws UserException, ServerException
deleteSerializer in interface PluginInterfacesid - ObjectID of the Serializer to deleteUserExceptionServerExceptionpublic List<SDeserializerPluginDescriptor> getAllDeserializerPluginDescriptors() throws UserException, ServerException
getAllDeserializerPluginDescriptors in interface PluginInterfaceUserExceptionServerExceptionpublic List<SDeserializerPluginConfiguration> getAllDeserializers(Boolean onlyEnabled) throws UserException, ServerException
getAllDeserializers in interface PluginInterfaceonlyEnabled - Whether to only include enabled deserializersUserExceptionServerExceptionpublic List<SDeserializerPluginConfiguration> getAllDeserializersForProject(Boolean onlyEnabled, Long poid) throws UserException, ServerException
getAllDeserializersForProject in interface PluginInterfaceonlyEnabled - Whether to only include enabled deserializersUserExceptionServerExceptionpublic List<SInternalServicePluginConfiguration> getAllInternalServices(Boolean onlyEnabled) throws UserException, ServerException
getAllInternalServices in interface PluginInterfaceUserExceptionServerExceptionpublic List<SModelCheckerPluginDescriptor> getAllModelCheckerPluginDescriptors() throws UserException, ServerException
getAllModelCheckerPluginDescriptors in interface PluginInterfaceUserExceptionServerExceptionpublic List<SModelComparePluginDescriptor> getAllModelComparePluginDescriptors() throws UserException, ServerException
getAllModelComparePluginDescriptors in interface PluginInterfaceUserExceptionServerExceptionpublic List<SModelComparePluginConfiguration> getAllModelCompares(Boolean onlyEnabled) throws UserException, ServerException
getAllModelCompares in interface PluginInterfaceonlyEnabled - Whether to only include enabled model compareUserExceptionServerExceptionpublic List<SModelMergerPluginDescriptor> getAllModelMergerPluginDescriptors() throws UserException, ServerException
getAllModelMergerPluginDescriptors in interface PluginInterfaceUserExceptionServerExceptionpublic List<SModelMergerPluginConfiguration> getAllModelMergers(Boolean onlyEnabled) throws UserException, ServerException
getAllModelMergers in interface PluginInterfaceonlyEnabled - Whether to only include enabled model mergersUserExceptionServerExceptionpublic List<SObjectIDMPluginDescriptor> getAllObjectIDMPluginDescriptors() throws UserException, ServerException
getAllObjectIDMPluginDescriptors in interface PluginInterfaceUserExceptionServerExceptionpublic List<SObjectIDMPluginConfiguration> getAllObjectIDMs(Boolean onlyEnabled) throws UserException, ServerException
getAllObjectIDMs in interface PluginInterfaceonlyEnabled - Whether to include only enabled ObjectIDMsUserExceptionServerExceptionpublic List<SQueryEnginePluginDescriptor> getAllQueryEnginePluginDescriptors() throws UserException, ServerException
getAllQueryEnginePluginDescriptors in interface PluginInterfaceUserExceptionServerExceptionpublic List<SQueryEnginePluginConfiguration> getAllQueryEngines(Boolean onlyEnabled) throws UserException, ServerException
getAllQueryEngines in interface PluginInterfaceonlyEnabled - Whether to only include enabled query enginesUserExceptionServerExceptionpublic List<SRenderEnginePluginDescriptor> getAllRenderEnginePluginDescriptors() throws UserException, ServerException
getAllRenderEnginePluginDescriptors in interface PluginInterfaceUserExceptionServerExceptionpublic List<SRenderEnginePluginConfiguration> getAllRenderEngines(Boolean onlyEnabled) throws UserException, ServerException
getAllRenderEngines in interface PluginInterfaceonlyEnabled - Whether to only include enabled IFC enginesUserExceptionServerExceptionpublic List<SSerializerPluginDescriptor> getAllSerializerPluginDescriptors() throws UserException, ServerException
getAllSerializerPluginDescriptors in interface PluginInterfaceUserExceptionServerExceptionpublic List<SSerializerPluginConfiguration> getAllSerializers(Boolean onlyEnabled) throws UserException, ServerException
getAllSerializers in interface PluginInterfaceonlyEnabled - Whether to only include enabled serializersUserExceptionServerExceptionpublic List<SSerializerPluginConfiguration> getAllSerializersForRoids(Boolean onlyEnabled, Set<Long> roids) throws UserException, ServerException
getAllSerializersForRoids in interface PluginInterfaceonlyEnabled - Whether to only include enabled serializersUserExceptionServerExceptionpublic List<SServicePluginDescriptor> getAllServicePluginDescriptors() throws UserException, ServerException
getAllServicePluginDescriptors in interface PluginInterfaceUserExceptionServerExceptionpublic List<SWebModulePluginDescriptor> getAllWebModulePluginDescriptors() throws UserException, ServerException
getAllWebModulePluginDescriptors in interface PluginInterfaceUserExceptionServerExceptionpublic List<SWebModulePluginConfiguration> getAllWebModules(Boolean onlyEnabled) throws UserException, ServerException
getAllWebModules in interface PluginInterfaceonlyEnabled - Whether to only include enabled IFC enginesUserExceptionServerExceptionpublic SModelComparePluginConfiguration getDefaultModelCompare() throws UserException, ServerException
getDefaultModelCompare in interface PluginInterfaceUserExceptionServerExceptionpublic SModelMergerPluginConfiguration getDefaultModelMerger() throws UserException, ServerException
getDefaultModelMerger in interface PluginInterfaceUserExceptionServerExceptionpublic SObjectIDMPluginConfiguration getDefaultObjectIDM() throws UserException, ServerException
getDefaultObjectIDM in interface PluginInterfaceUserExceptionServerExceptionpublic SQueryEnginePluginConfiguration getDefaultQueryEngine() throws UserException, ServerException
getDefaultQueryEngine in interface PluginInterfaceUserExceptionServerExceptionpublic SRenderEnginePluginConfiguration getDefaultRenderEngine() throws UserException, ServerException
getDefaultRenderEngine in interface PluginInterfaceUserExceptionServerExceptionpublic SSerializerPluginConfiguration getDefaultSerializer() throws UserException, ServerException
getDefaultSerializer in interface PluginInterfaceUserExceptionServerExceptionpublic SWebModulePluginConfiguration getDefaultWebModule() throws UserException, ServerException
getDefaultWebModule in interface PluginInterfaceUserExceptionServerExceptionpublic SInternalServicePluginConfiguration getInternalServiceById(Long oid) throws UserException, ServerException
getInternalServiceById in interface PluginInterfaceUserExceptionServerExceptionpublic SMessagingSerializerPluginConfiguration getMessagingSerializerByPluginClassName(String pluginClassName) throws UserException, ServerException
getMessagingSerializerByPluginClassName in interface PluginInterfaceUserExceptionServerExceptionpublic SModelComparePluginConfiguration getModelCompareById(Long oid) throws UserException, ServerException
getModelCompareById in interface PluginInterfaceoid - ObjectID of the ModelCompareUserExceptionServerExceptionpublic SModelComparePluginConfiguration getModelCompareByName(String name) throws UserException, ServerException
getModelCompareByName in interface PluginInterfacename - Name of the ModelCompareUserExceptionServerExceptionpublic SModelMergerPluginConfiguration getModelMergerById(Long oid) throws UserException, ServerException
getModelMergerById in interface PluginInterfaceoid - ObjectID of the ModelMergerUserExceptionServerExceptionpublic SModelMergerPluginConfiguration getModelMergerByName(String name) throws UserException, ServerException
getModelMergerByName in interface PluginInterfacename - Name of the ModelMergerUserExceptionServerExceptionpublic SObjectIDMPluginConfiguration getObjectIDMById(Long oid) throws UserException, ServerException
getObjectIDMById in interface PluginInterfaceoid - ObjectID of the ObjectIDMUserExceptionServerExceptionpublic SObjectIDMPluginConfiguration getObjectIDMByName(String objectIDMName) throws UserException, ServerException
getObjectIDMByName in interface PluginInterfaceobjectIDMName - Name of the ObjectIDMUserExceptionServerExceptionpublic SPluginDescriptor getPluginDescriptor(Long oid) throws UserException, ServerException
getPluginDescriptor in interface PluginInterfaceUserExceptionServerExceptionpublic SObjectDefinition getPluginObjectDefinition(Long oid) throws UserException, ServerException
getPluginObjectDefinition in interface PluginInterfaceUserExceptionServerExceptionpublic SObjectType getPluginSettings(Long poid) throws UserException, ServerException
getPluginSettings in interface PluginInterfaceUserExceptionServerExceptionpublic SRenderEnginePluginConfiguration getRenderEngineById(Long oid) throws UserException, ServerException
getRenderEngineById in interface PluginInterfaceoid - ObjectID of the RenderEngineUserExceptionServerExceptionpublic SRenderEnginePluginConfiguration getRenderEngineByName(String name) throws UserException, ServerException
getRenderEngineByName in interface PluginInterfacename - Name of the RenderEngineUserExceptionServerExceptionpublic SSerializerPluginConfiguration getSerializerByPluginClassName(String pluginClassName) throws UserException, ServerException
getSerializerByPluginClassName in interface PluginInterfaceUserExceptionServerExceptionpublic SSerializerPluginDescriptor getSerializerPluginDescriptor(String type) throws UserException, ServerException
getSerializerPluginDescriptor in interface PluginInterfacetype - The typeUserExceptionServerExceptionpublic SWebModulePluginConfiguration getWebModuleById(Long oid) throws UserException, ServerException
getWebModuleById in interface PluginInterfaceoid - ObjectID of the DeserializerUserExceptionServerExceptionpublic SWebModulePluginConfiguration getWebModuleByName(String name) throws UserException, ServerException
getWebModuleByName in interface PluginInterfaceUserExceptionServerExceptionpublic Boolean hasActiveSerializer(String contentType) throws UserException, ServerException
hasActiveSerializer in interface PluginInterfacecontentType - Content typeUserExceptionServerExceptionpublic void setDefaultModelCompare(Long oid) throws UserException, ServerException
setDefaultModelCompare in interface PluginInterfaceUserExceptionServerExceptionpublic void setDefaultModelMerger(Long oid) throws UserException, ServerException
setDefaultModelMerger in interface PluginInterfaceUserExceptionServerExceptionpublic void setDefaultObjectIDM(Long oid) throws UserException, ServerException
setDefaultObjectIDM in interface PluginInterfaceUserExceptionServerExceptionpublic void setDefaultQueryEngine(Long oid) throws UserException, ServerException
setDefaultQueryEngine in interface PluginInterfaceUserExceptionServerExceptionpublic void setDefaultRenderEngine(Long oid) throws UserException, ServerException
setDefaultRenderEngine in interface PluginInterfaceUserExceptionServerExceptionpublic void setDefaultSerializer(Long oid) throws UserException, ServerException
setDefaultSerializer in interface PluginInterfaceUserExceptionServerExceptionpublic void setDefaultWebModule(Long oid) throws UserException, ServerException
setDefaultWebModule in interface PluginInterfaceUserExceptionServerExceptionpublic void setPluginSettings(Long poid, SObjectType settings) throws UserException, ServerException
setPluginSettings in interface PluginInterfaceUserExceptionServerExceptionpublic void updateDeserializer(SDeserializerPluginConfiguration deserializer) throws UserException, ServerException
updateDeserializer in interface PluginInterfacedeserializer - Deserializer to updateUserExceptionServerExceptionpublic void updateInternalService(SInternalServicePluginConfiguration internalService) throws UserException, ServerException
updateInternalService in interface PluginInterfaceUserExceptionServerExceptionpublic void updateModelCompare(SModelComparePluginConfiguration modelCompare) throws UserException, ServerException
updateModelCompare in interface PluginInterfacemodelCompare - ModelCompare to updateUserExceptionServerExceptionpublic void updateModelMerger(SModelMergerPluginConfiguration modelMerger) throws UserException, ServerException
updateModelMerger in interface PluginInterfacemodelMerger - ModelMerger to updateUserExceptionServerExceptionpublic void updateObjectIDM(SObjectIDMPluginConfiguration objectIDM) throws UserException, ServerException
updateObjectIDM in interface PluginInterfaceobjectIDM - The ObjectIDM to updateUserExceptionServerExceptionpublic void updateQueryEngine(SQueryEnginePluginConfiguration queryEngine) throws UserException, ServerException
updateQueryEngine in interface PluginInterfacequeryEngine - QueryEngine to updateUserExceptionServerExceptionpublic void updateRenderEngine(SRenderEnginePluginConfiguration renderEngine) throws UserException, ServerException
updateRenderEngine in interface PluginInterfacerenderEngine - RenderEngine to updateUserExceptionServerExceptionpublic void updateSerializer(SSerializerPluginConfiguration serializer) throws UserException, ServerException
updateSerializer in interface PluginInterfaceserializer - Serializer to updateUserExceptionServerExceptionCopyright © 2016 OpenSource BIM. All rights reserved.