Uses of Interface
org.nuxeo.ecm.core.lifecycle.LifeCycle
Packages that use LifeCycle
Package
Description
LifeCycle API.
Implementation of the LifeCycle API.
-
Uses of LifeCycle in org.nuxeo.ecm.core.lifecycle
Methods in org.nuxeo.ecm.core.lifecycle that return LifeCycleModifier and TypeMethodDescriptionLifeCycleService.getLifeCycleByName
(String name) Returns a life cycle given its name.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 LifeCycleModifier and TypeMethodDescriptionLifeCycleService.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 LifeCycleFields in org.nuxeo.ecm.core.lifecycle.impl with type parameters of type LifeCycleMethods in org.nuxeo.ecm.core.lifecycle.impl that return LifeCycleModifier and TypeMethodDescriptionLifeCycleRegistry.getLifeCycle
(String name) LifeCycleRegistry.getLifeCycle
(LifeCycleDescriptor desc) Returns a life cycle instance out of the life cycle configuration.LifeCycleServiceImpl.getLifeCycleByName
(String name) LifeCycleServiceImpl.getLifeCycleFor
(Document doc) Methods in org.nuxeo.ecm.core.lifecycle.impl that return types with arguments of type LifeCycleModifier and TypeMethodDescriptionLifeCycleRegistry.getLifeCycles()
LifeCycleServiceImpl.getLifeCycles()
LifeCycleRegistry.lookup()