Uses of Class
org.nuxeo.ecm.core.api.LifeCycleException
Packages that use LifeCycleException
Package
Description
LifeCycle API.
Implementation of the LifeCycle API.
-
Uses of LifeCycleException in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that throw LifeCycleExceptionModifier and TypeMethodDescriptionbooleanAbstractSession.followTransition(DocumentModel docModel, String transition) booleanAbstractSession.followTransition(DocumentRef docRef, String transition) booleanCoreSession.followTransition(DocumentModel doc, String transition) Follows a given life cycle transition.booleanCoreSession.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
Methods in org.nuxeo.ecm.core.lifecycle that throw LifeCycleExceptionModifier and TypeMethodDescriptionvoidLifeCycleService.followTransition(Document doc, String transitionName) Follows a given transition.voidLifeCycleService.initialize(Document doc) Initializes the life cycle for the given document.voidLifeCycleService.initialize(Document doc, String initialStateName) Initializes the life cycle for the given document.voidLifeCycleService.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
Methods in org.nuxeo.ecm.core.lifecycle.impl that throw LifeCycleExceptionModifier and TypeMethodDescriptionvoidLifeCycleServiceImpl.followTransition(Document doc, String transitionName) voidLifeCycleServiceImpl.initialize(Document doc) voidLifeCycleServiceImpl.initialize(Document doc, String initialStateName) voidLifeCycleServiceImpl.reinitLifeCycle(Document doc) -
Uses of LifeCycleException in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model that throw LifeCycleExceptionModifier and TypeMethodDescriptionvoidDocument.followTransition(String transition) Follows a given life cycle transition. -
Uses of LifeCycleException in org.nuxeo.ecm.core.storage.dbs
Methods in org.nuxeo.ecm.core.storage.dbs that throw LifeCycleExceptionModifier and TypeMethodDescriptionvoidDBSDocument.followTransition(String transition) DBSDocument.getAllowedStateTransitions()voidDBSDocument.setCurrentLifeCycleState(String lifeCycleState) voidDBSDocument.setLifeCyclePolicy(String policy) -
Uses of LifeCycleException in org.nuxeo.ecm.core.storage.sql.coremodel
Methods in org.nuxeo.ecm.core.storage.sql.coremodel that throw LifeCycleExceptionModifier and TypeMethodDescriptionvoidSQLDocumentLive.followTransition(String transition) voidSQLDocumentProxy.followTransition(String transition) -
Uses of LifeCycleException in org.nuxeo.ecm.platform.task
Methods in org.nuxeo.ecm.platform.task that throw LifeCycleExceptionModifier and TypeMethodDescriptionprotected voidTaskImpl.followTransition(CoreSession coreSession, String transition)