Nuxeo ECM Projects 5.4.3-SNAPSHOT

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(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
 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(String name)
           
 LifeCycle LifeCycleServiceImpl.getLifeCycleFor(Document doc)
           
 

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


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.