Package wt.filter

Interface Filterable

All Superinterfaces:
_Filterable, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
_AssociativeToSCCLink, _CoProduceLink, _CoProduceMemberLink, _CoProduceMgmtLink, _CoProduceUsageLink, _EPMMemberLink, _EquivalenceLink, _MPMAbstractPlantAssignmentLink, _MPMCompatibilityLink, _MPMDescribeMfgProcessLink, _MPMDocumentDescribeLink, _MPMDocumentReferenceLink, _MPMEPMDocumentDescribeLink, _MPMMfgStandardUsageLink, _MPMOperationProcessLink, _MPMOperationRefLink, _MPMOperationRefLinkQuantity, _MPMOperationToConsumableLink, _MPMOperationToOperatedPartLink, _MPMOperationToPartLink, _MPMOperationToStandardCCLink, _MPMOperationToWorkCenterLink, _MPMOperationUsageLink, _MPMPartQualityLink, _MPMPartToPlantAssignmentLink, _MPMPartToProcessPlanLink, _MPMPlantAssignmentLink, _MPMPlantLocalizationLink, _MPMPrecedenceConstraintLink, _MPMProcessPlanLocalizationLink, _MPMProcessQualityLink, com.ptc.windchill.mpml.pmi._MPMQualityLink, _MPMSequenceUsageLink, com.ptc.windchill.mpml.pmi._MPMStandardCCRefLink, _MPMStandardCCToProcessPlanLink, _MPMStandardCCToResourceLink, _MPMStandardCCUsageToDDLink, _MPMStandardCCUsageToDRLink, _MPMStandardCCUsageToEPMDDLink, _MPMStandardProcedureLink, _MPMStdCCUsageToProcessPlanLink, _MPMStdCCUsageToResourceLink, _OperationToPartAllocationLink, _PartListItem, _RawMaterialLink, _RMAlternateLink, _SupplementaryReplacementLink, _WTPartUsageLink, AssociativeToSCCLink, CoProduceLink, CoProduceMemberLink, CoProduceMgmtLink, CoProduceUsageLink, EPMMemberLink, EquivalenceLink, MPMAbstractPlantAssignmentLink, MPMCompatibilityLink, MPMDescribeMfgProcessLink, MPMDocumentDescribeLink, MPMDocumentReferenceLink, MPMEPMDocumentDescribeLink, MPMMfgStandardUsageLink, MPMOperationProcessLink, MPMOperationRefLink, MPMOperationRefLinkQuantity, MPMOperationToConsumableLink, MPMOperationToOperatedPartLink, MPMOperationToPartLink, MPMOperationToStandardCCLink, MPMOperationToWorkCenterLink, MPMOperationUsageLink, MPMPartQualityLink, MPMPartToPlantAssignmentLink, MPMPartToProcessPlanLink, MPMPlantAssignmentLink, MPMPlantLocalizationLink, MPMPrecedenceConstraintLink, MPMProcessPlanLocalizationLink, MPMProcessQualityLink, com.ptc.windchill.mpml.pmi.MPMQualityLink, MPMSequenceUsageLink, com.ptc.windchill.mpml.pmi.MPMStandardCCRefLink, MPMStandardCCToProcessPlanLink, MPMStandardCCToResourceLink, MPMStandardCCUsageToDDLink, MPMStandardCCUsageToDRLink, MPMStandardCCUsageToEPMDDLink, MPMStandardProcedureLink, MPMStdCCUsageToProcessPlanLink, MPMStdCCUsageToResourceLink, OperationToPartAllocationLink, PartListItem, RawMaterialLink, RMAlternateLink, SupplementaryReplacementLink, WTPartUsageLink

@GenAsPersistable(properties=@GeneratedProperty(name="filteredStatus",type=FilteredStatus.class,accessors=@PropertyAccessors(setExceptions={}),javaDoc="Filtered status as calculated by the filter delegates.",supportedAPI=PUBLIC,columnProperties=@ColumnProperties(persistent=false))) public interface Filterable extends _Filterable
Interface to tag object that need to considered for filtering. Filtering assumes these objects that are tagged by this interface are IBAHolders.

Supported API: true

Extendable: false