suspend fun addInterfaceSpecificationVersionToComponentVersion(interfaceSpecificationVersion: InterfaceSpecificationVersion, componentVersion: ComponentVersion, visible: Boolean, invisible: Boolean)
Adds an InterfaceSpecificationVersion to a ComponentVersion Updates the InterfaceDefinition and creates it if necessary
Parameters
interfaceSpecificationVersion
the InterfaceSpecificationVersion to add
componentVersion
the ComponentVersion to which to add interfaceSpecificationVersion
visible
if true, interfaceSpecificationVersion should be visibleSelfDefined on componentVersion afterwards
invisible
if true, interfaceSpecificationVersion should be invisibleSelfDefined on componentVersion afterwards