Uses of Class
de.iip_ecosphere.platform.services.environment.YamlService
-
Packages that use YamlService Package Description de.iip_ecosphere.platform.services.environment Implementation.de.iip_ecosphere.platform.services.environment.services Generic services. -
-
Uses of YamlService in de.iip_ecosphere.platform.services.environment
Fields in de.iip_ecosphere.platform.services.environment declared as YamlService Modifier and Type Field Description private YamlServiceAbstractProcessService. serviceSpecFields in de.iip_ecosphere.platform.services.environment with type parameters of type YamlService Modifier and Type Field Description private java.util.List<YamlService>YamlArtifact. servicesMethods in de.iip_ecosphere.platform.services.environment that return YamlService Modifier and Type Method Description YamlServiceYamlArtifact. getService(java.lang.String id)Returns a YAML service information object based on the given service id.YamlServiceYamlArtifact. getServiceSafe(java.lang.String id)Returns a YAML service information object based on the given service id.protected YamlServiceAbstractProcessService. getServiceSpec()Returns the service specification.YamlServiceYamlServer. toService()Turns this server into a temporary service instance.Methods in de.iip_ecosphere.platform.services.environment that return types with arguments of type YamlService Modifier and Type Method Description java.util.List<YamlService>YamlArtifact. getServices()Returns the services.Methods in de.iip_ecosphere.platform.services.environment with parameters of type YamlService Modifier and Type Method Description private static java.lang.StringAbstractPythonProcessService. getPythonModule(java.lang.String module, YamlService yaml, java.io.File homePath)Returns the name of the Python module.protected voidAbstractPythonProcessService. initializeFrom(YamlService yaml)Does further setup of this instance from the given YAML information.protected voidAbstractService. initializeFrom(YamlService yaml)Does further initialization of this instance from the given YAML information.Method parameters in de.iip_ecosphere.platform.services.environment with type arguments of type YamlService Modifier and Type Method Description voidYamlArtifact. setServices(java.util.List<YamlService> services)Sets the service instances.Constructors in de.iip_ecosphere.platform.services.environment with parameters of type YamlService Constructor Description AbstractProcessService(de.iip_ecosphere.platform.transport.serialization.TypeTranslator<I,java.lang.String> inTrans, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<java.lang.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.AbstractPythonProcessService(YamlService yaml)Creates a service from YAML information.AbstractRestProcessService(de.iip_ecosphere.platform.transport.serialization.TypeTranslator<I,java.lang.String> inTrans, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<java.lang.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.AbstractRunnablesService(YamlService yaml)Creates a service from YAML information.AbstractService(YamlService yaml)Creates an abstract service from YAML information.AbstractStringProcessService(de.iip_ecosphere.platform.transport.serialization.TypeTranslator<I,java.lang.String> inTrans, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<java.lang.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, java.util.function.Supplier<de.iip_ecosphere.platform.connectors.ConnectorParameter> connParamSupplier)Creates a service wrapper instance.DefaultServiceImpl(YamlService yaml)Creates a default service from YAML information.MockingConnectorServiceWrapper(YamlService yaml, de.iip_ecosphere.platform.connectors.Connector<O,I,CO,CI> connector, java.util.function.Supplier<de.iip_ecosphere.platform.connectors.ConnectorParameter> connParamSupplier)Creates a service wrapper instance.PythonAsyncProcessService(YamlService yaml)Creates an abstract service from YAML information.PythonSyncProcessService(YamlService yaml)Creates an abstract service from YAML information. -
Uses of YamlService in de.iip_ecosphere.platform.services.environment.services
Fields in de.iip_ecosphere.platform.services.environment.services declared as YamlService Modifier and Type Field Description private YamlServiceTraceToAasService.YamlConstructionInfo. serviceConstructors in de.iip_ecosphere.platform.services.environment.services with parameters of type YamlService Constructor Description TraceToAasService(de.iip_ecosphere.platform.support.iip_aas.ApplicationSetup app, YamlService yaml)Creates a service instance.
-