static Vector<NesterAudioFile> arlo.NesterProject.getNesterProjectAudioFiles |
( |
int |
projectID, |
|
|
boolean |
activeOnly, |
|
|
HashMap< String, Boolean > |
fieldNames, |
|
|
Connection |
connection |
|
) |
| |
|
static |
Get a list of all MediaFile objects in a Project.
- Parameters
-
projectId | The database ID of the Project. |
activeOnly | Only return files set as 'active' |
fieldNames | |
connection | Opened Database Connection |
- Returns
- List of NesterAudioFile objects
static int arlo.NesterProject.getProjectID |
( |
int |
userID, |
|
|
String |
projectName, |
|
|
Connection |
connection |
|
) |
| |
|
static |
static Vector<Integer> arlo.NesterProject.getProjectMediaFileIds |
( |
int |
projectId, |
|
|
Connection |
connection |
|
) |
| |
|
static |
Get a list of all MediaFile IDs in a Project.
- Parameters
-
projectId | The database ID of the Project. |
connection | Opened Database Connection |
- Returns
- List of database IDs of the MediaFiles
The documentation for this class was generated from the following file: