Package com.ptc.windchill.option.model
Class _ATONavigationFilter
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.filter._NavigationFilter2
wt.filter.NavigationFilter2
com.ptc.windchill.option.model._ATONavigationFilter
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,DisplayIdentification,wt.option._ChoiceMappable,wt.option._Expressionable,ChoiceMappable,Expressionable,wt.ufid._Federatable,wt.ufid.Federatable
- Direct Known Subclasses:
ATONavigationFilter
public abstract class _ATONavigationFilter
extends NavigationFilter2
implements ChoiceMappable, Expressionable, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSaves the value of the effectivity date selected for the filter.static final StringName of the filtering mode to be use by the ATO filter delegatestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSaves the value for choice rule disabling.static final StringSaves the value for choice rule disabling.Fields inherited from class wt.filter._NavigationFilter2
NAV_CRITERIA, NAV_CRITERIA_REFERENCEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.option._Expressionable
EXPRESSION_DATAFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.option.ChoiceMappable
LOADER_CACHE_KEYFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.option.Expressionable
LOADER_CACHE_KEYFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionSaves the value of the effectivity date selected for the filter.intName of the filtering mode to be use by the ATO filter delegateSupported API: trueSupported API: truebooleanSaves the value for choice rule disabling.booleanSaves the value for choice rule disabling.voidsetEffectivityDate(Timestamp effectivityDate) Saves the value of the effectivity date selected for the filter.voidsetFilterMode(int filterMode) Name of the filtering mode to be use by the ATO filter delegatevoidsetOptionSet(OptionSet the_theOptionSet) Supported API: truevoidsetOptionSetReference(ObjectReference the_theOptionSetReference) Supported API: truevoidsetRuleCheckingDisabled(boolean ruleCheckingDisabled) Saves the value for choice rule disabling.voidsetUseDefaultForUnresolved(boolean useDefaultForUnresolved) Saves the value for choice rule disabling.Methods inherited from class wt.filter.NavigationFilter2
getFilterTypeMethods inherited from class wt.filter._NavigationFilter2
getNavCriteria, getNavCriteriaReference, readVersion, setNavCriteria, setNavCriteriaReference, super_readExternal_NavigationFilter2, super_readVersion_NavigationFilter2, super_writeExternal_NavigationFilter2Methods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Field Details
-
RULE_CHECKING_DISABLED
Saves the value for choice rule disabling.Supported API: true
- See Also:
-
EFFECTIVITY_DATE
Saves the value of the effectivity date selected for the filter.Supported API: true
- See Also:
-
USE_DEFAULT_FOR_UNRESOLVED
Saves the value for choice rule disabling.Supported API: true
- See Also:
-
FILTER_MODE
Name of the filtering mode to be use by the ATO filter delegateSupported API: true
- See Also:
-
OPTION_SET
Supported API: true- See Also:
-
OPTION_SET_REFERENCE
Supported API: true- See Also:
-
-
Method Details
-
isRuleCheckingDisabled
public boolean isRuleCheckingDisabled()Saves the value for choice rule disabling.Supported API: true
- See Also:
-
setRuleCheckingDisabled
public void setRuleCheckingDisabled(boolean ruleCheckingDisabled) Saves the value for choice rule disabling.Supported API: true
- See Also:
-
getEffectivityDate
Saves the value of the effectivity date selected for the filter.Supported API: true
- See Also:
-
setEffectivityDate
Saves the value of the effectivity date selected for the filter.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
isUseDefaultForUnresolved
public boolean isUseDefaultForUnresolved()Saves the value for choice rule disabling.Supported API: true
- See Also:
-
setUseDefaultForUnresolved
public void setUseDefaultForUnresolved(boolean useDefaultForUnresolved) Saves the value for choice rule disabling.Supported API: true
- See Also:
-
getFilterMode
public int getFilterMode()Name of the filtering mode to be use by the ATO filter delegateSupported API: true
- See Also:
-
setFilterMode
Name of the filtering mode to be use by the ATO filter delegateSupported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getOptionSet
Supported API: true- See Also:
-
getOptionSetReference
Supported API: true- See Also:
-
setOptionSet
Supported API: true- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setOptionSetReference
public void setOptionSetReference(ObjectReference the_theOptionSetReference) throws WTPropertyVetoException Supported API: true- Throws:
WTPropertyVetoException- See Also:
-