Uses of Interface
de.fraunhofer.iosb.ilt.frostclient.model.Id
Packages that use Id
Package
Description
-
Uses of Id in de.fraunhofer.iosb.ilt.frostclient.dao
Methods in de.fraunhofer.iosb.ilt.frostclient.dao with parameters of type Id -
Uses of Id in de.fraunhofer.iosb.ilt.frostclient.model
Classes in de.fraunhofer.iosb.ilt.frostclient.model with type parameters of type IdModifier and TypeInterfaceDescriptioninterfacethe interface that all Id implementations need to implement.Classes in de.fraunhofer.iosb.ilt.frostclient.model that implement IdModifier and TypeClassDescriptionclassAn Id implementation using Long values.classAn Id implementation using String values.classAn Id implementation using UUID values.Methods in de.fraunhofer.iosb.ilt.frostclient.model that return IdModifier and TypeMethodDescriptionfinal IdEntity.getId()EntityType.parsePrimaryKey(String input) static IdId.tryToParse(String input) Methods in de.fraunhofer.iosb.ilt.frostclient.model that return types with arguments of type IdMethods in de.fraunhofer.iosb.ilt.frostclient.model with parameters of type IdConstructors in de.fraunhofer.iosb.ilt.frostclient.model with parameters of type Id -
Uses of Id in de.fraunhofer.iosb.ilt.frostclient.models
Methods in de.fraunhofer.iosb.ilt.frostclient.models with parameters of type IdModifier and TypeMethodDescriptionSensorThingsSensingV11.newDatastream(Id id) SensorThingsSensingV11.newFeatureOfInterest(Id id) SensorThingsSensingV11.newHistoricalLocation(Id id) SensorThingsSensingV11.newLocation(Id id) SensorThingsMultiDatastreamV11.newMultiDatastream(Id id) SensorThingsMultiDatastreamV11.newObservation(Id id) SensorThingsSensingV11.newObservation(Id id) SensorThingsSensingV11.newObservedProperty(Id id) SensorThingsTaskingV11.newTaskingCapability(Id id) -
Uses of Id in de.fraunhofer.iosb.ilt.frostclient.utils
Fields in de.fraunhofer.iosb.ilt.frostclient.utils with type parameters of type IdModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<Id>TypeReferencesHelper.TYPE_REFERENCE_IDMethods in de.fraunhofer.iosb.ilt.frostclient.utils that return Id