Package com.kaltura.client.services
Class EntryVendorTaskService
- java.lang.Object
-
- com.kaltura.client.services.EntryVendorTaskService
-
public class EntryVendorTaskService extends Object
Entry Vendor Task Service
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntryVendorTaskService.AbortEntryVendorTaskBuilderstatic classEntryVendorTaskService.AddEntryVendorTaskBuilderstatic classEntryVendorTaskService.ApproveEntryVendorTaskBuilderstatic classEntryVendorTaskService.ExportToCsvEntryVendorTaskBuilderstatic classEntryVendorTaskService.ExtendAccessKeyEntryVendorTaskBuilderstatic classEntryVendorTaskService.GetEntryVendorTaskBuilderstatic classEntryVendorTaskService.GetJobsEntryVendorTaskBuilderstatic classEntryVendorTaskService.GetServeUrlEntryVendorTaskBuilderstatic classEntryVendorTaskService.ListEntryVendorTaskBuilderstatic classEntryVendorTaskService.RejectEntryVendorTaskBuilderstatic classEntryVendorTaskService.ServeCsvEntryVendorTaskBuilderstatic classEntryVendorTaskService.ServeEntryVendorTaskBuilderstatic classEntryVendorTaskService.UpdateEntryVendorTaskBuilderstatic classEntryVendorTaskService.UpdateJobEntryVendorTaskBuilder
-
Constructor Summary
Constructors Constructor Description EntryVendorTaskService()
-
Method Summary
-
-
-
Method Detail
-
abort
public static EntryVendorTaskService.AbortEntryVendorTaskBuilder abort(int id)
-
abort
public static EntryVendorTaskService.AbortEntryVendorTaskBuilder abort(int id, String abortReason)
Cancel entry task. will only occur for task in PENDING or PENDING_MODERATION status- Parameters:
id- vendor task idabortReason-
-
add
public static EntryVendorTaskService.AddEntryVendorTaskBuilder add(EntryVendorTask entryVendorTask)
Allows you to add a entry vendor task- Parameters:
entryVendorTask-
-
approve
public static EntryVendorTaskService.ApproveEntryVendorTaskBuilder approve(int id)
Approve entry vendor task for execution.- Parameters:
id- vendor task id to approve
-
exportToCsv
public static EntryVendorTaskService.ExportToCsvEntryVendorTaskBuilder exportToCsv(EntryVendorTaskFilter filter)
add batch job that sends an email with a link to download an updated CSV that contains list of users- Parameters:
filter- A filter used to exclude specific tasks
-
extendAccessKey
public static EntryVendorTaskService.ExtendAccessKeyEntryVendorTaskBuilder extendAccessKey(int id)
Extend access key in case the existing one has expired.- Parameters:
id- vendor task id
-
get
public static EntryVendorTaskService.GetEntryVendorTaskBuilder get(int id)
Retrieve specific entry vendor task by id- Parameters:
id-
-
getJobs
public static EntryVendorTaskService.GetJobsEntryVendorTaskBuilder getJobs()
-
getJobs
public static EntryVendorTaskService.GetJobsEntryVendorTaskBuilder getJobs(EntryVendorTaskFilter filter)
-
getJobs
public static EntryVendorTaskService.GetJobsEntryVendorTaskBuilder getJobs(EntryVendorTaskFilter filter, FilterPager pager)
get KalturaEntryVendorTask objects for specific vendor partner- Parameters:
filter-pager-
-
getServeUrl
public static EntryVendorTaskService.GetServeUrlEntryVendorTaskBuilder getServeUrl()
-
getServeUrl
public static EntryVendorTaskService.GetServeUrlEntryVendorTaskBuilder getServeUrl(String filterType)
-
getServeUrl
public static EntryVendorTaskService.GetServeUrlEntryVendorTaskBuilder getServeUrl(String filterType, int filterInput)
-
getServeUrl
public static EntryVendorTaskService.GetServeUrlEntryVendorTaskBuilder getServeUrl(String filterType, int filterInput, int status)
-
getServeUrl
public static EntryVendorTaskService.GetServeUrlEntryVendorTaskBuilder getServeUrl(String filterType, int filterInput, int status, String dueDate)
-
list
public static EntryVendorTaskService.ListEntryVendorTaskBuilder list()
-
list
public static EntryVendorTaskService.ListEntryVendorTaskBuilder list(EntryVendorTaskFilter filter)
-
list
public static EntryVendorTaskService.ListEntryVendorTaskBuilder list(EntryVendorTaskFilter filter, FilterPager pager)
List KalturaEntryVendorTask objects- Parameters:
filter-pager-
-
reject
public static EntryVendorTaskService.RejectEntryVendorTaskBuilder reject(int id)
-
reject
public static EntryVendorTaskService.RejectEntryVendorTaskBuilder reject(int id, String rejectReason)
Reject entry vendor task for execution.- Parameters:
id- vendor task id to rejectrejectReason-
-
serve
public static EntryVendorTaskService.ServeEntryVendorTaskBuilder serve()
-
serve
public static EntryVendorTaskService.ServeEntryVendorTaskBuilder serve(int vendorPartnerId)
-
serve
public static EntryVendorTaskService.ServeEntryVendorTaskBuilder serve(int vendorPartnerId, int partnerId)
-
serve
public static EntryVendorTaskService.ServeEntryVendorTaskBuilder serve(int vendorPartnerId, int partnerId, int status)
-
serve
public static EntryVendorTaskService.ServeEntryVendorTaskBuilder serve(int vendorPartnerId, int partnerId, int status, String dueDate)
-
serveCsv
public static EntryVendorTaskService.ServeCsvEntryVendorTaskBuilder serveCsv(String id)
Will serve a requested csv- Parameters:
id- - the requested file id
-
update
public static EntryVendorTaskService.UpdateEntryVendorTaskBuilder update(int id, EntryVendorTask entryVendorTask)
Update entry vendor task. Only the properties that were set will be updated.- Parameters:
id- vendor task id to updateentryVendorTask- evntry vendor task to update
-
updateJob
public static EntryVendorTaskService.UpdateJobEntryVendorTaskBuilder updateJob(int id, EntryVendorTask entryVendorTask)
Update entry vendor task. Only the properties that were set will be updated.- Parameters:
id- vendor task id to updateentryVendorTask- evntry vendor task to update
-
-