Uses of Class
lumis.service.media.Media
-
Packages that use Media Package Description lumis.service.media Media repository service. -
-
Uses of Media in lumis.service.media
Methods in lumis.service.media that return Media Modifier and Type Method Description Media
IMediaManager. get(String mediaId)
Returns the MediaConfig for a media with the given id.Media
MediaManager. get(String mediaId)
Media
IMediaManager. getFromFileId(String fileId)
Returns the MediaConfig for given file identifier.Media
MediaManager. getFromFileId(String fileId)
Methods in lumis.service.media that return types with arguments of type Media Modifier and Type Method Description Collection<Media>
IMediaManager. getChildren(String serviceInstanceId, String folderId, int type)
Returns the entries in the specified folder.Collection<Media>
MediaManager. getChildren(String serviceInstanceId, String folderId, int type)
-