Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.lifecycle.LifeCycleException

Packages that use LifeCycleException
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
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.sql.coremodel   
org.nuxeo.ecm.platform.ui.web.tag.fn   
 

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

Methods in org.nuxeo.ecm.core.api that throw LifeCycleException
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
 void LifeCycleService.followTransition(Document doc, String transitionName)
          Follows a given transition.
 Collection<String> LifeCycle.getAllowedStateTransitionsFrom(String stateName)
          Gets the allowed state transitions from a given state.
 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
 void LifeCycleServiceImpl.followTransition(Document doc, String transitionName)
           
 Collection<String> LifeCycleImpl.getAllowedStateTransitionsFrom(String stateName)
           
 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
 boolean MockDocument.followTransition(String transition)
           
 boolean Document.followTransition(String transition)
          Follows a given life cycle transition.
 boolean AbstractDocument.followTransition(String transition)
           
 Collection<String> MockDocument.getAllowedStateTransitions()
           
 Collection<String> Document.getAllowedStateTransitions()
          Returns the allowed state transitions for this document.
 Collection<String> AbstractDocument.getAllowedStateTransitions()
           
 String MockDocument.getLifeCyclePolicy()
           
 String Document.getLifeCyclePolicy()
          Returns the life cycle policy of this document.
 String MockDocument.getLifeCycleState()
           
 String Document.getLifeCycleState()
          Returns the life cycle of the document.
 void Document.setCurrentLifeCycleState(String state)
          Sets the lifecycle state of the document.
 void Document.setLifeCyclePolicy(String policy)
          Sets the life cycle policy of this document.
 

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

Methods in org.nuxeo.ecm.core.storage.sql.coremodel that throw LifeCycleException
 boolean SQLDocumentProxy.followTransition(String transition)
           
 boolean SQLDocumentLive.followTransition(String transition)
           
 Collection<String> SQLDocumentProxy.getAllowedStateTransitions()
           
 Collection<String> SQLDocumentLive.getAllowedStateTransitions()
           
 String SQLDocumentProxy.getLifeCyclePolicy()
           
 String SQLDocumentLive.getLifeCyclePolicy()
           
 String SQLDocumentProxy.getLifeCycleState()
           
 String SQLDocumentLive.getLifeCycleState()
           
 void SQLDocumentProxy.setCurrentLifeCycleState(String state)
           
 void SQLDocumentLive.setCurrentLifeCycleState(String state)
           
 void SQLDocumentProxy.setLifeCyclePolicy(String policy)
           
 void SQLDocumentLive.setLifeCyclePolicy(String policy)
           
 

Uses of LifeCycleException in org.nuxeo.ecm.platform.ui.web.tag.fn
 

Methods in org.nuxeo.ecm.platform.ui.web.tag.fn that throw LifeCycleException
static Collection<String> DocumentModelFunctions.getAvailableLifeCycleTransitions(String lifeCycleName, String currentState)
          Returns all the available transitions given the current state.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.