| Modifier and Type | Method | Description |
|---|---|---|
default int |
countFolders() |
|
int |
countFolders(String filter) |
|
Folder |
getFolder(int index) |
|
Folder |
getFolder(Id id) |
|
default Folder[] |
getFolders() |
|
Folder[] |
getFolders(String filter) |
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
getApplicationsFolder, getApplicationSupportFolder, getDesktopPicturesFolder, getFolderActionScriptsFolder, getFontsFolder, getId, getLibraryFolder, getName, getPreferencesFolder, getScriptingAdditionsFolder, getScriptsFolder, getSharedDocumentsFolder, getSpeakableItemsFolder, getUtilitiesFolder, getWorkflowsFoldercast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOfstatic final TypeClass CLASS
@Kind("element") @Type("folder") default Folder[] getFolders()
getFolders in interface DomainFolders@Kind("element") @Type("folder") Folder[] getFolders(String filter)
getFolders in interface Domainfilter - AppleScript filter clause without the leading "whose" or "where"Folders@Kind("element") @Type("folder") default int countFolders()
countFolders in interface DomainFolders@Kind("element") @Type("folder") int countFolders(String filter)
countFolders in interface Domainfilter - AppleScript filter clause without the leading "whose" or "where"Map<String,Object> getProperties()
getProperties in interface Domain