Class LifeCycleStateConfiguration
- java.lang.Object
-
- org.nuxeo.ecm.core.lifecycle.extensions.LifeCycleStateConfiguration
-
public class LifeCycleStateConfiguration extends Object
Configuration helper class for state configuration.- Author:
- Julien Anguenot
- See Also:
LifeCycleDescriptor
,LifeCycleState
-
-
Constructor Summary
Constructors Constructor Description LifeCycleStateConfiguration(Element element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<LifeCycleState>
getStates()
-
-
-
Constructor Detail
-
LifeCycleStateConfiguration
public LifeCycleStateConfiguration(Element element)
-
-
Method Detail
-
getStates
public Collection<LifeCycleState> getStates()
-
-