public interface IServiceDocument
Modifier and Type | Method and Description |
---|---|
IWorkspace |
addWorkspace(java.lang.String title)
Add a new workspace to the service document, returning the newly created
workspace to the caller.
|
java.util.List<? extends IWorkspace> |
getWorkspaces()
Returns the workspaces associated with this service.
|
java.util.List<? extends IWorkspace> getWorkspaces()
IWorkspace addWorkspace(java.lang.String title)