Package wt.filter
Class NavigationFilterTemplate
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.filter._NavigationFilterTemplate
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
@GenAsPersistable(superClass=WTObject.class,interfaces={wt.access.PolicyAccessControlled.class,wt.filter.FilterTemplate.class,wt.ufid.Federatable.class,WTContained.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="description",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="Description of the Navigation Filter Template."),@GeneratedProperty(name="name",type=java.lang.String.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=60,required=true)),@GeneratedProperty(name="supportPartIba",type=boolean.class,initialValue="false",supportedAPI=PUBLIC,javaDoc="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."),@GeneratedProperty(name="supportExclusion",type=boolean.class,initialValue="false",supportedAPI=PUBLIC,javaDoc="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."),@GeneratedProperty(name="filterType",type=NavigationFilterType.class,initialValue="NavigationFilterType.OPTIONS",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,required=true))},iconProperties=@IconProperties(standardIcon="/netmarkets/images/nft.gif",openIcon="/netmarkets/images/nft.gif"))
public class NavigationFilterTemplate
extends _NavigationFilterTemplate
Filter template is a collection of options with possible values that
can be used for assigning option rules on part usage links. To be included
in the option filter template,
the attributes must be defined in the option pool a value type as string
or boolean. Attributes included in the option filter template are referred
to as options, while
attribute values are referred to as option choices.
FilterTemplates can be created in either site or organization context.
Use the newNavigationFilterTemplate static factory method(s),
not the NavigationFilterTemplate 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:
-
Field Summary
Fields inherited from class wt.filter._NavigationFilterTemplate
DESCRIPTION, EXTERNALIZATION_VERSION_UID, FILTER_TYPE, NAME, SUPPORT_EXCLUSION, SUPPORT_PART_IBAFields 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
Methods inherited from class wt.filter._NavigationFilterTemplate
getAdministrativeLock, getClassInfo, getConceptualClassname, getContainer, getContainerName, getContainerReference, getDescription, getDomainRef, getFederatableInfo, getFilterType, getName, getType, isInheritedDomain, isSupportExclusion, isSupportPartIba, readExternal, readExternal, readVersion, setAdministrativeLock, setContainer, setContainerReference, setDescription, setDomainRef, setFederatableInfo, setFilterType, setInheritedDomain, setName, setSupportExclusion, setSupportPartIba, super_readExternal_NavigationFilterTemplate, super_readVersion_NavigationFilterTemplate, super_writeExternal_NavigationFilterTemplate, writeExternal, writeExternalMethods 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