| Package | Description |
|---|---|
| org.hisp.dhis | |
| org.hisp.dhis.response.job |
| Modifier and Type | Method and Description |
|---|---|
List<JobNotification> |
Dhis2.getJobNotifications(JobCategory category,
String id)
Retrieves a list of
JobNotification. |
| Modifier and Type | Method and Description |
|---|---|
JobCategory |
JobNotification.getCategory() |
JobCategory |
JobInfo.getJobType() |
static JobCategory |
JobCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobCategory[] |
JobCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobNotification.setCategory(JobCategory category) |
void |
JobInfo.setJobType(JobCategory jobType) |
| Constructor and Description |
|---|
JobNotification(String uid,
NotificationLevel level,
JobCategory category,
String message) |
Copyright © 2019 UiO. All rights reserved.