Uses of Interface
org.opencrx.kernel.generic.jmi1.Media

Packages that use Media
org.opencrx.kernel.generic.jmi1   
 

Uses of Media in org.opencrx.kernel.generic.jmi1
 

Methods in org.opencrx.kernel.generic.jmi1 with type parameters of type Media
<T extends Media>
List<T>
CrxObject.getMedia(MediaQuery query)
          Retrieves the value for the reference media for the specified query.
 

Methods in org.opencrx.kernel.generic.jmi1 that return Media
 Media MediaClass.createMedia()
          Creates an instance of class Media.
 Media CrxObject.getMedia(boolean idIsPersistent, String id)
          Retrieves the value for the reference media for the specified qualifier attribute value.
 Media MediaClass.getMedia(Object object)
          Creates an instance of class Media based on the specified Object instance.
 Media CrxObject.getMedia(String id)
          Retrieves the value for the reference media for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.generic.jmi1 with parameters of type Media
 void CrxObject.addMedia(boolean idIsPersistent, String id, Media media)
          Adds the specified element to the set of the values for the reference media.
 void CrxObject.addMedia(String id, Media media)
          Adds the specified element to the set of the values for the reference media using a reassignable qualifier.
 



This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.