Package wt.configuration
Class _BaselineConfigurationOverride
java.lang.Object
wt.configuration._BaselineConfigurationOverride
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,wt.occurrence._OccurrenceData,_PathOccurrenceData,OccurrenceData,PathOccurrenceData,_Iterated,Iterated
- Direct Known Subclasses:
BaselineConfigurationOverride
public abstract class _BaselineConfigurationOverride
extends Object
implements PathOccurrenceData, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe version that overrides the base version in the configuration along this path.static final StringThe version that overrides the base version in the configuration along this path.Fields inherited from interface wt.vc._Iterated
CONTROL_BRANCH, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_NOTE, LATEST_ITERATION, MASTER, MASTER_REFERENCE, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAMEFields inherited from interface wt.occurrence._PathOccurrenceData
OCC, OCC_REFERENCE -
Method Summary
Modifier and TypeMethodDescriptionDerived attribute for displaying the Control Branch in query results.Derived fromWTPrincipalReference.getEMail()Derived fromWTPrincipalReference.getFullName()Derived fromWTPrincipalReference.getName()Derived from_IterationInfo.getIdentifier()Derived from_IterationInfo.getNote()The master for an iteration.The master for an iteration.Derived from_IterationInfo.getModifier()Derived fromWTPrincipalReference.getEMail()Derived fromWTPrincipalReference.getFullName()Derived fromWTPrincipalReference.getName()getOcc()Supported API: trueSupported API: trueThe version that overrides the base version in the configuration along this path.The version that overrides the base version in the configuration along this path.booleanDerived from_IterationInfo.isLatest()voidThe master for an iteration.voidsetMasterReference(ObjectReference the_masterReference) The master for an iteration.voidsetOcc(PathOccurrence the_occ) Supported API: truevoidsetOccReference(ObjectReference the_occReference) Supported API: truevoidsetPathOverride(ConfigurationManageable the_pathOverride) The version that overrides the base version in the configuration along this path.voidsetPathOverrideReference(ObjectReference the_pathOverrideReference) The version that overrides the base version in the configuration along this path.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
PATH_OVERRIDE
The version that overrides the base version in the configuration along this path.Supported API: true
-
PATH_OVERRIDE_REFERENCE
The version that overrides the base version in the configuration along this path.Supported API: true
-
-
Method Details
-
getPathOverride
The version that overrides the base version in the configuration along this path.Supported API: true
- See Also:
-
getPathOverrideReference
The version that overrides the base version in the configuration along this path.Supported API: true
- See Also:
-
setPathOverride
public void setPathOverride(ConfigurationManageable the_pathOverride) throws WTPropertyVetoException, WTException The version that overrides the base version in the configuration along this path.Supported API: true
- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setPathOverrideReference
public void setPathOverrideReference(ObjectReference the_pathOverrideReference) throws WTPropertyVetoException The version that overrides the base version in the configuration along this path.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getOcc
Supported API: true- Specified by:
getOccin interface_PathOccurrenceData- See Also:
-
getOccReference
Supported API: true- Specified by:
getOccReferencein interface_PathOccurrenceData- See Also:
-
setOcc
Supported API: true- Specified by:
setOccin interface_PathOccurrenceData- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setOccReference
Supported API: true- Specified by:
setOccReferencein interface_PathOccurrenceData- Throws:
WTPropertyVetoException- See Also:
-
getMaster
The master for an iteration. A master must exist for any iteration. @see wt.vc.MasteredSupported API: true
-
getMasterReference
The master for an iteration. A master must exist for any iteration. @see wt.vc.MasteredSupported API: true
- Specified by:
getMasterReferencein interface_Iterated- See Also:
-
setMaster
The master for an iteration. A master must exist for any iteration. @see wt.vc.MasteredSupported API: true
- Specified by:
setMasterin interface_Iterated- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setMasterReference
The master for an iteration. A master must exist for any iteration. @see wt.vc.MasteredSupported API: true
- Specified by:
setMasterReferencein interface_Iterated- Throws:
WTPropertyVetoException- See Also:
-
getControlBranch
Derived attribute for displaying the Control Branch in query results.Supported API: true
- Specified by:
getControlBranchin interface_Iterated- See Also:
-
getIterationNote
Derived from_IterationInfo.getNote()Supported API: true
- Specified by:
getIterationNotein interface_Iterated- See Also:
-
getCreatorEMail
Derived fromWTPrincipalReference.getEMail()Supported API: true
- Specified by:
getCreatorEMailin interface_Iterated- See Also:
-
getCreatorName
Derived fromWTPrincipalReference.getName()Supported API: true
- Specified by:
getCreatorNamein interface_Iterated- See Also:
-
getCreatorFullName
Derived fromWTPrincipalReference.getFullName()Supported API: true
- Specified by:
getCreatorFullNamein interface_Iterated- See Also:
-
getModifier
Derived from_IterationInfo.getModifier()Supported API: true
- Specified by:
getModifierin interface_Iterated- See Also:
-
getModifierEMail
Derived fromWTPrincipalReference.getEMail()Supported API: true
- Specified by:
getModifierEMailin interface_Iterated- See Also:
-
getModifierName
Derived fromWTPrincipalReference.getName()Supported API: true
- Specified by:
getModifierNamein interface_Iterated- See Also:
-
getModifierFullName
Derived fromWTPrincipalReference.getFullName()Supported API: true
- Specified by:
getModifierFullNamein interface_Iterated- See Also:
-
getIterationIdentifier
Derived from_IterationInfo.getIdentifier()Supported API: true
- Specified by:
getIterationIdentifierin interface_Iterated- See Also:
-
isLatestIteration
public boolean isLatestIteration()Derived from_IterationInfo.isLatest()Supported API: true
- Specified by:
isLatestIterationin interface_Iterated- See Also:
-