public interface LifeCycleState
LifeCycleStateImpl
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getAllowedStateTransitions()
Returns the allowed state transitions.
|
String |
getDescription()
Returns the life cycle state descriptions.
|
String |
getName()
Returns the life cycle state name.
|
boolean |
isInitial()
Returns true if state is a valid initial state
|
String getName()
String getDescription()
Collection<String> getAllowedStateTransitions()
boolean isInitial()
Copyright © 2018 Nuxeo. All rights reserved.