Uses of Class
de.fraunhofer.iosb.ilt.frostclient.model.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in de.fraunhofer.iosb.ilt.frostclient
Methods in de.fraunhofer.iosb.ilt.frostclient with parameters of type EntityModifier and TypeMethodDescriptionvoidCreate the given entity in this service.voidDeletes the given entity from the service.SensorThingsService.getFullPath(Entity parent, NavigationProperty relation) The full path to the entity or collection.voidUpdate the given entity with the given patch.voidPatches the entity in the Service. -
Uses of Entity in de.fraunhofer.iosb.ilt.frostclient.dao
Methods in de.fraunhofer.iosb.ilt.frostclient.dao that return EntityModifier and TypeMethodDescriptionBaseDao.find(Entity parent, NavigationPropertyEntity npe) Dao.find(Entity parent, NavigationPropertyEntity npe) Find the entity related to the given parent, like the Thing for a Datastream.Find an entity.Find an entity.Methods in de.fraunhofer.iosb.ilt.frostclient.dao with parameters of type EntityModifier and TypeMethodDescriptionvoidvoidCreate a new entity.voidvoidDelete an entity.BaseDao.find(Entity parent, NavigationPropertyEntity npe) Dao.find(Entity parent, NavigationPropertyEntity npe) Find the entity related to the given parent, like the Thing for a Datastream.voidvoidUpdate the given entity with the given patch.voidvoidUpdate an entity.Constructors in de.fraunhofer.iosb.ilt.frostclient.dao with parameters of type EntityModifierConstructorDescriptionBaseDao(SensorThingsService service, Entity parent, NavigationPropertyEntitySet navigationLink) -
Uses of Entity in de.fraunhofer.iosb.ilt.frostclient.json.deserialize
Methods in de.fraunhofer.iosb.ilt.frostclient.json.deserialize that return EntityModifier and TypeMethodDescriptionEntityDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt) EntityDeserializer.deserializeFull(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt) Deserialises an Entity, consuming the Object start and end tokens.JsonReader.parseEntity(EntityType entityType, byte[] value) JsonReader.parseEntity(EntityType entityType, Reader value) JsonReader.parseEntity(EntityType entityType, String value) -
Uses of Entity in de.fraunhofer.iosb.ilt.frostclient.json.serialize
Methods in de.fraunhofer.iosb.ilt.frostclient.json.serialize with parameters of type EntityModifier and TypeMethodDescriptionvoidEntitySerializer.serialize(Entity entity, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) static byte[]JsonWriter.writeBytes(Entity entity) voidEntitySerializer.writeContent(Entity entity, com.fasterxml.jackson.core.JsonGenerator gen) static StringJsonWriter.writeEntity(Entity entity) static voidJsonWriter.writeEntity(Writer writer, Entity entity) -
Uses of Entity in de.fraunhofer.iosb.ilt.frostclient.model
Fields in de.fraunhofer.iosb.ilt.frostclient.model with type parameters of type EntityMethods in de.fraunhofer.iosb.ilt.frostclient.model that return EntityModifier and TypeMethodDescriptionEntity.addNavigationEntity(NavigationPropertyEntitySet navProperty, Entity linkedEntity) Entity.addNavigationEntity(NavigationPropertyEntitySet navProperty, Entity... linkedEntities) Entity.addNavigationEntity(NavigationPropertyEntitySet navProperty, List<Entity> linkedEntities) Entity.getProperty(NavigationPropertyEntity property) Entity.getProperty(NavigationPropertyEntity npe, boolean autoLoad) Entity.setEntityType(EntityType entityType) final EntityEntity.setPrimaryKeyValues(Object... values) <P> EntityEntity.setProperty(Property<P> property, P value) Entity.setProperty(String name, Object value) Entity.setSelfLink(String selfLink) Entity.unsetProperty(Property property) Entity.withOnlyPk()Creates a copy of the entity, with only the Primary Key field(s) set.Methods in de.fraunhofer.iosb.ilt.frostclient.model that return types with arguments of type EntityModifier and TypeMethodDescriptionEntitySet.iterator()Get an iterator that iterates over all entities, following nextLinks if needed.EntitySetImpl.iterator()EntitySet.toList()EntitySetImpl.toList()Methods in de.fraunhofer.iosb.ilt.frostclient.model with parameters of type EntityModifier and TypeMethodDescriptionvoidvoidEntity.addNavigationEntity(NavigationPropertyEntitySet navProperty, Entity linkedEntity) Entity.addNavigationEntity(NavigationPropertyEntitySet navProperty, Entity... linkedEntities) Method parameters in de.fraunhofer.iosb.ilt.frostclient.model with type arguments of type EntityModifier and TypeMethodDescriptionEntity.addNavigationEntity(NavigationPropertyEntitySet navProperty, List<Entity> linkedEntities) -
Uses of Entity in de.fraunhofer.iosb.ilt.frostclient.models
Methods in de.fraunhofer.iosb.ilt.frostclient.models that return EntityModifier and TypeMethodDescriptionSensorThingsSensingV11.newDatastream()SensorThingsSensingV11.newDatastream(Object id) SensorThingsSensingV11.newDatastream(String name, String description, UnitOfMeasurement uom) SensorThingsSensingV11.newDatastream(String name, String description, String observationType, UnitOfMeasurement uom) SensorThingsSensingV11.newFeatureOfInterest()SensorThingsSensingV11.newFeatureOfInterest(Object id) SensorThingsSensingV11.newFeatureOfInterest(String name, String description, String encodingType, Object location) SensorThingsSensingV11.newFeatureOfInterest(String name, String description, org.geojson.GeoJsonObject location) SensorThingsPlus.newGroup()SensorThingsSensingV11.newHistoricalLocation()SensorThingsSensingV11.newHistoricalLocation(Object id) SensorThingsSensingV11.newHistoricalLocation(ZonedDateTime time) SensorThingsSensingV11.newHistoricalLocation(ZonedDateTime time, Entity thing, Entity... location) SensorThingsPlus.newLicense()SensorThingsPlus.newLicense(Object id) SensorThingsPlus.newLicense(String name, String description, String definition) SensorThingsSensingV11.newLocation()SensorThingsSensingV11.newLocation(Object id) SensorThingsSensingV11.newLocation(String name, String description, String encodingType, Object location) SensorThingsSensingV11.newLocation(String name, String description, org.geojson.GeoJsonObject location) SensorThingsMultiDatastreamV11.newMultiDatastream()SensorThingsMultiDatastreamV11.newMultiDatastream(Object id) SensorThingsMultiDatastreamV11.newMultiDatastream(String name, String description, UnitOfMeasurement... uoms) SensorThingsMultiDatastreamV11.newMultiDatastream(String name, String description, List<UnitOfMeasurement> uoms) SensorThingsMultiDatastreamV11.newObservation()SensorThingsMultiDatastreamV11.newObservation(Object result) SensorThingsMultiDatastreamV11.newObservation(Object result, Entity datastream) SensorThingsMultiDatastreamV11.newObservation(Object result, TimeInterval phenomenonTime) SensorThingsMultiDatastreamV11.newObservation(Object result, TimeInterval phenomenonTime, Entity datastream) SensorThingsMultiDatastreamV11.newObservation(Object result, ZonedDateTime phenomenonTime) SensorThingsMultiDatastreamV11.newObservation(Object result, ZonedDateTime phenomenonTime, Entity datastream) SensorThingsSensingV11.newObservation()SensorThingsSensingV11.newObservation(Object result) SensorThingsSensingV11.newObservation(Object result, Entity datastream) SensorThingsSensingV11.newObservation(Object result, TimeInterval phenomenonTime) SensorThingsSensingV11.newObservation(Object result, TimeInterval phenomenonTime, Entity datastream) SensorThingsSensingV11.newObservation(Object result, TimeValue phenomenonTime) SensorThingsSensingV11.newObservation(Object result, TimeValue phenomenonTime, Entity datastream) SensorThingsSensingV11.newObservation(Object result, ZonedDateTime phenomenonTime) SensorThingsSensingV11.newObservation(Object result, ZonedDateTime phenomenonTime, Entity datastream) SensorThingsSensingV11.newObservedProperty()SensorThingsSensingV11.newObservedProperty(Object id) SensorThingsSensingV11.newObservedProperty(String name, String definition, String desription) SensorThingsPlus.newParty()SensorThingsPlus.newProject()SensorThingsPlus.newProject(Object id) SensorThingsPlus.newProject(String name, String description) SensorThingsPlus.newRelation()SensorThingsPlus.newRelation(Object id) SensorThingsPlus.newRelation(String role, String description) SensorThingsSensingV11.newSensor()SensorThingsSensingV11.newSensor(String name, String description, String encodingType, String metaData) SensorThingsTaskingV11.newTaskingCapability()SensorThingsTaskingV11.newTaskingCapability(Object id) SensorThingsTaskingV11.newTaskingCapability(String name, String description) SensorThingsTaskingV11.newTaskingCapability(String name, String description, MapValue properties) SensorThingsTaskingV11.newTaskingCapability(String name, String description, Map<String, Object> properties) SensorThingsSensingV11.newThing()Methods in de.fraunhofer.iosb.ilt.frostclient.models with parameters of type EntityModifier and TypeMethodDescriptionSensorThingsSensingV11.newHistoricalLocation(ZonedDateTime time, Entity thing, Entity... location) SensorThingsMultiDatastreamV11.newObservation(Object result, Entity datastream) SensorThingsMultiDatastreamV11.newObservation(Object result, TimeInterval phenomenonTime, Entity datastream) SensorThingsMultiDatastreamV11.newObservation(Object result, ZonedDateTime phenomenonTime, Entity datastream) SensorThingsSensingV11.newObservation(Object result, Entity datastream) SensorThingsSensingV11.newObservation(Object result, TimeInterval phenomenonTime, Entity datastream) SensorThingsSensingV11.newObservation(Object result, TimeValue phenomenonTime, Entity datastream) SensorThingsSensingV11.newObservation(Object result, ZonedDateTime phenomenonTime, Entity datastream) -
Uses of Entity in de.fraunhofer.iosb.ilt.frostclient.query
Methods in de.fraunhofer.iosb.ilt.frostclient.query that return EntityModifier and TypeMethodDescriptionQuery.first()QueryRequest.first()Get the first instance of an entity collection.Constructors in de.fraunhofer.iosb.ilt.frostclient.query with parameters of type EntityModifierConstructorDescriptionQuery(SensorThingsService service, Entity parent, NavigationPropertyEntitySet navigationLink) -
Uses of Entity in de.fraunhofer.iosb.ilt.frostclient.utils
Fields in de.fraunhofer.iosb.ilt.frostclient.utils with type parameters of type EntityModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<Entity>TypeReferencesHelper.TYPE_REFERENCE_ENTITYMethods in de.fraunhofer.iosb.ilt.frostclient.utils with parameters of type EntityModifier and TypeMethodDescriptionstatic StringParserUtils.formatKeyValuesForUrl(Entity entity) static StringParserUtils.relationPath(Entity parent, NavigationProperty relation) The local path to an entity or collection.