Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadBlock
Packages that use ReadBlock
Package
Description
Missing parts in Eclass specification.
-
Uses of ReadBlock in de.iip_ecosphere.platform.support.semanticId.eclass.api
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return ReadBlockModifier and TypeMethodDescriptionEclassJsonReadServicesApi.jsonapiV1BlocksIrdiGet(String irdi, String acceptLanguage, String deprecated, String release) Single block Read block by IRDIMethods in de.iip_ecosphere.platform.support.semanticId.eclass.api that return types with arguments of type ReadBlockModifier and TypeMethodDescriptionEclassJsonReadServicesApi.jsonapiV1BlocksIrdiGetWithHttpInfo(String irdi, String acceptLanguage, String deprecated, String release) Single block Read block by IRDIMethod parameters in de.iip_ecosphere.platform.support.semanticId.eclass.api with type arguments of type ReadBlockModifier and TypeMethodDescriptioncom.squareup.okhttp.CallEclassJsonReadServicesApi.jsonapiV1BlocksIrdiGetAsync(String irdi, String acceptLanguage, String deprecated, String release, ApiCallback<ReadBlock> callback) Single block (asynchronously) Read block by IRDI -
Uses of ReadBlock in de.iip_ecosphere.platform.support.semanticId.eclass.model
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return ReadBlockModifier and TypeMethodDescriptionReadBlock.addChildBlocksItem(StructureElementLink childBlocksItem) ReadBlock.addPropertiesItem(StructureElementLink propertiesItem) ReadBlock.childBlocks(List<StructureElementLink> childBlocks) ReadBlock.classValueAssignments(ClassValueAssignments classValueAssignments) ReadBlock.definition(Definition definition) ReadBlock.parentClass(Object parentClass) ReadBlock.preferredName(PreferredName preferredName) ReadBlock.properties(List<StructureElementLink> properties) ReadBlock.propertyValueConstraints(PropertyValueConstraints propertyValueConstraints)