| Package | Description |
|---|---|
| org.pubcoi.cdm.batch | |
| org.pubcoi.cdm.fos |
| Modifier and Type | Field and Description |
|---|---|
protected BatchJobTypeEnum |
BatchJob.type |
| Modifier and Type | Method and Description |
|---|---|
static BatchJobTypeEnum |
BatchJobTypeEnum.fromValue(String v) |
BatchJobTypeEnum |
BatchJob.getType()
Gets the value of the type property.
|
static BatchJobTypeEnum |
BatchJobTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchJobTypeEnum[] |
BatchJobTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchJob.setType(BatchJobTypeEnum value)
Sets the value of the type property.
|
BatchJob |
BatchJob.withType(BatchJobTypeEnum value) |
| Modifier and Type | Method and Description |
|---|---|
static BatchJob |
BatchJobFactory.build(Attachment attachment,
BatchJobTypeEnum jobType)
Used to generate a batch job definition from an
Attachment object |
Copyright © 2021. All rights reserved.