public class LifeCycleStateImpl extends Object implements LifeCycleState
LifeCycleState| Constructor and Description |
|---|
LifeCycleStateImpl(String name,
String description,
Collection<String> allowedStateTransitions,
boolean initial) |
| 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
|
public LifeCycleStateImpl(String name, String description, Collection<String> allowedStateTransitions, boolean initial)
public Collection<String> getAllowedStateTransitions()
LifeCycleStategetAllowedStateTransitions in interface LifeCycleStatepublic String getDescription()
LifeCycleStategetDescription in interface LifeCycleStatepublic String getName()
LifeCycleStategetName in interface LifeCycleStatepublic boolean isInitial()
LifeCycleStateisInitial in interface LifeCycleStateCopyright © 2019 Nuxeo. All rights reserved.