Jive API (3.0.13) Core Javadocs

Uses of Interface
com.jivesoftware.community.media.Media

Packages that use Media
com.jivesoftware.community.media   
com.jivesoftware.community.media.type   
com.jivesoftware.community.media.video   
 

Uses of Media in com.jivesoftware.community.media
 

Classes in com.jivesoftware.community.media with type parameters of type Media
 interface MediaAction<T extends Media>
          An action that operations on a specific media object
 class MediaResultFilter<T extends Class<? extends Media>>
          Base result filter for multimedia content
 

Fields in com.jivesoftware.community.media with type parameters of type Media
protected  MediaObjectTypeRegistry<Map<Class<? extends Media>,String>> MediaObjectType.mediaObjectTypeRegistry
           
 

Methods in com.jivesoftware.community.media with type parameters of type Media
<T extends Media>
T
MediaManager.getMedia(Class<T> type, long mediaID)
          Retrieves the item from the system of the given type with the specified id.
<M extends Media,T extends MediaResultFilter<Class<? extends M>>>
M
MediaManager.getMedia(T resultFilter)
          Retrieves the first multimedia item that matches the given result filter
<T extends Media>
T
MediaManager.getMediaByExternalID(Class<T> type, String externalID)
          Retrieves the item from the system of the given type with the specified external id obtained from the VideoProvider service
<T extends Media>
T
MediaManager.insert(T mediaObj)
          Inserts the given media object into the system
 

Methods in com.jivesoftware.community.media that return Media
 Media MediaActionSupport.getMedia()
           
 

Methods in com.jivesoftware.community.media that return types with arguments of type Media
<T extends MediaResultFilter>
JiveIterator<? extends Media>
MediaManager.getMediaCollection(T resultFilter)
          Returns the collection of all multimedia items matching the given result filter
<T extends MediaResultFilter>
JiveIterator<? extends Media>
MediaManager.getMediaCollection(TagSet tagSet, T resultFilter)
          Returns the collection of all multimedia items within the given tag set matching the given result filter
 

Methods in com.jivesoftware.community.media with parameters of type Media
 void MediaManager.delete(Media mediaObj)
          Deletes the given media object from the system
 void MediaManager.move(Media toMove, JiveContainer target)
          Moves a video from one container to another.
 void MediaActionSupport.setMedia(Media media)
           
 void MediaManager.update(Media mediaObj)
          Updates the media object with an id and content type matching the id and type of the given item with the new values contained in the given mediaObj
 

Method parameters in com.jivesoftware.community.media with type arguments of type Media
 int MediaManager.getMediaCount(TagSet tagSet, Class<? extends Media> type)
          Gets the count of all multimedia items of the specified type within the given tag set
protected  void MediaObjectType.registerMediaType(Class<? extends Media> mediaType, String objectTypeName)
          Registers the specified media type and it's object type name, so that type providers that apply to all media types will apply to a given implmentation of MediaObjectType.
 void MediaObjectType.setMediaObjectTypeRegistry(MediaObjectTypeRegistry<Map<Class<? extends Media>,String>> mediaObjectTypeRegistry)
           
 

Uses of Media in com.jivesoftware.community.media.type
 

Classes in com.jivesoftware.community.media.type with type parameters of type Media
 interface MediaObjectTypeRegistry<T extends Map<Class<? extends Media>,String>>
          A registry that manages extensions to the media framework.
 interface MediaProxyInfoProvider<T extends Media>
          Encapsulates CRUD permissions for media, so that a proxied manager can perform security checks in an media type implementation agnostic way.
 

Methods in com.jivesoftware.community.media.type with type parameters of type Media
protected
<T extends Media>
T
MediaWatchInfoProvider.getMediaObject(ContentEvent ev)
           
 

Methods in com.jivesoftware.community.media.type that return types with arguments of type Media
 Class<? extends Media> MediaObjectTypeRegistry.getMediaObjectTypeClass(int objectTypeID)
          Returns an instance of media that corresponds to the media object type with an id matching the given id
 Class<? extends Media> MediaObjectTypeRegistry.getMediaObjectTypeClass(String objectTypeName)
          Returns an instance of media that corresponds to the media object type with a name matching the given name.
 

Methods in com.jivesoftware.community.media.type with parameters of type Media
 MoveContentProvider.MoveValidationResult MoveMediaContentProvider.canMoveContent(Media toMove, JiveContainer target)
           
 String MediaNotificationProvider.getAttachmentName(Media media)
           
 long MediaNotificationProvider.getAttachmentSize(Media media)
           
 boolean MediaProxyInfoProvider.getCanCreate(Media media)
          Returns true iff the currently effective user has rights to create the given media object.
 boolean MediaProxyInfoProvider.getCanDelete(Media media)
          Returns true iff the currently effective user has rights to delete the given media object.
 boolean MediaProxyInfoProvider.getCanEdit(Media media)
          Returns true iff the currently effective user has rights to edit the given media object.
 boolean MediaProxyInfoProvider.getCanMove(Media media, JiveContainer target)
          Returns true iff the currently effective user has rights to move the given media object to the target container
 boolean MediaProxyInfoProvider.getCanView(Media media)
          Returns true iff the currently effective user has rights to view the given media object.
 String MediaNotificationProvider.getObjectTitle(Media media)
           
 void MoveMediaContentProvider.moveContent(Media toMove, JiveContainer target)
           
 

Method parameters in com.jivesoftware.community.media.type with type arguments of type Media
 void MediaRecentHistoryProvider.setMediaObjectTypeRegistry(MediaObjectTypeRegistry<Map<Class<? extends Media>,String>> mediaObjectTypeRegistry)
           
 

Uses of Media in com.jivesoftware.community.media.video
 

Subinterfaces of Media in com.jivesoftware.community.media.video
 interface Video
          Video content object
 


Jive Product Page

Copyright © 1999-2007 Jive Software.