public interface BaselineResource extends VersionResource
BaselineResource
represents the 'version' of a configuration
which is represented by a 'version-controlled-configuration' (VCC) resource.
Such as new versions are created by CHECKIN of a version-controlled
resource, a new baseline is created, whenever the VCC resource, that
represents a set of resources rather than a single resource, is checked-in.
Since the baseline behaves like a VersionResource
and only is
defined to provide additional protected properties, this interface only adds
a convenience method that allows to retrieve the baseline collection.
Supported live properties:
DAV:baseline-collection DAV:subbaseline-set all version properties.Supported methods:
all version methods.
Modifier and Type | Field and Description |
---|---|
static DavPropertyName |
BASELINE_COLLECTION
The protected DAV:baseline-collection property identifies a distinct
collection that lists as members all version-controlled resources of
the configuration this baseline belongs to (the baseline being one
version of the corresponding vc-configuration-resource).
|
static DavPropertyName |
SUBBASELINE_SET
The protected DAV:subbaseline-set property identifies a set of baseline
resources.
|
ACTIVITY_SET, CHECKIN_FORK, CHECKOUT_FORK, CHECKOUT_SET, LABEL_NAME_SET, METHODS, PREDECESSOR_SET, SUCCESSOR_SET, VERSION_CONTROLLED_BINDING_SET, VERSION_HISTORY, VERSION_NAME
METHODS_INCL_MKWORKSPACE
Modifier and Type | Method and Description |
---|---|
DavResource |
getBaselineCollection()
Return the resource that represents the baseline-collection of this
baseline, which is identified the href present in the
BASELINE_COLLECTION
property. |
getVersionHistory, label
addWorkspace, getOptionResponse, getReferenceResources, getReport
addLockManager, addMember, alterProperties, copy, exists, getCollection, getComplianceClass, getDisplayName, getFactory, getHref, getLocator, getLock, getLocks, getMembers, getModificationTime, getProperties, getProperty, getPropertyNames, getResourcePath, getSession, getSupportedMethods, hasLock, isCollection, isLockable, lock, move, refreshLock, removeMember, removeProperty, setProperty, spool, unlock
static final DavPropertyName BASELINE_COLLECTION
Note that the DAV:baseline-collection represents a
HrefProperty
static final DavPropertyName SUBBASELINE_SET
HrefProperty
DavResource getBaselineCollection() throws DavException
BASELINE_COLLECTION
property.DavException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.