Uses of Class
de.fraunhofer.iosb.ilt.sta.ServiceFailureException
-
-
Uses of ServiceFailureException in de.fraunhofer.iosb.ilt.sta
Subclasses of ServiceFailureException in de.fraunhofer.iosb.ilt.sta Modifier and Type Class Description classNotAuthorizedExceptionThe exception that is thrown when the service returns a 401 Unauthorized.classNotFoundExceptionThe exception that is thrown when the service returns a 404 not found.classStatusCodeExceptionThe exception that is thrown when the service returns something else than a 200 OK status. -
Uses of ServiceFailureException in de.fraunhofer.iosb.ilt.sta.dao
Methods in de.fraunhofer.iosb.ilt.sta.dao that throw ServiceFailureException Modifier and Type Method Description voidBaseDao. create(T entity)voidDao. create(T entity)Create a new entity.List<String>ObservationDao. create(DataArrayDocument dataArray)voidObservationDao. create(Observation entity)voidTaskDao. create(Task entity)voidBaseDao. delete(T entity)voidDao. delete(T entity)Delete an entity.TBaseDao. find(long id)Find the entity with the given Long id.TBaseDao. find(Entity<?> parent)TBaseDao. find(Id id)TBaseDao. find(Id id, Expansion expansion)TBaseDao. find(String id)Find the entity with the given String id.TBaseDao. find(URI uri)TDao. find(Entity<?> parent)Find the entity related to the given parent, like the Thing for a Datastream.TDao. find(Id id)Find an entity.TDao. find(Id id, Expansion expansion)Find an entity including referenced entities from expansion.TDao. find(URI uri)Find an entity.voidBaseDao. patch(T entity, List<com.github.fge.jsonpatch.JsonPatchOperation> patch)voidDao. patch(T entity, List<com.github.fge.jsonpatch.JsonPatchOperation> patch)Update the given entity with the given patch.voidBaseDao. update(T entity)voidDao. update(T entity)Update an entity. -
Uses of ServiceFailureException in de.fraunhofer.iosb.ilt.sta.model
Methods in de.fraunhofer.iosb.ilt.sta.model that throw ServiceFailureException Modifier and Type Method Description ActuatorTaskingCapability. getActuator()DatastreamObservation. getDatastream()FeatureOfInterestObservation. getFeatureOfInterest()MultiDatastreamObservation. getMultiDatastream()ObservedPropertyDatastream. getObservedProperty()SensorDatastream. getSensor()SensorMultiDatastream. getSensor()TaskingCapabilityTask. getTaskingCapability()ThingDatastream. getThing()ThingHistoricalLocation. getThing()ThingMultiDatastream. getThing()ThingTaskingCapability. getThing()BaseDao<ObservedProperty>MultiDatastream. observedProperties() -
Uses of ServiceFailureException in de.fraunhofer.iosb.ilt.sta.model.ext
Methods in de.fraunhofer.iosb.ilt.sta.model.ext that throw ServiceFailureException Modifier and Type Method Description voidEntityCollection. fetchNext()Use the nextLink to fetch more Entities. -
Uses of ServiceFailureException in de.fraunhofer.iosb.ilt.sta.query
Methods in de.fraunhofer.iosb.ilt.sta.query that throw ServiceFailureException Modifier and Type Method Description voidQuery. delete()TQuery. first()TQueryRequest. first()Get the first instance of an entity collection.EntityList<T>Query. list()EntityList<T>QueryRequest. list()Get an entity collection. -
Uses of ServiceFailureException in de.fraunhofer.iosb.ilt.sta.service
Methods in de.fraunhofer.iosb.ilt.sta.service that throw ServiceFailureException Modifier and Type Method Description List<String>SensorThingsService. create(DataArrayDocument dataArray)<T extends Entity<T>>
voidSensorThingsService. create(T entity)Create the given entity in this service.<T extends Entity<T>>
voidSensorThingsService. delete(T entity)Deletes the given entity from the service.URLSensorThingsService. getFullPath(Entity<?> parent, EntityType relation)The full path to the entity or collection.<T extends Entity<T>>
voidSensorThingsService. patch(T entity, List<com.github.fge.jsonpatch.JsonPatchOperation> patch)Update the given entity with the given patch.<T extends Entity<T>>
voidSensorThingsService. update(T entity)Patches the entity in the Service.
-