| Package | Description |
|---|---|
| org.finra.herd.model.api.xml |
| Modifier and Type | Field and Description |
|---|---|
protected List<JobAction> |
BusinessObjectDataNotificationRegistrationCreateRequest.jobActions |
protected List<JobAction> |
BusinessObjectDataNotificationRegistrationUpdateRequest.jobActions |
protected List<JobAction> |
StorageUnitNotificationRegistrationCreateRequest.jobActions |
protected List<JobAction> |
StorageUnitNotificationRegistration.jobActions |
protected List<JobAction> |
BusinessObjectDataNotificationRegistration.jobActions |
protected List<JobAction> |
StorageUnitNotificationRegistrationUpdateRequest.jobActions |
| Modifier and Type | Method and Description |
|---|---|
JobAction |
ObjectFactory.createJobAction()
Create an instance of
JobAction |
| Modifier and Type | Method and Description |
|---|---|
List<JobAction> |
BusinessObjectDataNotificationRegistrationCreateRequest.getJobActions() |
List<JobAction> |
BusinessObjectDataNotificationRegistrationUpdateRequest.getJobActions() |
List<JobAction> |
StorageUnitNotificationRegistrationCreateRequest.getJobActions() |
List<JobAction> |
StorageUnitNotificationRegistration.getJobActions() |
List<JobAction> |
BusinessObjectDataNotificationRegistration.getJobActions() |
List<JobAction> |
StorageUnitNotificationRegistrationUpdateRequest.getJobActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDataNotificationRegistrationCreateRequest.setJobActions(List<JobAction> jobActions) |
void |
BusinessObjectDataNotificationRegistrationUpdateRequest.setJobActions(List<JobAction> jobActions) |
void |
StorageUnitNotificationRegistrationCreateRequest.setJobActions(List<JobAction> jobActions) |
void |
StorageUnitNotificationRegistration.setJobActions(List<JobAction> jobActions) |
void |
BusinessObjectDataNotificationRegistration.setJobActions(List<JobAction> jobActions) |
void |
StorageUnitNotificationRegistrationUpdateRequest.setJobActions(List<JobAction> jobActions) |
| Constructor and Description |
|---|
BusinessObjectDataNotificationRegistration(int id,
NotificationRegistrationKey businessObjectDataNotificationRegistrationKey,
String businessObjectDataEventType,
BusinessObjectDataNotificationFilter businessObjectDataNotificationFilter,
List<JobAction> jobActions,
String notificationRegistrationStatus)
Fully-initialising value constructor
|
BusinessObjectDataNotificationRegistrationCreateRequest(NotificationRegistrationKey businessObjectDataNotificationRegistrationKey,
String businessObjectDataEventType,
BusinessObjectDataNotificationFilter businessObjectDataNotificationFilter,
List<JobAction> jobActions,
String notificationRegistrationStatus)
Fully-initialising value constructor
|
BusinessObjectDataNotificationRegistrationUpdateRequest(String businessObjectDataEventType,
BusinessObjectDataNotificationFilter businessObjectDataNotificationFilter,
List<JobAction> jobActions,
String notificationRegistrationStatus)
Fully-initialising value constructor
|
StorageUnitNotificationRegistration(int id,
NotificationRegistrationKey storageUnitNotificationRegistrationKey,
String storageUnitEventType,
StorageUnitNotificationFilter storageUnitNotificationFilter,
List<JobAction> jobActions,
String notificationRegistrationStatus)
Fully-initialising value constructor
|
StorageUnitNotificationRegistrationCreateRequest(NotificationRegistrationKey storageUnitNotificationRegistrationKey,
String storageUnitEventType,
StorageUnitNotificationFilter storageUnitNotificationFilter,
List<JobAction> jobActions,
String notificationRegistrationStatus)
Fully-initialising value constructor
|
StorageUnitNotificationRegistrationUpdateRequest(String storageUnitEventType,
StorageUnitNotificationFilter storageUnitNotificationFilter,
List<JobAction> jobActions,
String notificationRegistrationStatus)
Fully-initialising value constructor
|
Copyright © 2019. All rights reserved.