Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.core.lifecycle.LifeCycle

Packages that use LifeCycle
org.nuxeo.ecm.core.lifecycle LifeCycle API. 
org.nuxeo.ecm.core.lifecycle.extensions Manages LifeCycle configuration (states, transitions...). 
org.nuxeo.ecm.core.lifecycle.impl Implementation of the LifeCycle API. 
 

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

Methods in org.nuxeo.ecm.core.lifecycle that return LifeCycle
 LifeCycle LifeCycleService.getLifeCycleByName(java.lang.String name)
          Returns a life cycle given its name.
 LifeCycle LifeCycleService.getLifeCycleFor(Document doc)
          Returns the life cycle a given document follows.
 

Methods in org.nuxeo.ecm.core.lifecycle that return types with arguments of type LifeCycle
 java.util.Collection<LifeCycle> LifeCycleService.getLifeCycles()
          Returns all the registered life cycles.
 

Uses of LifeCycle in org.nuxeo.ecm.core.lifecycle.extensions
 

Methods in org.nuxeo.ecm.core.lifecycle.extensions that return LifeCycle
 LifeCycle LifeCycleDescriptor.getLifeCycle()
          Returns a life cycle instance out of the life cycle configuration.
 

Uses of LifeCycle in org.nuxeo.ecm.core.lifecycle.impl
 

Classes in org.nuxeo.ecm.core.lifecycle.impl that implement LifeCycle
 class LifeCycleImpl
          Life cycle implementation.
 

Methods in org.nuxeo.ecm.core.lifecycle.impl that return LifeCycle
 LifeCycle LifeCycleServiceImpl.getLifeCycleByName(java.lang.String name)
           
 LifeCycle LifeCycleServiceImpl.getLifeCycleFor(Document doc)
           
 

Methods in org.nuxeo.ecm.core.lifecycle.impl that return types with arguments of type LifeCycle
 java.util.Collection<LifeCycle> LifeCycleServiceImpl.getLifeCycles()
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.