Welcome to the Jazz Community Forum
How to implement naming advisor for baseline using server side API?

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();