Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadAspect
-
Packages that use ReadAspect Package Description de.iip_ecosphere.platform.support.semanticId.eclass.api de.iip_ecosphere.platform.support.semanticId.eclass.model 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 ReadAspect Modifier and Type Method Description ReadAspectEclassJsonReadServicesApi. jsonapiV1AspectsIrdiGet(java.lang.String irdi, java.lang.String acceptLanguage, java.lang.String deprecated, java.lang.String release)Single aspect Read aspect by IRDIMethods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return types with arguments of type ReadAspect Modifier and Type Method Description ApiResponse<ReadAspect>EclassJsonReadServicesApi. jsonapiV1AspectsIrdiGetWithHttpInfo(java.lang.String irdi, java.lang.String acceptLanguage, java.lang.String deprecated, java.lang.String release)Single aspect Read aspect by IRDIMethod parameters in de.iip_ecosphere.platform.support.semanticId.eclass.api with type arguments of type ReadAspect Modifier and Type Method Description com.squareup.okhttp.CallEclassJsonReadServicesApi. jsonapiV1AspectsIrdiGetAsync(java.lang.String irdi, java.lang.String acceptLanguage, java.lang.String deprecated, java.lang.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 ReadAspect Modifier and Type Method Description ReadAspectReadAspect. addPropertiesItem(StructureElementLink propertiesItem)ReadAspectReadAspect. definition(Definition definition)ReadAspectReadAspect. preferredName(PreferredName preferredName)ReadAspectReadAspect. properties(java.util.List<StructureElementLink> properties)ReadAspectReadAspect. propertyValueConstraints(PropertyValueConstraints propertyValueConstraints)ReadAspectReadAspect. release(java.lang.String release)
-