|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkspaceProvider
A WVCM workspace provider. A WVCM workspace provider is a factory for creating new new proxy objects for resources that are members of a workspace. A WVCM workspace provider also can be queried to determine recommended locations for workspaces, both to guide the placement of new workspaces as well as to locate existing resources. Once a workspace is located, the workspace resource can be queried to determine locations for other types of resources.
Field Summary | |
---|---|
static String |
IA_CR_HAS_ONE_PARENT
|
static String |
IA_ROOT_LOCATION
|
static String |
IA_STREAM_FORGETS_UNBOUND_VERSIONS
|
static String |
IA_VERSION_KNOWS_PARENT
|
static String |
IA_WORKSPACE_PATH
|
Method Summary | |
---|---|
Activity |
activity(Location loc)
Construct an activity proxy for the given location. |
Baseline |
baseline(Location loc)
Construct a baseline proxy for the given location. |
Component |
component(Location loc)
Construct a component proxy for the given location. |
Configuration |
configuration(Location loc)
Construct a configuration proxy for the given location. |
ControllableFolder |
controllableFolder(Location loc)
Construct a controllable folder proxy for the given location. |
ControllableResource |
controllableResource(Location loc)
Construct a controllable resource proxy for the given location. |
ControllableSymbolicLink |
controllableSymbolicLink(Location loc)
Construct a controllable symbolic link proxy for the given location. |
FolderVersion |
folderVersion(Location loc)
Construct a folder version proxy for the given location. |
Stream |
stream(Location loc)
Construct a stream proxy for the given location. |
Task |
task(Location loc)
Construct a task proxy for the given location. |
Version |
version(Location loc)
Construct a version proxy for the given location. |
VersionHistory |
versionHistory(Location loc)
Construct a version history proxy for the given location. |
Workspace |
workspace(Location loc)
Construct a workspace proxy for the given location. |
Methods inherited from interface javax.wvcm.Provider |
---|
buildProxy, callback, folder, initArgs, initialize, location, relativeRootLocation, resource, resourceList, rootLocation |
Field Detail |
---|
static final String IA_CR_HAS_ONE_PARENT
static final String IA_ROOT_LOCATION
static final String IA_STREAM_FORGETS_UNBOUND_VERSIONS
static final String IA_VERSION_KNOWS_PARENT
static final String IA_WORKSPACE_PATH
Method Detail |
---|
Activity activity(Location loc)
loc
- the location of the activity.
Baseline baseline(Location loc)
loc
- the location of the baseline.
Component component(Location loc)
loc
- the location of the component.
Configuration configuration(Location loc)
loc
- the location of the configuration.
ControllableFolder controllableFolder(Location loc)
loc
- the location of the controllable folder.
ControllableResource controllableResource(Location loc)
loc
- the location of the controllable resource.
ControllableSymbolicLink controllableSymbolicLink(Location loc)
loc
- the location of the controllable symbolic link.
FolderVersion folderVersion(Location loc)
loc
- the location of the folder version.
Stream stream(Location loc)
loc
- the location of the stream.
Task task(Location loc)
loc
- the location of the task.
Version version(Location loc)
loc
- the location of the version.
VersionHistory versionHistory(Location loc)
loc
- the location of the version history.
Workspace workspace(Location loc)
loc
- the location of the workspace.
|
Generated Fri 16-Aug-2013 12:43 PM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |