| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
Map<BusinessObjectDataEntity,StoragePolicyEntity> |
BusinessObjectDataDao.getBusinessObjectDataEntitiesMatchingStoragePolicies(StoragePolicyPriorityLevel storagePolicyPriorityLevel,
List<String> supportedBusinessObjectDataStatuses,
int startPosition,
int maxResult)
Retrieves a map of business object data entities to their corresponding storage policy entities, where the business object data status is supported by
the storage policy feature and the business object data alternate key values match storage policy's filter and transition (not taking into account
storage policy rules).
|
| Modifier and Type | Method and Description |
|---|---|
Map<BusinessObjectDataEntity,StoragePolicyEntity> |
BusinessObjectDataDaoImpl.getBusinessObjectDataEntitiesMatchingStoragePolicies(StoragePolicyPriorityLevel storagePolicyPriorityLevel,
List<String> supportedBusinessObjectDataStatuses,
int startPosition,
int maxResult) |
| Modifier and Type | Field and Description |
|---|---|
static List<StoragePolicyPriorityLevel> |
StoragePolicySelectorServiceImpl.STORAGE_POLICY_PRIORITY_LEVELS
List of storage policy priority levels in order of priorities, highest priority listed first:
|
Copyright © 2017. All rights reserved.