|
Change Variable Type unpublished : ArrayList<Recording> to unpublished : List<Recording> in method public getRecordings(meetingIds ArrayList<String>) : ArrayList<Recording> in class org.bigbluebutton.api.RecordingService |
From |
To |
|
Change Variable Type publishList : ArrayList<String> to publishList : List<String> in method public existAnyRecording(idList List<String>) : boolean in class org.bigbluebutton.api.RecordingService |
From |
To |
|
Change Variable Type recs : ArrayList<Recording> to recs : List<Recording> in method private getRecordingsForPath(meetingId String, path String) : List<Recording> in class org.bigbluebutton.api.RecordingService |
From |
To |
|
Change Variable Type recordings : File[] to recordings : List<File> in method private deleteRecording(id String, path String) : void in class org.bigbluebutton.api.RecordingService |
From |
To |
|
Change Variable Type recordings : File[] to recordings : List<File> in method private getAllRecordingIds(path String, format String[]) : List<String> in class org.bigbluebutton.api.RecordingService |
From |
To |
|
Change Variable Type recordings : File[] to recordings : List<File> in method private publish(path String, recordingId String, publish boolean) : void in class org.bigbluebutton.api.RecordingService |
From |
To |
|
Change Variable Type published : ArrayList<Recording> to published : List<Recording> in method public getRecordings(meetingIds ArrayList<String>) : ArrayList<Recording> in class org.bigbluebutton.api.RecordingService |
From |
To |
|
Change Variable Type dirs : File[] to dirs : List<File> in method private getPlaybackFormats(path String) : String[] in class org.bigbluebutton.api.RecordingService |
From |
To |
|
Change Variable Type ids : ArrayList<String> to ids : List<String> in method private getAllRecordingIds(path String, format String[]) : List<String> in class org.bigbluebutton.api.RecordingService |
From |
To |
|
Change Variable Type unpublishList : ArrayList<String> to unpublishList : List<String> in method public existAnyRecording(idList List<String>) : boolean in class org.bigbluebutton.api.RecordingService |
From |
To |
|
Change Variable Type recordings : File[] to recordings : List<File> in method private getRecordingsForPath(meetingId String, path String) : List<Recording> in class org.bigbluebutton.api.RecordingService |
From |
To |