Creating advanced design search patterns
You can create patterns for advanced design searches. These patterns apply both to the local and server searches. They are displayed in the list of the patterns of the Advanced design search and Server advanced design search tabs, in addition to the standard patterns.
Procedure
- Create a plug-in for the user advanced design searches.
- Instantiate the extension point com.ibm.pdp.maf.rpp.mafAdvancedSearchPattern in the plugin.xml file of this plug-in for each user search pattern.
- Code the Java class that implements the instantiation of the extension point.
- Optional: Customize the result view for each user search pattern.
- Test with an Eclipse application configuration.
- Deploy the new plug-in to make it available to others.