|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Graph.NameWorkspace

The interface used to specify the name of a new workspace.
| Method Summary | |
|---|---|
Workspace |
named(String workspaceName)
Specify the name of the new workspace that is to be created. |
Workspace |
namedSomethingLike(String workspaceName)
Specify the name of the new workspace that is to be created. |
| Method Detail |
|---|
Workspace named(String workspaceName)
workspaceName - the name of the existing workspace that will be cloned to create the new workspace;
IllegalArgumentException - if the name of the new workspace is null
InvalidWorkspaceException - if there is already an existing workspace with the supplied nameWorkspace namedSomethingLike(String workspaceName)
workspaceName - the name of the existing workspace that will be cloned to create the new workspace;
IllegalArgumentException - if the name of the new workspace is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||