@Component public class JobDefinitionDaoHelper extends Object
| Constructor and Description |
|---|
JobDefinitionDaoHelper() |
| Modifier and Type | Method and Description |
|---|---|
JobDefinitionEntity |
getJobDefinitionEntity(String namespace,
String jobName)
Retrieve and ensures that a job definition entity exists.
|
public JobDefinitionEntity getJobDefinitionEntity(String namespace, String jobName) throws ObjectNotFoundException
namespace - the namespace (case insensitive)jobName - the job name (case insensitive)ObjectNotFoundException - if the storage entity doesn't existCopyright © 2021. All rights reserved.