Media Authoring
with Java API

tv.amwa.maj.union
Interface SearchCriteria

All Known Subinterfaces:
SearchByAUID, SearchByMediaCriteria, SearchByMobID, SearchByMobKind, SearchByName, SearchForNothing
All Known Implementing Classes:
SearchByAUID, SearchByMediaCriteria, SearchByMobID, SearchByMobKind, SearchByName, SearchCriteria, SearchForNothing

public interface SearchCriteria

Specifies a search criteria for matching mobs specified in a number of different ways.

Author:
Richard Cartwright
See Also:
ContentStorage.getMobs(SearchCriteria), Header.getMobs(SearchCriteria), SearchTag

Method Summary
 SearchTag getSearchTag()
          Returns the tag that defines the kind of search criteria.
 

Method Detail

getSearchTag

SearchTag getSearchTag()

Returns the tag that defines the kind of search criteria.

Returns:
Tag defining the kind of search criteria.

Media Authoring
with Java API

(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.