Uses of Class
org.nuxeo.ecm.core.api.LifeCycleException
Package
Description
LifeCycle API.
Implementation of the LifeCycle API.
-
Uses of LifeCycleException in org.nuxeo.ecm.core.api
Modifier and TypeMethodDescriptionboolean
AbstractSession.followTransition
(DocumentModel docModel, String transition) boolean
AbstractSession.followTransition
(DocumentRef docRef, String transition) boolean
CoreSession.followTransition
(DocumentModel doc, String transition) Follows a given life cycle transition.boolean
CoreSession.followTransition
(DocumentRef docRef, String transition) Follows a given life cycle transition.DocumentModelFactory.refreshDocumentModel
(Document doc, int flags, String[] schemas) Gets what's to refresh in a model (except for the ACPs, which need the session). -
Uses of LifeCycleException in org.nuxeo.ecm.core.lifecycle
Modifier and TypeMethodDescriptionvoid
LifeCycleService.followTransition
(Document doc, String transitionName) Follows a given transition.void
LifeCycleService.initialize
(Document doc) Initializes the life cycle for the given document.void
LifeCycleService.initialize
(Document doc, String initialStateName) Initializes the life cycle for the given document.void
LifeCycleService.reinitLifeCycle
(Document doc) Sets the current state to the initial state as defined by the associated lifecycle. -
Uses of LifeCycleException in org.nuxeo.ecm.core.lifecycle.impl
Modifier and TypeMethodDescriptionvoid
LifeCycleServiceImpl.followTransition
(Document doc, String transitionName) void
LifeCycleServiceImpl.initialize
(Document doc) void
LifeCycleServiceImpl.initialize
(Document doc, String initialStateName) void
LifeCycleServiceImpl.reinitLifeCycle
(Document doc) -
Uses of LifeCycleException in org.nuxeo.ecm.core.model
Modifier and TypeMethodDescriptionvoid
Document.followTransition
(String transition) Follows a given life cycle transition. -
Uses of LifeCycleException in org.nuxeo.ecm.core.storage.dbs
Modifier and TypeMethodDescriptionvoid
DBSDocument.followTransition
(String transition) DBSDocument.getAllowedStateTransitions()
void
DBSDocument.setCurrentLifeCycleState
(String lifeCycleState) void
DBSDocument.setLifeCyclePolicy
(String policy) -
Uses of LifeCycleException in org.nuxeo.ecm.core.storage.sql.coremodel
Modifier and TypeMethodDescriptionvoid
SQLDocumentLive.followTransition
(String transition) void
SQLDocumentProxy.followTransition
(String transition) -
Uses of LifeCycleException in org.nuxeo.ecm.platform.task
Modifier and TypeMethodDescriptionprotected void
TaskImpl.followTransition
(CoreSession coreSession, String transition)