|
||||||||||
| 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[] |
getFrozenChildNodes()
Returns the list of frozen child nodes |
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. |
UUID |
getFrozenUUID()
Returns the frozen UUID. |
boolean |
hasFrozenHistory(UUID uuid)
Checks if this frozen node has the frozen version history |
| 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 |
|---|
InternalFreeze[] getFrozenChildNodes()
throws javax.jcr.version.VersionException
javax.jcr.version.VersionException - if the freezes cannot be retrievedPropertyState[] getFrozenProperties()
UUID getFrozenUUID()
Name getFrozenPrimaryType()
Name[] getFrozenMixinTypes()
boolean hasFrozenHistory(UUID uuid)
uuid -
true if this node has the history;
false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||