Uses of Class
de.iip_ecosphere.platform.services.environment.YamlService
Packages that use YamlService
Package
Description
Implementation.
Generic services.
-
Uses of YamlService in de.iip_ecosphere.platform.services.environment
Fields in de.iip_ecosphere.platform.services.environment declared as YamlServiceFields in de.iip_ecosphere.platform.services.environment with type parameters of type YamlServiceMethods in de.iip_ecosphere.platform.services.environment that return YamlServiceModifier and TypeMethodDescriptionYamlArtifact.getService(String id) Returns a YAML service information object based on the given service id.YamlArtifact.getServiceSafe(String id) Returns a YAML service information object based on the given service id.protected YamlServiceAbstractProcessService.getServiceSpec()Returns the service specification.YamlServer.toService()Turns this server into a temporary service instance.Methods in de.iip_ecosphere.platform.services.environment that return types with arguments of type YamlServiceMethods in de.iip_ecosphere.platform.services.environment with parameters of type YamlServiceModifier and TypeMethodDescriptionprotected final voidAbstractDelegatingService.assignService(YamlService yaml) Assigns the service by callingAbstractDelegatingService.createService(YamlService).protected abstract SAbstractDelegatingService.createService(YamlService yaml) Creates the nested service instance to delegate to.private static StringAbstractPythonProcessService.getPythonModule(String module, YamlService yaml, File homePath) Returns the name of the Python module.protected voidAbstractPythonProcessService.initializeFrom(YamlService yaml) protected voidAbstractService.initializeFrom(YamlService yaml) Does further initialization of this instance from the given YAML information.protected voidPythonWsProcessService.initializeFrom(YamlService yaml) protected voidAbstractDelegatingService.initService(YamlService yaml) Assigns the service by callingAbstractDelegatingService.assignService(YamlService).Method parameters in de.iip_ecosphere.platform.services.environment with type arguments of type YamlServiceModifier and TypeMethodDescriptionvoidYamlArtifact.setServices(List<YamlService> services) Sets the service instances.Constructors in de.iip_ecosphere.platform.services.environment with parameters of type YamlServiceModifierConstructorDescriptionCreates an instance.Creates an instance.protectedAbstractProcessService(de.iip_ecosphere.platform.transport.serialization.TypeTranslator<I, String> inTrans, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<String, O> outTrans, de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<O> callback, YamlService serviceSpec) Creates an instance of the service with the required type translators.Creates a service from YAML information.protectedAbstractRestProcessService(de.iip_ecosphere.platform.transport.serialization.TypeTranslator<I, String> inTrans, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<String, O> outTrans, de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<O> callback, YamlService yaml) Creates an instance of the service with the required type translators.Creates a service from YAML information.protectedAbstractService(YamlService yaml) Creates an abstract service from YAML information.protectedAbstractStringProcessService(de.iip_ecosphere.platform.transport.serialization.TypeTranslator<I, String> inTrans, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<String, O> outTrans, de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<O> callback, YamlService yaml) Creates an instance of the service with the required type translators.ConnectorServiceWrapper(YamlService yaml, de.iip_ecosphere.platform.connectors.Connector<O, I, CO, CI> connector, Supplier<de.iip_ecosphere.platform.connectors.ConnectorParameter> connParamSupplier) Creates a service wrapper instance.protectedCreates a default service from YAML information.MockingConnectorServiceWrapper(YamlService yaml, de.iip_ecosphere.platform.connectors.Connector<O, I, CO, CI> connector, Supplier<de.iip_ecosphere.platform.connectors.ConnectorParameter> connParamSupplier) Creates a service wrapper instance.MockingMultiConnectorServiceWrapper(YamlService yaml, Supplier<de.iip_ecosphere.platform.connectors.ConnectorParameter> connParamSupplier) Creates a service wrapper instance.MultiConnectorServiceWrapper(YamlService yaml, Supplier<de.iip_ecosphere.platform.connectors.ConnectorParameter> connParamSupplier) Creates a service wrapper instance.Creates an abstract service from YAML information.Creates an abstract service from YAML information.Creates an instance of the service. -
Uses of YamlService in de.iip_ecosphere.platform.services.environment.services
Fields in de.iip_ecosphere.platform.services.environment.services declared as YamlServiceModifier and TypeFieldDescriptionprivate YamlServiceTraceToAasService.YamlConstructionInfo.serviceConstructors in de.iip_ecosphere.platform.services.environment.services with parameters of type YamlServiceModifierConstructorDescriptionTraceToAasService(de.iip_ecosphere.platform.support.iip_aas.ApplicationSetup app, YamlService yaml) Creates a service instance.