public interface WorkspaceProvider extends Provider
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
buildProxy, callback, folder, initArgs, initialize, location, relativeRootLocation, resource, resourceList, rootLocation
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
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.Copyright © IBM 2018. All rights reserved.