Uses of Interface
org.nuxeo.ecm.core.lifecycle.LifeCycle
-
Packages that use LifeCycle Package Description org.nuxeo.ecm.core.lifecycle LifeCycle API.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 Modifier and Type Method Description 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 Modifier and Type Method Description Collection<LifeCycle>
LifeCycleService. getLifeCycles()
Returns all the registered life cycles. -
Uses of LifeCycle in org.nuxeo.ecm.core.lifecycle.impl
Classes in org.nuxeo.ecm.core.lifecycle.impl that implement LifeCycle Modifier and Type Class Description class
LifeCycleImpl
Life cycle implementation.Fields in org.nuxeo.ecm.core.lifecycle.impl with type parameters of type LifeCycle Modifier and Type Field Description protected Map<String,LifeCycle>
LifeCycleRegistry. lookup
Methods in org.nuxeo.ecm.core.lifecycle.impl that return LifeCycle Modifier and Type Method Description LifeCycle
LifeCycleRegistry. getLifeCycle(String name)
LifeCycle
LifeCycleRegistry. getLifeCycle(LifeCycleDescriptor desc)
Returns a life cycle instance out of the life cycle configuration.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 Modifier and Type Method Description Collection<LifeCycle>
LifeCycleRegistry. getLifeCycles()
Collection<LifeCycle>
LifeCycleServiceImpl. getLifeCycles()
protected Map<String,LifeCycle>
LifeCycleRegistry. lookup()
-