Package wt.change2
Interface ChooseLifeCycleDelegate
- All Known Implementing Classes:
DefaultChooseLifeCycleDelegate
public interface ChooseLifeCycleDelegate
This delegate is used to find the LifeCycleTemplate for an object of
a particular class. The implementation of this interface is selected
based on properties in section 6 of the change2.properties file.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionchooseLifeCycle(LifeCycleManaged object) Returns the LifeCycleTemplate for the given object using services.properties.getLifeCycleChoice(LifeCycleManaged object) Returns the LifeCycleTemplate for the given object using services.properties.
-
Method Details
-
chooseLifeCycle
Returns the LifeCycleTemplate for the given object using services.properties.
Supported API: true- Parameters:
object-- Returns:
- LifeCycleTemplate
- Throws:
WTException
-
getLifeCycleChoice
Returns the LifeCycleTemplate for the given object using services.properties.
Supported API: true- Parameters:
object-- Returns:
- String
- Throws:
WTException
-