wt.lifecycle
Interface LifeCycleDefinition

All Known Implementing Classes:
LifeCycleTemplate, LifeCycleTemplateMaster

public interface LifeCycleDefinition

An interface that represents the Life Cycle. The Life Cycle Template and Life Cycle Template Master objects both implement this interface.

Supported API: false

Extendable: false


Method Summary
 LifeCycleTemplate getLifeCycleTemplate()
          Depending on the specific object type, return the appropriate Life Cycle Template object.
 LifeCycleTemplateReference getLifeCycleTemplateReference()
          Depending on the specific object type, return a reference to the appropriate Life Cycle Template object.
 

Method Detail

getLifeCycleTemplate

public LifeCycleTemplate getLifeCycleTemplate()
                                       throws WTException
Depending on the specific object type, return the appropriate Life Cycle Template object.

Supported API: false

Returns:
LifeCycleTemplate
Throws:
WTException

getLifeCycleTemplateReference

public LifeCycleTemplateReference getLifeCycleTemplateReference()
                                                         throws WTException
Depending on the specific object type, return a reference to the appropriate Life Cycle Template object.

Supported API: false

Returns:
LifeCycleTemplateReference
Throws:
WTException