Class 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

@GenAsPersistable(superClass=NavigationFilter2.class,interfaces={ChoiceMappable.class,Expressionable.class},properties={@GeneratedProperty(name="ruleCheckingDisabled",type=boolean.class,supportedAPI=PUBLIC,javaDoc="Saves the value for choice rule disabling.",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="configSpecs",type=java.util.List.class,typeParameter="<com.ptc.windchill.option.model.ATORuleConfigSpec>",columnProperties=@ColumnProperties(persistent=false),accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="effectivityDate",type=java.sql.Timestamp.class,supportedAPI=PUBLIC,javaDoc="Saves the value of the effectivity date selected for the filter."),@GeneratedProperty(name="useDefaultForUnresolved",type=boolean.class,supportedAPI=PUBLIC,javaDoc="Saves the value for choice rule disabling.",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="configSpecs",type=java.util.List.class,typeParameter="<com.ptc.windchill.option.model.ATORuleConfigSpec>",columnProperties=@ColumnProperties(persistent=false)),@GeneratedProperty(name="filterMode",type=int.class,supportedAPI=PUBLIC,javaDoc="Name of the filtering mode to be use by the ATO filter delegate")},foreignKeys=@GeneratedForeignKey(myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="theOptionSet",type=OptionSet.class,constraints=@PropertyConstraints(required=true),supportedAPI=PUBLIC),myRole=@MyRole(name="theATONavigationFilter",cardinality=ONE))) public final class ATONavigationFilter extends _ATONavigationFilter
Implementation of the NavigationFilter2 interface.

Use the newATONavigationFilter static factory method(s), not the ATONavigationFilter 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: