Media Authoring
with Java API

tv.amwa.maj.argument
Class SearchCriteria

java.lang.Object
  extended by tv.amwa.maj.argument.SearchCriteria
All Implemented Interfaces:
Serializable, SearchCriteria
Direct Known Subclasses:
SearchByAUID, SearchByMediaCriteria, SearchByMobID, SearchByMobKind, SearchByName, SearchForNothing

public abstract class SearchCriteria
extends Object
implements SearchCriteria, Serializable

Implementation of 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, Serialized Form

Method Summary
 SearchTag getSearchTag()
          Returns the tag that defines the kind of search criteria.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSearchTag

public SearchTag getSearchTag()
Description copied from interface: SearchCriteria

Returns the tag that defines the kind of search criteria.

Specified by:
getSearchTag in interface SearchCriteria
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.