How do I create Workspaces and Stream in a Server Extension?
I am creating a server extension that among other things needs to programatically create a workspace and a stream. I was using IWorkspaceManager from SCMPlatform as in:
IWorkspaceManager manager = SCMPlatform.getWorkspaceManager(repository);
IWorkspaceManager contains the .createStream and .createWorkspace but it is part of Client API.
How do create a stream and a workspace using the Server API?