Uses of Interface
org.nuxeo.ecm.core.lifecycle.LifeCycleTransition
-
Packages that use LifeCycleTransition Package Description 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 LifeCycleTransition in org.nuxeo.ecm.core.lifecycle
Methods in org.nuxeo.ecm.core.lifecycle that return LifeCycleTransition Modifier and Type Method Description LifeCycleTransitionLifeCycle. getTransitionByName(String transitionName)Returns a life cycle transition instance given its name.Methods in org.nuxeo.ecm.core.lifecycle that return types with arguments of type LifeCycleTransition Modifier and Type Method Description Collection<LifeCycleTransition>LifeCycle. getTransitions()Returns a list of life cycle transition instances. -
Uses of LifeCycleTransition in org.nuxeo.ecm.core.lifecycle.extensions
Methods in org.nuxeo.ecm.core.lifecycle.extensions that return types with arguments of type LifeCycleTransition Modifier and Type Method Description Collection<LifeCycleTransition>LifeCycleDescriptor. getTransitions()Collection<LifeCycleTransition>LifeCycleTransitionConfiguration. getTransitions() -
Uses of LifeCycleTransition in org.nuxeo.ecm.core.lifecycle.impl
Classes in org.nuxeo.ecm.core.lifecycle.impl that implement LifeCycleTransition Modifier and Type Class Description classLifeCycleTransitionImplLife cycle transition implementation.Methods in org.nuxeo.ecm.core.lifecycle.impl that return LifeCycleTransition Modifier and Type Method Description LifeCycleTransitionLifeCycleImpl. getTransitionByName(String transitionName)Methods in org.nuxeo.ecm.core.lifecycle.impl that return types with arguments of type LifeCycleTransition Modifier and Type Method Description Collection<LifeCycleTransition>LifeCycleImpl. getTransitions()
-