Package com.solibri.smc.api.issues
Interface BcfXml
-
public interface BcfXml
This interface is used for exporting BCF-XML content.- Since:
- 9.10.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
exportBcfXml(BcfVersion version, BcfScope scope, OutputStream stream)
Pushes BCF-XML content of issues in the scope to the given stream.
-
-
-
Method Detail
-
exportBcfXml
boolean exportBcfXml(BcfVersion version, BcfScope scope, OutputStream stream)
Pushes BCF-XML content of issues in the scope to the given stream.- Parameters:
version
- BCF version of the content to be createdscope
- BCF issues in scopestream
- the stream- Returns:
- true when the stream has been filled and false, when there was no content
- Since:
- 9.10.3
-
-