Nuxeo Enterprise Platform 5.4

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

Packages that use LifeCycleException
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   
 

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

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


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.