|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractVersion | |
| org.apache.jackrabbit.core | Contains the core classes that provide the implementation of the JCR API. |
| org.apache.jackrabbit.core.version | The versioning framework in jackrabbit consists of 3 layers. |
| Uses of AbstractVersion in org.apache.jackrabbit.core |
| Methods in org.apache.jackrabbit.core that return AbstractVersion | |
protected AbstractVersion |
XAItemManager.createVersionInstance(NodeId id,
NodeState state,
NodeDefinition def,
ItemLifeCycleListener[] listeners)
Create a version instance. |
protected AbstractVersion |
ItemManager.createVersionInstance(NodeId id,
NodeState state,
NodeDefinition def,
ItemLifeCycleListener[] listeners)
Create a version instance. |
| Methods in org.apache.jackrabbit.core with parameters of type AbstractVersion | |
protected Version[] |
NodeImpl.internalRestore(AbstractVersion version,
VersionSelector vsel,
boolean removeExisting)
Internal method to restore a version. |
| Uses of AbstractVersion in org.apache.jackrabbit.core.version |
| Subclasses of AbstractVersion in org.apache.jackrabbit.core.version | |
class |
VersionImpl
This Class implements a Version that extends the node interface |
class |
XAVersion
Implementation of a Version that works in an
XA environment. |
| Methods in org.apache.jackrabbit.core.version with parameters of type AbstractVersion | |
boolean |
AbstractVersion.isMoreRecent(AbstractVersion v)
Checks if this version is more recent than the given version v. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||