Uses of Interface
de.iip_ecosphere.platform.services.spring.descriptor.Relation
-
Packages that use Relation Package Description de.iip_ecosphere.platform.services.spring.descriptor Interfaces describing the deployment descriptor.de.iip_ecosphere.platform.services.spring.yaml Yaml implementation of the file-based artifact descriptor. -
-
Uses of Relation in de.iip_ecosphere.platform.services.spring.descriptor
Methods in de.iip_ecosphere.platform.services.spring.descriptor that return types with arguments of type Relation Modifier and Type Method Description java.util.List<? extends Relation>Service. getRelations()Returns the service-specific relations and command line arguments.Methods in de.iip_ecosphere.platform.services.spring.descriptor with parameters of type Relation Modifier and Type Method Description voidValidator. validate(Relation relation, java.util.Map<java.lang.String,Type> types)Validates the given relation (and contained descriptor elements).private voidValidator. validate(Relation relation, java.util.Map<java.lang.String,Type> types, java.lang.String msgContext)Validates the given relation (and contained descriptor elements). -
Uses of Relation in de.iip_ecosphere.platform.services.spring.yaml
Classes in de.iip_ecosphere.platform.services.spring.yaml that implement Relation Modifier and Type Class Description classYamlRelationRepresents a relation/connection between services.
-