Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.api.VersionModel

Packages that use VersionModel
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.impl   
org.nuxeo.ecm.core.model   
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.platform.ui.web.api   
org.nuxeo.ecm.webapp.context   
org.nuxeo.ecm.webapp.versioning   
 

Uses of VersionModel in org.nuxeo.ecm.core.api
 

Methods in org.nuxeo.ecm.core.api that return VersionModel
 VersionModel CoreSession.getLastVersion(DocumentRef docRef)
          Deprecated. use CoreSession.getLastDocumentVersion(org.nuxeo.ecm.core.api.DocumentRef) instead
 VersionModel AbstractSession.getLastVersion(DocumentRef docRef)
           
 

Methods in org.nuxeo.ecm.core.api that return types with arguments of type VersionModel
 List<VersionModel> CoreSession.getVersionsForDocument(DocumentRef docRef)
          Retrieves all the versions for a specified document.
 List<VersionModel> AbstractSession.getVersionsForDocument(DocumentRef docRef)
           
 

Methods in org.nuxeo.ecm.core.api with parameters of type VersionModel
 DocumentModel CoreSession.checkIn(DocumentRef docRef, VersionModel version)
          Deprecated. use #checkIn(DocumentRef, String) instead
 DocumentModel AbstractSession.checkIn(DocumentRef docRef, VersionModel ver)
          Deprecated. 
 DocumentModel CoreSession.createProxy(DocumentRef parentRef, DocumentRef docRef, VersionModel version, boolean overwriteExistingProxy)
          Deprecated. use CoreSession.createProxy(DocumentRef, DocumentRef) or CoreSession.publishDocument(DocumentModel, DocumentModel, boolean) instead
 DocumentModel AbstractSession.createProxy(DocumentRef parentRef, DocumentRef docRef, VersionModel version, boolean overwriteExistingProxy)
          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. use CoreSession.restoreToVersion(DocumentRef, DocumentRef) instead
 DocumentModel AbstractSession.restoreToVersion(DocumentRef docRef, VersionModel version)
          Deprecated. 
 DocumentModel CoreSession.restoreToVersion(DocumentRef docRef, VersionModel version, boolean skipSnapshotCreation)
          Deprecated. use CoreSession.restoreToVersion(DocumentRef, DocumentRef, boolean, boolean) instead
 DocumentModel AbstractSession.restoreToVersion(DocumentRef docRef, VersionModel version, boolean skipSnapshotCreation)
          Deprecated. 
 

Uses of VersionModel in org.nuxeo.ecm.core.api.impl
 

Classes in org.nuxeo.ecm.core.api.impl that implement VersionModel
 class VersionModelImpl
           
 

Uses of VersionModel in org.nuxeo.ecm.core.model
 

Methods in org.nuxeo.ecm.core.model with parameters of type VersionModel
 Document Session.getVersion(String versionableId, VersionModel versionModel)
          Gets a version of a document, given its versionable id and label.
 

Uses of VersionModel in org.nuxeo.ecm.core.storage.sql.coremodel
 

Methods in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type VersionModel
 Document SQLSession.getVersion(String versionableId, VersionModel versionModel)
           
 

Uses of VersionModel in org.nuxeo.ecm.platform.ui.web.api
 

Methods in org.nuxeo.ecm.platform.ui.web.api with parameters of type VersionModel
 String NavigationContext.navigateToDocument(DocumentModel docModel, VersionModel versionModel)
           
 

Uses of VersionModel in org.nuxeo.ecm.webapp.context
 

Methods in org.nuxeo.ecm.webapp.context with parameters of type VersionModel
 String NavigationContextBean.navigateToDocument(DocumentModel docModel, VersionModel versionModel)
           
 

Uses of VersionModel in org.nuxeo.ecm.webapp.versioning
 

Methods in org.nuxeo.ecm.webapp.versioning that return types with arguments of type VersionModel
 Collection<VersionModel> DocumentVersioning.getCurrentItemVersioningHistory()
          Returns the available versioning history for the current document and state.
 Collection<VersionModel> DocumentVersioningBean.getCurrentItemVersioningHistory()
           
 Collection<VersionModel> DocumentVersioning.getItemVersioningHistory(DocumentModel document)
          Returns the available versioning options for the document parameter and state.
 Collection<VersionModel> DocumentVersioningBean.getItemVersioningHistory(DocumentModel document)
           
 List<VersionModel> VersionedActionsBean.getVersionList()
           
 List<VersionModel> VersionedActions.getVersionList()
          Factory accessor for currentDocument versionList.
 

Methods in org.nuxeo.ecm.webapp.versioning with parameters of type VersionModel
 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.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.