Interface ObjectIdProvider
-
@API public interface ObjectIdProviderProvides object ids.- Since:
- 2018.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]getIds(JobEvent event, java.lang.String jobcfg)Returns an array containing object ids.
-
-
-
Method Detail
-
getIds
java.lang.String[] getIds(JobEvent event, java.lang.String jobcfg) throws com.technia.tvc.core.TVCException
Returns an array containing object ids.- Parameters:
event- Job eventjobcfg- Jobcfg for new job.- Returns:
- An array of object ids.
- Throws:
com.technia.tvc.core.TVCException
-
-