Package wt.vc.config
Class PlantLifeCycleConfigSpec
java.lang.Object
wt.vc.config._LifeCycleConfigSpec
wt.vc.config.LifeCycleConfigSpec
wt.vc.config._PlantLifeCycleConfigSpec
wt.vc.config.PlantLifeCycleConfigSpec
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable,ConfigSpec
@GenAsObjectMappable(superClass=LifeCycleConfigSpec.class)
public class PlantLifeCycleConfigSpec
extends wt.vc.config._PlantLifeCycleConfigSpec
The PlantLifeCycleConfigSpec can be applied to LifeCycleManaged plants to resolve associated WTParts them based on
life cycle state. Only those parts whose associated plant elements at the specified life cycle state will be
returned.
Use the newPlantLifeCycleConfigSpec static factory method(s), not the
PlantLifeCycleConfigSpec constructor, to construct instances of this class. Instances must be
constructed using the static factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.vc.config._LifeCycleConfigSpec
LIFE_CYCLE_STATE -
Method Summary
Modifier and TypeMethodDescriptionstatic PlantLifeCycleConfigSpecnewPlantLifeCycleConfigSpec(State lifeCycleState) Constructs a new LifeCycleConfigSpec using the specified state.Methods inherited from class wt.vc.config.LifeCycleConfigSpec
appendSearchCriteria, initialize, newLifeCycleConfigSpec, process, setLifeCycleStateMethods inherited from class wt.vc.config._LifeCycleConfigSpec
getLifeCycleState
-
Method Details
-
newPlantLifeCycleConfigSpec
public static PlantLifeCycleConfigSpec newPlantLifeCycleConfigSpec(State lifeCycleState) throws WTPropertyVetoException Constructs a new LifeCycleConfigSpec using the specified state.
Supported API: true- Parameters:
lifeCycleState-- Returns:
- LifeCycleConfigSpec
- Throws:
WTPropertyVetoException
-