Uses of Interface
de.iip_ecosphere.platform.services.TypedDataDescriptor
-
Uses of TypedDataDescriptor in de.iip_ecosphere.platform.services
Subinterfaces of TypedDataDescriptor in de.iip_ecosphere.platform.servicesModifier and TypeInterfaceDescriptioninterfaceA typed data connector, i.e., points where data flows into and out from a service.Classes in de.iip_ecosphere.platform.services that implement TypedDataDescriptorModifier and TypeClassDescriptionstatic classWraps aTypedDataConnectorDescriptorto adjust the service (depending from the direction of traversal/creation).Fields in de.iip_ecosphere.platform.services with type parameters of type TypedDataDescriptorModifier and TypeFieldDescriptionprivate List<TypedDataDescriptor> AbstractServiceDescriptor.parametersMethods in de.iip_ecosphere.platform.services that return types with arguments of type TypedDataDescriptorModifier and TypeMethodDescriptionAbstractServiceDescriptor.getParameters()AbstractServiceManager.getParameters(String serviceId) ServiceDescriptor.getParameters()Returns all information about parameter forServiceOperations.reconfigureService(String, Map).ServiceManager.getParameters(String serviceId) Returns all information about parameter for the givenserviceId.Methods in de.iip_ecosphere.platform.services with parameters of type TypedDataDescriptorModifier and TypeMethodDescriptionprotected voidAbstractServiceDescriptor.addParameter(TypedDataDescriptor parameter) Adds a parameter descriptor.Method parameters in de.iip_ecosphere.platform.services with type arguments of type TypedDataDescriptorModifier and TypeMethodDescriptionprivate static voidServicesAas.addTypedData(de.iip_ecosphere.platform.support.aas.SubmodelElementCollection.SubmodelElementCollectionBuilder builder, String name, List<? extends TypedDataDescriptor> descriptors) Adds a typed data submodel elements collection to the givenbuilder.