public interface InternalBaseline extends InternalVersion
A baseline is the state of a configuration at some point in time, recorded in version storage. A baseline is similar to a normal version except that instead of representing the state of a single node, it represents the state of an entire partial subgraph.
The internal baseline is the version of the internal configuration.
Modifier and Type | Method and Description |
---|---|
VersionSet |
getBaseVersions()
Returns the recorded base versions of all versionable nodes in the
configuration.
|
NodeId |
getConfigurationId()
Returns the id of the nt:configuration node.
|
NodeId |
getConfigurationRootId()
Returns the id of the root node of a workspace configuration.
|
getCreated, getFrozenNode, getFrozenNodeId, getLabels, getLinearPredecessor, getLinearSuccessor, getName, getPredecessors, getSuccessors, getVersionHistory, hasLabel, isMoreRecent, isRootVersion
getId, getParent
VersionSet getBaseVersions() throws RepositoryException
RepositoryException
- if an error occursNodeId getConfigurationId()
NodeId getConfigurationRootId()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.