Is there a API to get the flowtable for a workspace/stream on server side?
![]()
Hi,
I want to read the FlowTable of an IWorkspace on the server side, but haven't found an API for this (only the ((Workspace)myWorkspace).getFlows() call, which is not public due to the cast). Any other way there? Stefan |
One answer
![]()
Nope, the IScmService.class offers only a setWorkspaceFlows() method...
|