Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.lifecycle
Interface LifeCycleState

All Known Implementing Classes:
LifeCycleStateImpl

public interface LifeCycleState

Life cycle state.

Author:
Julien Anguenot
See Also:
LifeCycleStateImpl

Method Summary
 java.util.Collection<java.lang.String> getAllowedStateTransitions()
          Returns the allowed state transitions.
 java.lang.String getDescription()
          Returns the life cycle state descriptions.
 java.lang.String getName()
          Returns the life cycle state name.
 boolean isInitial()
          Returns true if state is a valid initial state
 

Method Detail

getName

java.lang.String getName()
Returns the life cycle state name.

Returns:
the life cycle state name as a string

getDescription

java.lang.String getDescription()
Returns the life cycle state descriptions.

Returns:
the life cycle state description

getAllowedStateTransitions

java.util.Collection<java.lang.String> getAllowedStateTransitions()
Returns the allowed state transitions.

Returns:
a collection of string representing the allowed state transitions

isInitial

boolean isInitial()
Returns true if state is a valid initial state


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.