public interface IModelJob extends IUniquelyNamed, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
MODEL_JOB_PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getJobParams()
The map of job parameters
|
ModelJobType |
getJobType() |
IModel |
getModel()
Deprecated.
|
IModelJobTask |
getModelJobTask(String pName) |
List<IModelJobTask> |
getModelJobTasks() |
String |
getName() |
String |
getQueueName()
Getter for owned property
QueueName : |
getPrefixedUniqueName, getUniqueName
static final String MODEL_JOB_PREFIX
IModel getModel()
String getName()
IUniquelyNamed
interfaceString getQueueName()
Getter for owned property QueueName
:
The queue name that will be used by engine to execute this job
ModelJobType getJobType()
List<IModelJobTask> getModelJobTasks()
IModelJobTask getModelJobTask(String pName) throws NoSuchModelJobTaskException
pName
- NoSuchModelJobTaskException
- when the task name is not foundModelJobParamUtil
Copyright © 2016. All Rights Reserved.