Uses of Interface
org.nuxeo.ecm.core.lifecycle.LifeCycleState
-
Packages that use LifeCycleState 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 LifeCycleState in org.nuxeo.ecm.core.lifecycle
Methods in org.nuxeo.ecm.core.lifecycle that return LifeCycleState Modifier and Type Method Description LifeCycleState
LifeCycle. getStateByName(String stateName)
Returns a life cycle state instance given its name.Methods in org.nuxeo.ecm.core.lifecycle that return types with arguments of type LifeCycleState Modifier and Type Method Description Collection<LifeCycleState>
LifeCycle. getStates()
Returns the list of life cycle state instances. -
Uses of LifeCycleState in org.nuxeo.ecm.core.lifecycle.extensions
Methods in org.nuxeo.ecm.core.lifecycle.extensions that return types with arguments of type LifeCycleState Modifier and Type Method Description Collection<LifeCycleState>
LifeCycleDescriptor. getStates()
Collection<LifeCycleState>
LifeCycleStateConfiguration. getStates()
-
Uses of LifeCycleState in org.nuxeo.ecm.core.lifecycle.impl
Classes in org.nuxeo.ecm.core.lifecycle.impl that implement LifeCycleState Modifier and Type Class Description class
LifeCycleStateImpl
Life cycle state implementation.Methods in org.nuxeo.ecm.core.lifecycle.impl that return LifeCycleState Modifier and Type Method Description LifeCycleState
LifeCycleImpl. getStateByName(String stateName)
Methods in org.nuxeo.ecm.core.lifecycle.impl that return types with arguments of type LifeCycleState Modifier and Type Method Description Collection<LifeCycleState>
LifeCycleImpl. getStates()
-