Package wt.filter
Class _NavigationFilterTemplate
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.filter._NavigationFilterTemplate
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._PolicyAccessControlled,AccessControlled,wt.access.PolicyAccessControlled,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,wt.filter._FilterTemplate,wt.filter.FilterTemplate,DisplayIdentification,wt.inf.container._WTContained,WTContained,wt.recent.RecentlyVisited,wt.ufid._Federatable,wt.ufid.Federatable
- Direct Known Subclasses:
NavigationFilterTemplate
public abstract class _NavigationFilterTemplate
extends WTObject
implements wt.access.PolicyAccessControlled, wt.filter.FilterTemplate, wt.ufid.Federatable, WTContained, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDescription of the Navigation Filter Template.static final StringSupported API: truestatic final StringA flag to indicate whether the filter template option choices marked for exclusion in the filtering process Setting this value to true will expose additional capabilities in Edit Option Rules UI to mark options choices as excluded.static final StringA flag to indicate whether the filter template supports filtering by supporting item option choices. -
Method Summary
Modifier and TypeMethodDescriptionDescription of the Navigation Filter Template.getName()Supported API: truebooleanA flag to indicate whether the filter template option choices marked for exclusion in the filtering process Setting this value to true will expose additional capabilities in Edit Option Rules UI to mark options choices as excluded.booleanA flag to indicate whether the filter template supports filtering by supporting item option choices.voidsetDescription(String description) Description of the Navigation Filter Template.voidSupported API: truevoidsetSupportExclusion(boolean supportExclusion) A flag to indicate whether the filter template option choices marked for exclusion in the filtering process Setting this value to true will expose additional capabilities in Edit Option Rules UI to mark options choices as excluded.voidsetSupportPartIba(boolean supportPartIba) A flag to indicate whether the filter template supports filtering by supporting item option choices.Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
DESCRIPTION
Description of the Navigation Filter Template.Supported API: true
-
NAME
Supported API: true -
SUPPORT_PART_IBA
A flag to indicate whether the filter template supports filtering by supporting item option choices. This value will be used in filter delegates to decide whether choices on supporting items like child WTParts of WTPartUsageLinks will be considered during filtering. When this is set to true, both filterable and supporting object choices will be used for filtering. The default value is false - indicating that filterable's choices will be used for filtering.Supported API: true
-
SUPPORT_EXCLUSION
A flag to indicate whether the filter template option choices marked for exclusion in the filtering process Setting this value to true will expose additional capabilities in Edit Option Rules UI to mark options choices as excluded. The default value is false.Supported API: true
-
-
Method Details
-
getDescription
Description of the Navigation Filter Template.Supported API: true
- See Also:
-
setDescription
Description of the Navigation Filter Template.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getName
Supported API: true- See Also:
-
setName
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
isSupportPartIba
public boolean isSupportPartIba()A flag to indicate whether the filter template supports filtering by supporting item option choices. This value will be used in filter delegates to decide whether choices on supporting items like child WTParts of WTPartUsageLinks will be considered during filtering. When this is set to true, both filterable and supporting object choices will be used for filtering. The default value is false - indicating that filterable's choices will be used for filtering.Supported API: true
- See Also:
-
setSupportPartIba
A flag to indicate whether the filter template supports filtering by supporting item option choices. This value will be used in filter delegates to decide whether choices on supporting items like child WTParts of WTPartUsageLinks will be considered during filtering. When this is set to true, both filterable and supporting object choices will be used for filtering. The default value is false - indicating that filterable's choices will be used for filtering.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
isSupportExclusion
public boolean isSupportExclusion()A flag to indicate whether the filter template option choices marked for exclusion in the filtering process Setting this value to true will expose additional capabilities in Edit Option Rules UI to mark options choices as excluded. The default value is false.Supported API: true
- See Also:
-
setSupportExclusion
A flag to indicate whether the filter template option choices marked for exclusion in the filtering process Setting this value to true will expose additional capabilities in Edit Option Rules UI to mark options choices as excluded. The default value is false.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-