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.Fields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
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
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
-
DESCRIPTION
Description of the Navigation Filter Template.Supported API: true
- See Also:
-
NAME
Supported API: true- See Also:
-
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
- See Also:
-
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
- See Also:
-
-
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:
-