Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadAspect
Packages that use ReadAspect
Package
Description
Missing parts in Eclass specification.
-
Uses of ReadAspect in de.iip_ecosphere.platform.support.semanticId.eclass.api
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return ReadAspectModifier and TypeMethodDescriptionEclassJsonReadServicesApi.jsonapiV1AspectsIrdiGet(String irdi, String acceptLanguage, String deprecated, String release) Single aspect Read aspect by IRDIMethods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return types with arguments of type ReadAspectModifier and TypeMethodDescriptionEclassJsonReadServicesApi.jsonapiV1AspectsIrdiGetWithHttpInfo(String irdi, String acceptLanguage, String deprecated, String release) Single aspect Read aspect by IRDIMethod parameters in de.iip_ecosphere.platform.support.semanticId.eclass.api with type arguments of type ReadAspectModifier and TypeMethodDescriptioncom.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1AspectsIrdiGetAsync(String irdi, String acceptLanguage, String deprecated, String release, ApiCallback<ReadAspect> callback) Single aspect (asynchronously) Read aspect by IRDI -
Uses of ReadAspect in de.iip_ecosphere.platform.support.semanticId.eclass.model
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return ReadAspectModifier and TypeMethodDescriptionReadAspect.addPropertiesItem(StructureElementLink propertiesItem) ReadAspect.definition(Definition definition) ReadAspect.preferredName(PreferredName preferredName) ReadAspect.properties(List<StructureElementLink> properties) ReadAspect.propertyValueConstraints(PropertyValueConstraints propertyValueConstraints)