how to create the components programatically under the given stream using client libraries??
Accepted answer
IComponent comp = IWorkspaceManager#createComponent(compName, processArea, progressMonitor)
IComponentAdditionOp compOp = IWorkspaceConnection#componentOpFactory().addComponent(comp, false)
IWorkspaceConnection#applyComponentOperations(compOp, false, progressMonitor)
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco}
</style>
One other answer
More examples can be found here: https://rsjazz.wordpress.com/2013/09/24/managing-workspaces-streams-and-components-using-the-plain-java-client-libraries/
No, like in the UI, you can basically create a stream using component baselines.