Modifier and Type | Method | Description |
---|---|---|
default int |
countAlbums() |
All albums contained in this folder.
|
int |
countAlbums(String filter) |
All albums contained in this folder.
|
default int |
countContainers() |
The children containers contained in this folder.
|
int |
countContainers(String filter) |
The children containers contained in this folder.
|
default int |
countFolders() |
All folders contained in this folder.
|
int |
countFolders(String filter) |
All folders contained in this folder.
|
Album |
getAlbum(int index) |
All albums contained in this folder.
|
Album |
getAlbum(Id id) |
All albums contained in this folder.
|
default Album[] |
getAlbums() |
All albums contained in this folder.
|
Album[] |
getAlbums(String filter) |
All albums contained in this folder.
|
Container |
getContainer(int index) |
The children containers contained in this folder.
|
Container |
getContainer(Id id) |
The children containers contained in this folder.
|
default Container[] |
getContainers() |
The children containers contained in this folder.
|
Container[] |
getContainers(String filter) |
The children containers contained in this folder.
|
Folder |
getFolder(int index) |
All folders contained in this folder.
|
Folder |
getFolder(Id id) |
All folders contained in this folder.
|
default Folder[] |
getFolders() |
All folders contained in this folder.
|
Folder[] |
getFolders(String filter) |
All folders contained in this folder.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
getId, getName, getParent, setName
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Kind("element") @Type("container") default Container[] getContainers()
Container
s@Kind("element") @Type("container") Container[] getContainers(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"Container
s@Kind("element") @Type("container") Container getContainer(int index)
index
- index into the element list (zero-based)Container
at the requested index@Kind("element") @Type("container") Container getContainer(Id id)
id
- id of the itemContainer
with the requested id@Kind("element") @Type("container") default int countContainers()
Container
s@Kind("element") @Type("container") int countContainers(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"@Kind("element") @Type("album") default Album[] getAlbums()
Album
s@Kind("element") @Type("album") Album[] getAlbums(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"Album
s@Kind("element") @Type("album") Album getAlbum(int index)
index
- index into the element list (zero-based)Album
at the requested index@Kind("element") @Type("album") Album getAlbum(Id id)
id
- id of the itemAlbum
with the requested id@Kind("element") @Type("album") default int countAlbums()
Album
s@Kind("element") @Type("album") int countAlbums(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"@Kind("element") @Type("folder") default Folder[] getFolders()
Folder
s@Kind("element") @Type("folder") Folder[] getFolders(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"Folder
s@Kind("element") @Type("folder") Folder getFolder(int index)
index
- index into the element list (zero-based)Folder
at the requested index@Kind("element") @Type("folder") Folder getFolder(Id id)
id
- id of the itemFolder
with the requested id@Kind("element") @Type("folder") default int countFolders()
Folder
s@Kind("element") @Type("folder") int countFolders(String filter)
filter
- AppleScript filter clause without the leading "whose" or "where"Map<String,Object> getProperties()
getProperties
in interface Container