|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InternalFrozenNode
The InternalFrozenNode interface represents the frozen node that was generated
during a Node.checkin(). It holds the set of frozen
properties, the frozen child nodes and the frozen version history
references of the original node.
| Method Summary | |
|---|---|
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 inidcated child node. |
| Methods inherited from interface org.apache.jackrabbit.core.version.InternalFreeze |
|---|
getName |
| Methods inherited from interface org.apache.jackrabbit.core.version.InternalVersionItem |
|---|
getId, getParent |
| Method Detail |
|---|
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 index
true if the child node exists
InternalFreeze getFrozenChildNode(Name name,
int idx)
throws RepositoryException
null
name - name of the childnodeidx - 1-based index
RepositoryException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||