Package com.tibco.ep.tcs.runtime.config
Interface ISearchMetaData
-
public interface ISearchMetaData
An interface describing search metadata for a flow or block.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getKeywords()
Return the search object's set of search keywords, null if none.String
getPrimaryCategory()
Return the search object's primary category, null if none.String[]
getSecondaryCategories()
Return the search object's secondary categories, null if none.
-
-
-
Method Detail
-
getPrimaryCategory
String getPrimaryCategory()
Return the search object's primary category, null if none. Free-form.
- Returns:
- primary category, null if none
-
getSecondaryCategories
String[] getSecondaryCategories()
Return the search object's secondary categories, null if none. Free-form.
- Returns:
- secondary categories, null if none
-
getKeywords
String[] getKeywords()
Return the search object's set of search keywords, null if none. Free-form.
- Returns:
- keywords, null if none
-
-