Class LifeCycleStateImpl

java.lang.Object
org.nuxeo.ecm.core.lifecycle.impl.LifeCycleStateImpl
All Implemented Interfaces:
LifeCycleState

public class LifeCycleStateImpl extends Object implements LifeCycleState
Life cycle state implementation.
Author:
Julien Anguenot
See Also:
  • Constructor Details

    • LifeCycleStateImpl

      public LifeCycleStateImpl(String name, String description, Collection<String> allowedStateTransitions, boolean initial)
  • Method Details