How to find the Workspace's Stream using Java API.
Hello All,
I have a workspace handle : IWorkspace workspace = (IWorkspace)currentWIRepo.itemManager().fetchCompleteItem(eachHandle, IItemManager.REFRESH, monitor);
I need to check what is the Stream of this Workspace. I couldnt find any when i searched with the workspace(dot).
Are there any APIs to find the Stream.
Thank you.