Modifier and Type | Method and Description |
---|---|
VersionModel |
CoreSession.getLastVersion(DocumentRef docRef)
Deprecated.
|
VersionModel |
AbstractSession.getLastVersion(DocumentRef docRef) |
Modifier and Type | Method and Description |
---|---|
List<VersionModel> |
CoreSession.getVersionsForDocument(DocumentRef docRef)
Retrieves all the versions for a specified document.
|
List<VersionModel> |
AbstractSession.getVersionsForDocument(DocumentRef docRef) |
Modifier and Type | Method and Description |
---|---|
DocumentModel |
CoreSession.checkIn(DocumentRef docRef,
VersionModel version)
Deprecated.
|
DocumentModel |
AbstractSession.checkIn(DocumentRef docRef,
VersionModel ver)
Deprecated.
|
DocumentModel |
CoreSession.getDocumentWithVersion(DocumentRef docRef,
VersionModel version)
Returns a document that represents the specified version of the document.
|
DocumentModel |
AbstractSession.getDocumentWithVersion(DocumentRef docRef,
VersionModel version) |
DocumentModel |
CoreSession.getVersion(String versionableId,
VersionModel versionModel)
Deprecated.
use version ids directly
|
DocumentModel |
AbstractSession.getVersion(String versionableId,
VersionModel versionModel) |
DocumentModel |
CoreSession.restoreToVersion(DocumentRef docRef,
VersionModel version)
Deprecated.
|
DocumentModel |
AbstractSession.restoreToVersion(DocumentRef docRef,
VersionModel version)
Deprecated.
|
DocumentModel |
CoreSession.restoreToVersion(DocumentRef docRef,
VersionModel version,
boolean skipSnapshotCreation)
Deprecated.
|
DocumentModel |
AbstractSession.restoreToVersion(DocumentRef docRef,
VersionModel version,
boolean skipSnapshotCreation)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
VersionModelImpl |
Modifier and Type | Method and Description |
---|---|
Document |
Session.getVersion(String versionableId,
VersionModel versionModel)
Gets a version of a document, given its versionable id and label.
|
Modifier and Type | Method and Description |
---|---|
Document |
DBSSession.getVersion(String versionSeriesId,
VersionModel versionModel) |
Modifier and Type | Method and Description |
---|---|
Document |
SQLSession.getVersion(String versionableId,
VersionModel versionModel) |
Modifier and Type | Method and Description |
---|---|
String |
NavigationContext.navigateToDocument(DocumentModel docModel,
VersionModel versionModel) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentListingActionsBean.checkCurrentDocAndProcessVersionSelectRow(PageSelection<VersionModel> versionModelSelection,
String requestedCurrentDocRef)
Handle version row selection event after having ensured that the navigation context stills points to
currentDocumentRef to protect against browsers' back button errors.
|
Modifier and Type | Method and Description |
---|---|
String |
NavigationContextBean.navigateToDocument(DocumentModel docModel,
VersionModel versionModel) |
Modifier and Type | Method and Description |
---|---|
Collection<VersionModel> |
DocumentVersioningBean.getCurrentItemVersioningHistory() |
Collection<VersionModel> |
DocumentVersioning.getCurrentItemVersioningHistory()
Returns the available versioning history for the current document and state.
|
Collection<VersionModel> |
DocumentVersioningBean.getItemVersioningHistory(DocumentModel document) |
Collection<VersionModel> |
DocumentVersioning.getItemVersioningHistory(DocumentModel document)
Returns the available versioning options for the document parameter and state.
|
PageSelections<VersionModel> |
VersionedActionsBean.getVersionList() |
PageSelections<VersionModel> |
VersionedActions.getVersionList()
Factory accessor for currentDocument versionList.
|
Modifier and Type | Method and Description |
---|---|
boolean |
VersionedActionsBean.canRemoveArchivedVersion(VersionModel selectedVersion) |
boolean |
VersionedActions.canRemoveArchivedVersion(VersionModel selectedVersion)
Check if a version can be removed.
|
String |
VersionedActionsBean.removeArchivedVersion(VersionModel selectedVersion) |
String |
VersionedActions.removeArchivedVersion(VersionModel selectedVersion)
Remove an archived version.
|
String |
VersionedActionsBean.restoreToVersion(VersionModel selectedVersion)
Restores the document to the selected version.
|
String |
VersionedActions.restoreToVersion(VersionModel selectedVersion)
Restored the document to the selected version.
|
String |
VersionedActionsBean.viewArchivedVersion(VersionModel selectedVersion) |
String |
VersionedActions.viewArchivedVersion(VersionModel selectedVersion)
View an older version of the document.
|
Copyright © 2015 Nuxeo SA. All rights reserved.