Modifier and Type | Method | Description |
---|---|---|
MediaItem |
Application.duplicate(MediaItem theMediaItemToDuplicate) |
Duplicate an object.
|
MediaItem |
Album.getMediaItem(int index) |
The media items contained in this album.
|
MediaItem |
Album.getMediaItem(Id id) |
The media items contained in this album.
|
MediaItem |
Application.getMediaItem(int index) |
Media items in the library.
|
MediaItem |
Application.getMediaItem(Id id) |
Media items in the library.
|
MediaItem |
Moment.getMediaItem(int index) |
The media items contained in this Moment.
|
MediaItem |
Moment.getMediaItem(Id id) |
The media items contained in this Moment.
|
default MediaItem[] |
Album.getMediaItems() |
The media items contained in this album.
|
MediaItem[] |
Album.getMediaItems(String filter) |
The media items contained in this album.
|
default MediaItem[] |
Application.getMediaItems() |
Media items in the library.
|
MediaItem[] |
Application.getMediaItems(String filter) |
Media items in the library.
|
default MediaItem[] |
Moment.getMediaItems() |
The media items contained in this Moment.
|
MediaItem[] |
Moment.getMediaItems(String filter) |
The media items contained in this Moment.
|
MediaItem[] |
Application.getSelection() |
The currently selected media items in the application.
|
MediaItem[] |
Application.import_(JaplScriptFile[] theListOfFilesToCopy,
Album theAlbumToImportInto,
boolean skipDuplicateCheckingAndImportEverythingDefaultsToFalse) |
Import files into the library.
|
MediaItem[] |
Application.search(String theTextToSearchFor) |
Search for items matching the search string.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Application.add(MediaItem[] theListOfMediaItemsToAdd,
Album theAlbumToAddTo) |
Add media items to an album.
|
MediaItem |
Application.duplicate(MediaItem theMediaItemToDuplicate) |
Duplicate an object.
|
void |
Application.export(MediaItem[] theListOfMediaItemsToExport,
JaplScriptFile theDestinationOfTheExport,
boolean exportTheOriginalFilesIfTrueOtherwiseExportRenderedJpgsDefaultsToFalse) |
Export media items to the specified location as files.
|
void |
Application.spotlight(MediaItem theFullPathToTheImage) |
Show the image at path in the application, used to show spotlight search results.
|
void |
Application.startSlideshow(MediaItem[] theMediaItemsToShow) |
Display an ad-hoc slide show from a list of media items, an album, or a folder.
|