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 boolean
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.static DocumentModel.DocumentModelRefresh
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 LifeCycleException Modifier and Type Method Description void
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
Methods in org.nuxeo.ecm.core.lifecycle.impl that throw LifeCycleException Modifier and Type Method Description void
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
Methods in org.nuxeo.ecm.core.model that throw LifeCycleException Modifier and Type Method Description void
Document. 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 void
DBSDocument. followTransition(String transition)
Collection<String>
DBSDocument. getAllowedStateTransitions()
void
DBSDocument. setCurrentLifeCycleState(String lifeCycleState)
void
DBSDocument. 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 void
SQLDocumentLive. followTransition(String transition)
void
SQLDocumentProxy. 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 void
TaskImpl. followTransition(CoreSession coreSession, String transition)
-