public class JobDetailSupport extends Object
Constructor and Description |
---|
JobDetailSupport() |
Modifier and Type | Method and Description |
---|---|
static JobDetail |
newJobDetail(CompositeData cData) |
static JobDetail |
newJobDetail(Map<String,Object> attrMap) |
static CompositeData |
toCompositeData(JobDetail jobDetail) |
static TabularData |
toTabularData(JobDetail[] jobDetails) |
public static JobDetail newJobDetail(CompositeData cData) throws ClassNotFoundException
cData
- ClassNotFoundException
public static JobDetail newJobDetail(Map<String,Object> attrMap) throws ClassNotFoundException
attrMap
- the attributes that define the jobClassNotFoundException
public static CompositeData toCompositeData(JobDetail jobDetail)
jobDetail
- public static TabularData toTabularData(JobDetail[] jobDetails)
Copyright 2001-2019, Terracotta, Inc.