Bb API says to use loadPrimaryNodeId(Id, ObjectType).
Have declaration: nodeAssocManager = NodeManagerFactory.getAssociationManager();
Have use: nodeAssocManager.loadCoursePrimaryNodeId(course.getId());
What is a way to resolve? - Do not see an obvious course method to get the ObjectType.
Don't use the loadCoursePrimaryNodeId method which is deprecated; use the new loadPrimaryNodeId method.