public interface BatchList extends ModelEntity, java.lang.Iterable<PropFeature>
Modifier and Type | Method and Description |
---|---|
void |
clear()
Remove all entities in the list.
|
BatchFeature |
create(java.lang.String tag,
java.lang.String type)
Creates a batch job.
|
BatchFeatureList |
feature()
Returns the tasks of a batch job.
|
BatchFeature |
get(java.lang.String tag)
Returns a batch job.
|
void |
remove(java.lang.String tag)
Removes a batch job.
|
int |
size()
Returns the number of batch jobs.
|
java.lang.String[] |
tags()
Returns the tags of the batch jobs.
|
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, version
getContainer, getDisplayString
void clear()
BatchFeature create(java.lang.String tag, java.lang.String type)
tag
- Batch job tag.type
- Batch job type: Parametric
, Batch
, or
Cluster
.BatchFeatureList feature()
BatchFeature get(java.lang.String tag)
tag
- Batch job tag.void remove(java.lang.String tag)
tag
- Batch job tag.int size()
java.lang.String[] tags()