|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Baseline
A proxy for a baseline resource. A baseline resource is a version resource that captures the state of each version-controlled member of a configuration. New baselines of a configuration are created by checking out and then checking in the configuration.
Nested Class Summary | |
---|---|
static interface |
Baseline.AddedActivity
An activity whose versions were added by the new set of versions. |
static interface |
Baseline.AddedVersion
A version from a given version history that is in the new set of versions but no version from the version history of that version is in the old set. |
static interface |
Baseline.ChangedActivity
An activity whose versions were both added and removed by the new set of versions. |
static interface |
Baseline.ChangedVersion
A version from a given version history that is in the old set of versions where a different version from that version history is in the new set of versions. |
static class |
Baseline.CompareFlag
Boolean flags for the doCompareReport method |
static interface |
Baseline.CompareReport
A description of the difference between two sets of versions. |
static interface |
Baseline.DeletedActivity
An activity whose versions were deleted by the new baseline. |
static interface |
Baseline.DeletedVersion
A version from a given version history that is in the old set of versions but no version from that version history is in the new set of versions. |
static interface |
Baseline.PartiallyAddedActivity
An activity some of whose versions were added by the new set of versions. |
static interface |
Baseline.PartiallyDeletedActivity
An activity some of whose versions were deleted by the new set of versions. |
Nested classes/interfaces inherited from interface javax.wvcm.Version |
---|
Version.Fork |
Nested classes/interfaces inherited from interface javax.wvcm.Resource |
---|
Resource.CopyFlag |
Field Summary | |
---|---|
static PropertyNameList.PropertyName<ResourceList<Version>> |
VERSION_LIST
A list of all the versions that make up this baseline. |
Fields inherited from interface javax.wvcm.Version |
---|
ACTIVITY, CHECKIN_FORK, CHECKOUT_FORK, CHECKOUT_LIST, IN_BASELINE_LIST, IN_WORKSPACE_LIST, LABEL_NAME_LIST, PREDECESSOR_LIST, SUCCESSOR_LIST, VERSION_HISTORY, VERSION_NAME |
Fields inherited from interface javax.wvcm.Resource |
---|
ALL_CUSTOM_PROPERTIES, COMMENT, CONTENT_CHARACTER_SET, CONTENT_IDENTIFIER, CONTENT_LANGUAGE, CONTENT_LENGTH, CONTENT_TYPE, CREATION_DATE, CREATOR_DISPLAY_NAME, DISPLAY_NAME, IS_EXECUTABLE, LAST_MODIFIED, PARENT_LIST, PATHNAME_LOCATION, PROVIDER_LIST, RESOURCE_IDENTIFIER, WORKSPACE_FOLDER_LIST |
Method Summary | |
---|---|
ResourceList.ResponseIterator<Baseline.CompareReport> |
doCompareReport(Baseline baseline,
Baseline.CompareFlag[] flags,
Feedback feedback)
Compare two baselines. |
ResourceList.ResponseIterator<Baseline.CompareReport> |
doCompareReport(Stream stream,
Baseline.CompareFlag[] flags,
Feedback feedback)
Compare this Baseline with a stream. |
ResourceList<Version> |
getVersionList()
Get the VERSION_LIST property. |
Methods inherited from interface javax.wvcm.Version |
---|
doAddLabel, doRemoveLabel, doSetLabel, getActivity, getCheckinFork, getCheckoutFork, getCheckoutList, getInBaselineList, getInWorkspaceList, getLabelNameList, getPredecessorList, getSuccessorList, getVersionHistory, getVersionName, setActivity, setCheckinFork, setCheckoutFork, workspaceProvider |
Field Detail |
---|
static final PropertyNameList.PropertyName<ResourceList<Version>> VERSION_LIST
ControllableResource.CHECKED_IN
versions of
all the version-controlled members of the
Configuration.ROOT_FOLDER
of the configuration at the time the
baseline identified by this Baseline was created.
Method Detail |
---|
ResourceList.ResponseIterator<Baseline.CompareReport> doCompareReport(Baseline baseline, Baseline.CompareFlag[] flags, Feedback feedback) throws WvcmException
baseline
- the baseline being compared to this Baseline.flags
- boolean flags for the compare report.feedback
- the properties available in the returned proxies.
WvcmException
- ReasonCode:
WvcmException.ReasonCode.BAD_ARGUMENT_TYPE
:
The resource identified by the baseline
argument must be a baseline.ResourceList.ResponseIterator<Baseline.CompareReport> doCompareReport(Stream stream, Baseline.CompareFlag[] flags, Feedback feedback) throws WvcmException
stream
- the stream being compared to this Baseline.flags
- boolean flags for the compare report.feedback
- the properties available in the returned proxies.
WvcmException
- ReasonCode:
WvcmException.ReasonCode.METHOD_NOT_SUPPORTED
:
This resource does not support this report.
WvcmException.ReasonCode.BAD_ARGUMENT_TYPE
:
The resource identified by the stream
argument must be a stream.ResourceList<Version> getVersionList() throws WvcmException
VERSION_LIST
property.
VERSION_LIST
property.
WvcmException
- if this Baseline was not created with
VERSION_LIST
as a wanted property.
|
Generated Tue 26-Jul-2016 10:54 PM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |