Uses of Class
org.nuxeo.ecm.core.api.LifeCycleException
-
Packages that use LifeCycleException Package Description org.nuxeo.ecm.core.api org.nuxeo.ecm.core.lifecycle LifeCycle API.org.nuxeo.ecm.core.lifecycle.impl Implementation of the LifeCycle API.org.nuxeo.ecm.core.model org.nuxeo.ecm.core.storage.dbs org.nuxeo.ecm.core.storage.sql.coremodel org.nuxeo.ecm.platform.task -
-
Uses of LifeCycleException in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that throw LifeCycleException Modifier and Type Method Description booleanAbstractSession. 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.static DocumentModel.DocumentModelRefreshDocumentModelFactory. 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 LifeCycleException Modifier and Type Method Description voidLifeCycleService. 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 LifeCycleException Modifier and Type Method Description voidLifeCycleServiceImpl. 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 LifeCycleException Modifier and Type Method Description voidDocument. 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 LifeCycleException Modifier and Type Method Description voidDBSDocument. followTransition(String transition)Collection<String>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 LifeCycleException Modifier and Type Method Description voidSQLDocumentLive. 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 LifeCycleException Modifier and Type Method Description protected voidTaskImpl. followTransition(CoreSession coreSession, String transition)
-