Uses of Class
de.fraunhofer.iosb.ilt.sta.model.EntityType
-
Packages that use EntityType Package Description de.fraunhofer.iosb.ilt.sta.model de.fraunhofer.iosb.ilt.sta.model.ext de.fraunhofer.iosb.ilt.sta.query de.fraunhofer.iosb.ilt.sta.service -
-
Uses of EntityType in de.fraunhofer.iosb.ilt.sta.model
Methods in de.fraunhofer.iosb.ilt.sta.model that return EntityType Modifier and Type Method Description static EntityTypeEntityType. byName(String name)Get an EntityType by name.EntityTypeEntityType. getPlural()EntityTypeEntityType. getSingular()EntityTypeEntity. getType()static EntityTypeEntityType. listForClass(Class<? extends Entity> clazz)static EntityTypeEntityType. singleForClass(Class<? extends Entity> clazz)static EntityTypeEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityType[]EntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.fraunhofer.iosb.ilt.sta.model with parameters of type EntityType Modifier and Type Method Description booleanEntityType. hasRelationTo(EntityType other)Check whether this entity type has a relationship to another entity type.<U> MqttSubscriptionEntity. subscribeRelative(Consumer<U> handler, EntityType... path)Constructors in de.fraunhofer.iosb.ilt.sta.model with parameters of type EntityType Constructor Description Entity(EntityType type)Entity(EntityType type, Id id) -
Uses of EntityType in de.fraunhofer.iosb.ilt.sta.model.ext
Methods in de.fraunhofer.iosb.ilt.sta.model.ext that return EntityType Modifier and Type Method Description EntityTypeEntityCollection. getType()EntityTypeEntityList. getType()Constructors in de.fraunhofer.iosb.ilt.sta.model.ext with parameters of type EntityType Constructor Description EntityList(EntityType entityType) -
Uses of EntityType in de.fraunhofer.iosb.ilt.sta.query
Methods in de.fraunhofer.iosb.ilt.sta.query that return EntityType Modifier and Type Method Description EntityTypeExpandedEntity. getDirectSibling()EntityTypeQuery. getEntityType()Methods in de.fraunhofer.iosb.ilt.sta.query with parameters of type EntityType Modifier and Type Method Description static ExpandedEntityExpandedEntity. from(EntityType... entities)Build an expanded entity.static ExpansionExpansion. of(EntityType type)Start an expansion for the original entity type being requested. -
Uses of EntityType in de.fraunhofer.iosb.ilt.sta.service
Methods in de.fraunhofer.iosb.ilt.sta.service with parameters of type EntityType Modifier and Type Method Description URLSensorThingsService. getFullPath(Entity<?> parent, EntityType relation)The full path to the entity or collection.StringSensorThingsService. getMqttPath(Entity<?> parent, EntityType relation)The path to the entity or collection.StringSensorThingsService. getPath(Entity<?> parent, EntityType relation)The local path to the entity or collection.
-