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, NAME, SUPPORT_EXCLUSION, SUPPORT_PART_IBA -
Method Summary
Methods inherited from class wt.filter._NavigationFilterTemplate
getDescription, getName, isSupportExclusion, isSupportPartIba, setDescription, setName, setSupportExclusion, setSupportPartIbaMethods 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