Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.lifecycle
Interface LifeCycleTransition

All Known Implementing Classes:
LifeCycleTransitionImpl

public interface LifeCycleTransition

Life cycle transition.

Author:
Julien Anguenot
See Also:
LifeCycleTransitionImpl

Method Summary
 String getDescription()
          Returns the description of the transition.
 String getDestinationStateName()
          Returns the destination state.
 String getName()
          Returns the transition name.
 

Method Detail

getName

String getName()
Returns the transition name.

Returns:
the transition name as a string

getDescription

String getDescription()
Returns the description of the transition.

Returns:
the description of the transition.

getDestinationStateName

String getDestinationStateName()
Returns the destination state.

Returns:
the destination state name as a string

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.