Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.lifecycle.extensions
Class LifeCycleDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.core.lifecycle.extensions.LifeCycleDescriptor

public class LifeCycleDescriptor
extends Object

Descriptor for a life cycle extension.

Author:
Julien Anguenot, Florent Guillaume
See Also:
LifeCycleServiceImpl, LifeCycle

Constructor Summary
LifeCycleDescriptor()
           
 
Method Summary
 String getDefaultInitialStateName()
           
 String getDescription()
           
 String getInitialStateName()
           
 LifeCycle getLifeCycle()
          Returns a life cycle instance out of the life cycle configuration.
 String getName()
           
 Collection<LifeCycleState> getStates()
           
 Collection<LifeCycleTransition> getTransitions()
           
 void setDescription(String description)
           
 void setLifeCycleManager(String lifeCycleManager)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifeCycleDescriptor

public LifeCycleDescriptor()
Method Detail

setLifeCycleManager

public void setLifeCycleManager(String lifeCycleManager)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getName

public String getName()

getInitialStateName

public String getInitialStateName()

getDefaultInitialStateName

public String getDefaultInitialStateName()

getStates

public Collection<LifeCycleState> getStates()

getTransitions

public Collection<LifeCycleTransition> getTransitions()

getLifeCycle

public LifeCycle getLifeCycle()
Returns a life cycle instance out of the life cycle configuration.


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.