Uses of Class
com.vidispine.generated.SearchHighlightType
-
-
Uses of SearchHighlightType in com.vidispine.generated
Fields in com.vidispine.generated declared as SearchHighlightType Modifier and Type Field Description protected SearchHighlightType
ItemSearchType. highlight
protected SearchHighlightType
MetadataGroupSearchType. highlight
Methods in com.vidispine.generated that return SearchHighlightType Modifier and Type Method Description SearchHighlightType
ObjectFactory. createSearchHighlightType()
Create an instance ofSearchHighlightType
SearchHighlightType
ItemSearchType. getHighlight()
Gets the value of the highlight property.SearchHighlightType
MetadataGroupSearchType. getHighlight()
Gets the value of the highlight property.SearchHighlightType
SearchHighlightType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SearchHighlightType
SearchHighlightType. withField(String... values)
SearchHighlightType
SearchHighlightType. withField(Collection<String> values)
SearchHighlightType
SearchHighlightType. withMatchingOnly(Boolean value)
SearchHighlightType
SearchHighlightType. withPrefix(String value)
SearchHighlightType
SearchHighlightType. withSuffix(String value)
Methods in com.vidispine.generated with parameters of type SearchHighlightType Modifier and Type Method Description void
ItemSearchType. setHighlight(SearchHighlightType value)
Sets the value of the highlight property.void
MetadataGroupSearchType. setHighlight(SearchHighlightType value)
Sets the value of the highlight property.FileSearchType
FileSearchType. withHighlight(SearchHighlightType value)
ItemSearchType
ItemSearchType. withHighlight(SearchHighlightType value)
MetadataGroupSearchType
MetadataGroupSearchType. withHighlight(SearchHighlightType value)
ShapeSearchType
ShapeSearchType. withHighlight(SearchHighlightType value)
-