| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.jpa | |
| org.finra.herd.service.helper |
| Modifier and Type | Method and Description |
|---|---|
StoragePolicyEntity |
StoragePolicyDao.getStoragePolicyByAltKey(StoragePolicyKey key)
Retrieves a storage policy entity by alternate key.
|
StoragePolicyEntity |
StoragePolicyDao.getStoragePolicyByAltKeyAndVersion(StoragePolicyKey key,
Integer storagePolicyVersion)
Retrieves a storage policy entity by alternate key.
|
| Modifier and Type | Method and Description |
|---|---|
Map<BusinessObjectDataEntity,StoragePolicyEntity> |
BusinessObjectDataDao.getBusinessObjectDataEntitiesMatchingStoragePolicies(StoragePolicyPriorityLevel storagePolicyPriorityLevel,
Boolean doNotTransitionLatestValid,
List<String> supportedBusinessObjectDataStatuses,
int storagePolicyTransitionMaxAllowedAttempts,
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 |
|---|---|
StoragePolicyEntity |
StoragePolicyDaoImpl.getStoragePolicyByAltKey(StoragePolicyKey key) |
StoragePolicyEntity |
StoragePolicyDaoImpl.getStoragePolicyByAltKeyAndVersion(StoragePolicyKey key,
Integer storagePolicyVersion) |
| Modifier and Type | Method and Description |
|---|---|
Map<BusinessObjectDataEntity,StoragePolicyEntity> |
BusinessObjectDataDaoImpl.getBusinessObjectDataEntitiesMatchingStoragePolicies(StoragePolicyPriorityLevel storagePolicyPriorityLevel,
Boolean doNotTransitionLatestValid,
List<String> supportedBusinessObjectDataStatuses,
int storagePolicyTransitionMaxAllowedAttempts,
int startPosition,
int maxResult) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,BusinessObjectDefinitionEntity> |
StoragePolicyEntity_.businessObjectDefinition |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,Integer> |
StoragePolicyEntity_.businessObjectDefinitionId |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,Boolean> |
StoragePolicyEntity_.doNotTransitionLatestValid |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,FileTypeEntity> |
StoragePolicyEntity_.fileType |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,String> |
StoragePolicyEntity_.fileTypeCode |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,Long> |
StoragePolicyEntity_.id |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,Boolean> |
StoragePolicyEntity_.latestVersion |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,String> |
StoragePolicyEntity_.name |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,NamespaceEntity> |
StoragePolicyEntity_.namespace |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,StoragePolicyStatusEntity> |
StoragePolicyEntity_.status |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,String> |
StoragePolicyEntity_.statusCode |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,StorageEntity> |
StoragePolicyEntity_.storage |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,String> |
StoragePolicyEntity_.storageName |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,StoragePolicyRuleTypeEntity> |
StoragePolicyEntity_.storagePolicyRuleType |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,Integer> |
StoragePolicyEntity_.storagePolicyRuleValue |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,StoragePolicyTransitionTypeEntity> |
StoragePolicyEntity_.storagePolicyTransitionType |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,String> |
StoragePolicyEntity_.storagePolicyTransitionTypeCode |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,String> |
StoragePolicyEntity_.usage |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,Integer> |
StoragePolicyEntity_.version |
| Modifier and Type | Method and Description |
|---|---|
StoragePolicyEntity |
StoragePolicyDaoHelper.deleteStoragePolicyEntityByKey(StoragePolicyKey storagePolicyKey)
Delete a storage policy entity based on the key and makes sure that it exists.
|
StoragePolicyEntity |
StoragePolicyDaoHelper.getStoragePolicyEntityByKey(StoragePolicyKey storagePolicyKey)
Gets a storage policy entity based on the key and makes sure that it exists.
|
StoragePolicyEntity |
StoragePolicyDaoHelper.getStoragePolicyEntityByKeyAndVersion(StoragePolicyKey storagePolicyKey,
Integer storagePolicyVersion)
Gets a storage policy entity based on the key and version and makes sure that it exists.
|
| Modifier and Type | Method and Description |
|---|---|
StoragePolicyKey |
StoragePolicyHelper.getStoragePolicyKey(StoragePolicyEntity storagePolicyEntity)
Returns a storage policy key for the storage policy entity.
|
Copyright © 2021. All rights reserved.