How to implement naming advisor for baseline using server side API?
![](http://jazz.net/_images/myphoto/b1ccc54fd829c73dc3d06dfb6a290f0d.jpg)
Hello,
I am trying to implement the naming advisor for baseline.But I didnt understand how to get the baselines associated with component.& then provide naming convention on that?.
IComponentModificationData data = (IComponentModificationData) operation.getOperationData();
Component c=(Component) data.getComponent();
IBaselineHandle bh=c.getInitialBaseline();