Hi Experts.
I cannot find and documentation, including the Javadocs on how to instantiate this class. Any help will be much appreciated.
Below is my attemtp that fails.
IWorkflowCalendarMgmt calendarMgmt = (IWorkflowCalendarMgmt)DfClient.getLocalClient().newService(IWorkflowCalendarMgmt.class.getName(), mySessMgr);
Error below
(java.lang.ClassCastException: com.documentum.services.workflowcalendar.WorkflowCalendarMgmt cannot be cast to com.documentum.fc.client.IDfService)
Where can I get documentation to use these classes?
Many Thanks
Christopher Malevris