Uses of Class
org.fiware.ngsi.model.RelationshipVO
Packages that use RelationshipVO
-
Uses of RelationshipVO in org.fiware.mintaka.domain
Methods in org.fiware.mintaka.domain that return RelationshipVOModifier and TypeMethodDescriptiondefault RelationshipVOAttributePropertyVOMapper.attributeToRelationShip(AbstractAttribute attribute, Instant createdAt, boolean modifiedAt) Map the internal attribute to a relationshipMethod parameters in org.fiware.mintaka.domain with type arguments of type RelationshipVOModifier and TypeMethodDescriptiondefault TemporalValueRelationshipTemporalValuesMapper.relationshipToTemporalValuesRelationship(List<RelationshipVO> propertyVOList, TimeStampType timeStampType) -
Uses of RelationshipVO in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return RelationshipVOModifier and TypeMethodDescriptionRelationshipVO.instanceId(URI newInstanceId) RelationshipVO.modifiedAt(Instant newModifiedAt) RelationshipVO.observedAt(Instant newObservedAt) RelationshipVO.setAdditionalProperties(String propertyKey, Object value) RelationshipVO.setAdditionalProperties(Map<String, Object> newAdditionalProperties) RelationshipVO.setCreatedAt(Instant newCreatedAt) RelationshipVO.setDatasetId(URI newDatasetId) RelationshipVO.setInstanceId(URI newInstanceId) RelationshipVO.setModifiedAt(Instant newModifiedAt) RelationshipVO.setObservedAt(Instant newObservedAt) RelationshipVO.setType(RelationshipVO.Type newType) RelationshipVO.type(RelationshipVO.Type newType)