public interface InternalFrozenNode extends InternalFreeze
Node.checkin()
. It holds the set of frozen
properties, the frozen child nodes and the frozen version history
references of the original node.Modifier and Type | Method and Description |
---|---|
InternalFreeze |
getFrozenChildNode(Name name,
int idx)
Returns the frozen child node or
null |
List<ChildNodeEntry> |
getFrozenChildNodes()
Returns the list of frozen child nodes
|
NodeId |
getFrozenId()
Returns the frozen node id.
|
Set<Name> |
getFrozenMixinTypes()
Returns the list of names of the frozen mixin types.
|
Name |
getFrozenPrimaryType()
Returns the name of frozen primary type.
|
PropertyState[] |
getFrozenProperties()
Returns the list of frozen properties.
|
boolean |
hasFrozenChildNode(Name name,
int idx)
Checks if this frozen node had the indicated child node.
|
getName
getId, getParent
List<ChildNodeEntry> getFrozenChildNodes() throws VersionException
VersionException
- if the freezes cannot be retrievedPropertyState[] getFrozenProperties()
NodeId getFrozenId()
Name getFrozenPrimaryType()
Set<Name> getFrozenMixinTypes()
boolean hasFrozenChildNode(Name name, int idx)
name
- name of the childnodeidx
- 1-based indextrue
if the child node existsInternalFreeze getFrozenChildNode(Name name, int idx) throws RepositoryException
null
name
- name of the childnodeidx
- 1-based indexRepositoryException
- if an error occursCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.