| Package | Description |
|---|---|
| org.alfresco.repo.avm |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionRootImpl
Hold a single version root.
|
| Modifier and Type | Method and Description |
|---|---|
VersionRoot |
VersionRootDAO.getByRoot(AVMNode root)
Get one from its root.
|
VersionRoot |
VersionRootDAO.getByVersionID(AVMStore store,
int id)
Get the VersionRoot corresponding to the given id.
|
VersionRoot |
VersionRootDAO.getMaxVersion(AVMStore store)
Get the highest numbered version in a store.
|
VersionRoot |
VersionLayeredNodeEntry.getVersion()
Get the VersionRoot for this entry.
|
VersionRoot |
VersionLayeredNodeEntryImpl.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
List<VersionRoot> |
VersionRootDAO.getAllInAVMStore(AVMStore store)
Get all the version roots in a given store.
|
List<VersionRoot> |
VersionRootDAO.getByDates(AVMStore store,
Date from,
Date to)
Get the version of a store by dates.
|
List<VersionRoot> |
VersionRootDAO.getByVersionsBetween(AVMStore store,
int startVersion,
int endVersion) |
List<VersionRoot> |
VersionRootDAO.getByVersionsFrom(AVMStore store,
int version) |
List<VersionRoot> |
VersionRootDAO.getByVersionsTo(AVMStore store,
int version) |
| Modifier and Type | Method and Description |
|---|---|
void |
VersionRootDAO.delete(VersionRoot vr)
Delete a VersionRoot.
|
void |
VersionLayeredNodeEntryDAO.delete(VersionRoot version)
Delete all entries for the given version.
|
List<VersionLayeredNodeEntry> |
VersionLayeredNodeEntryDAO.get(VersionRoot version)
Get all entries for a given version.
|
List<String> |
AVMRepository.getVersionPaths(VersionRoot version,
AVMNode node)
Gets all the pass from to the given node starting from the give version root.
|
void |
VersionRootDAO.save(VersionRoot vr)
Save an unsaved VersionRoot.
|
void |
VersionLayeredNodeEntryImpl.setVersion(VersionRoot version) |
void |
VersionRootDAO.update(VersionRoot vr) |
| Constructor and Description |
|---|
VersionLayeredNodeEntryImpl(VersionRoot version,
String path) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.