Package wt.part
Class _WTPartStandardConfigSpec
java.lang.Object
wt.part._WTPartStandardConfigSpec
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable,ConfigSpec
- Direct Known Subclasses:
WTPartStandardConfigSpec
public abstract class _WTPartStandardConfigSpec
extends Object
implements ConfigSpec, ObjectMappable, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIf set, ONLY those WTParts at this particular state are returned.static final StringIf set, only those objects assigned to the variation1 are returned.static final StringIf set, only those objects assigned to the variation2 are returned.static final StringIf true, include any working copies I may have. -
Method Summary
Modifier and TypeMethodDescriptionIf set, ONLY those WTParts at this particular state are returned.If set, only those objects assigned to the variation1 are returned.If set, only those objects assigned to the variation2 are returned.booleanIf true, include any working copies I may have.voidsetLifeCycleState(State lifeCycleState) If set, ONLY those WTParts at this particular state are returned.voidsetVariation1(Variation1 variation1) If set, only those objects assigned to the variation1 are returned.voidsetVariation2(Variation2 variation2) If set, only those objects assigned to the variation2 are returned.voidsetWorkingIncluded(boolean workingIncluded) If true, include any working copies I may have.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.vc.config.ConfigSpec
appendSearchCriteria, getRelationalConfigSpec, process
-
Field Details
-
LIFE_CYCLE_STATE
If set, ONLY those WTParts at this particular state are returned.Supported API: true
-
WORKING_INCLUDED
If true, include any working copies I may have.Supported API: true
-
VARIATION1
If set, only those objects assigned to the variation1 are returned. If no WTParts match the variation1, other variation1s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation1 are checked last. If this is not set only WTParts with null variation1 will be returned.Supported API: true
-
VARIATION2
If set, only those objects assigned to the variation2 are returned. If no WTParts match the variation2, other variation2s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation2 are checked last. If this is not set only WTParts with null variation2 will be returned.Supported API: true
-
-
Method Details
-
getLifeCycleState
If set, ONLY those WTParts at this particular state are returned.Supported API: true
- See Also:
-
setLifeCycleState
If set, ONLY those WTParts at this particular state are returned.Supported API: true
- See Also:
-
isWorkingIncluded
public boolean isWorkingIncluded()If true, include any working copies I may have.Supported API: true
- See Also:
-
setWorkingIncluded
public void setWorkingIncluded(boolean workingIncluded) If true, include any working copies I may have.Supported API: true
- See Also:
-
getVariation1
If set, only those objects assigned to the variation1 are returned. If no WTParts match the variation1, other variation1s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation1 are checked last. If this is not set only WTParts with null variation1 will be returned.Supported API: true
- See Also:
-
setVariation1
If set, only those objects assigned to the variation1 are returned. If no WTParts match the variation1, other variation1s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation1 are checked last. If this is not set only WTParts with null variation1 will be returned.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getVariation2
If set, only those objects assigned to the variation2 are returned. If no WTParts match the variation2, other variation2s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation2 are checked last. If this is not set only WTParts with null variation2 will be returned.Supported API: true
- See Also:
-
setVariation2
If set, only those objects assigned to the variation2 are returned. If no WTParts match the variation2, other variation2s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation2 are checked last. If this is not set only WTParts with null variation2 will be returned.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-