public class SchedulerResourceUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
RESERVEDMAPKEY_LINEAGE_ID |
Constructor and Description |
---|
SchedulerResourceUtil() |
Modifier and Type | Method and Description |
---|---|
static Date |
convertDateToServerTimeZone(Date dateTime,
String timeZone) |
static IJobTrigger |
convertScheduleRequestToJobTrigger(JobScheduleRequest scheduleRequest,
IScheduler scheduler) |
static HashMap<String,Serializable> |
handlePDIScheduling(RepositoryFile file,
HashMap<String,Serializable> parameterMap,
Map<String,String> pdiParameters) |
static boolean |
isJob(RepositoryFile file) |
static boolean |
isPdiFile(RepositoryFile file) |
static boolean |
isTransformation(RepositoryFile file) |
static void |
updateStartDateForTimeZone(JobScheduleRequest request) |
public static final String RESERVEDMAPKEY_LINEAGE_ID
public static IJobTrigger convertScheduleRequestToJobTrigger(JobScheduleRequest scheduleRequest, IScheduler scheduler) throws SchedulerException, UnifiedRepositoryException
public static void updateStartDateForTimeZone(JobScheduleRequest request)
public static Date convertDateToServerTimeZone(Date dateTime, String timeZone)
public static HashMap<String,Serializable> handlePDIScheduling(RepositoryFile file, HashMap<String,Serializable> parameterMap, Map<String,String> pdiParameters)
public static boolean isPdiFile(RepositoryFile file)
public static boolean isTransformation(RepositoryFile file)
public static boolean isJob(RepositoryFile file)
Copyright © 2017 Hitachi Vantara. All rights reserved.