| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.jpa | |
| org.finra.herd.service | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
NamespaceEntity |
NamespaceDao.getNamespaceByCd(String namespaceCode)
Gets a namespace by it's code.
|
NamespaceEntity |
NamespaceDao.getNamespaceByKey(NamespaceKey namespaceKey)
Gets a namespace by it's key.
|
| Modifier and Type | Method and Description |
|---|---|
EmrClusterDefinitionEntity |
EmrClusterDefinitionDao.getEmrClusterDefinitionByNamespaceAndName(NamespaceEntity namespaceEntity,
String emrClusterDefinitionName)
Retrieves an EMR cluster definition entity by namespace entity and EMR cluster definition name.
|
List<EmrClusterDefinitionKey> |
EmrClusterDefinitionDao.getEmrClusterDefinitionKeysByNamespace(NamespaceEntity namespaceEntity)
Gets a list of keys for all EMR cluster definitions defined in the system for the specified namespace.
|
List<NamespaceIamRoleAuthorizationEntity> |
NamespaceIamRoleAuthorizationDao.getNamespaceIamRoleAuthorizations(NamespaceEntity namespaceEntity)
Get a list of NamespaceIamRoleAuthorizationEntity by a namespace.
|
List<StoragePolicyKey> |
StoragePolicyDao.getStoragePolicyKeysByNamespace(NamespaceEntity namespaceEntity)
Gets a list of keys for all storage policies defined in the system for the specified namespace.
|
List<String> |
UserNamespaceAuthorizationDao.getUserIdsWithWriteOrWriteDescriptiveContentPermissionsByNamespace(NamespaceEntity namespaceEntity)
Gets a list of user ids for all users that have WRITE or WRITE_DESCRIPTIVE_CONTENT namespace permissions for the specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceEntity |
NamespaceDaoImpl.getNamespaceByCd(String namespaceCode) |
NamespaceEntity |
NamespaceDaoImpl.getNamespaceByKey(NamespaceKey namespaceKey) |
| Modifier and Type | Method and Description |
|---|---|
EmrClusterDefinitionEntity |
EmrClusterDefinitionDaoImpl.getEmrClusterDefinitionByNamespaceAndName(NamespaceEntity namespaceEntity,
String emrClusterDefinitionName) |
List<EmrClusterDefinitionKey> |
EmrClusterDefinitionDaoImpl.getEmrClusterDefinitionKeysByNamespace(NamespaceEntity namespaceEntity) |
List<NamespaceIamRoleAuthorizationEntity> |
NamespaceIamRoleAuthorizationDaoImpl.getNamespaceIamRoleAuthorizations(NamespaceEntity namespaceEntity) |
List<StoragePolicyKey> |
StoragePolicyDaoImpl.getStoragePolicyKeysByNamespace(NamespaceEntity namespaceEntity) |
List<String> |
UserNamespaceAuthorizationDaoImpl.getUserIdsWithWriteOrWriteDescriptiveContentPermissionsByNamespace(NamespaceEntity namespaceEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.persistence.criteria.Predicate |
AbstractHerdDao.getQueryRestriction(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.From<?,BusinessObjectFormatEntity> businessObjectFormatEntity,
javax.persistence.criteria.From<?,FileTypeEntity> fileTypeEntity,
javax.persistence.criteria.From<?,BusinessObjectDefinitionEntity> businessObjectDefinitionEntity,
javax.persistence.criteria.From<?,NamespaceEntity> namespaceEntity,
BusinessObjectFormatKey businessObjectFormatKey,
boolean ignoreBusinessObjectFormatVersion)
Builds a query restriction predicate for the specified business object format entity as per business object format key values.
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<NamespaceEntity,String> |
NamespaceEntity_.code |
static javax.persistence.metamodel.SingularAttribute<EmrClusterCreationLogEntity,NamespaceEntity> |
EmrClusterCreationLogEntity_.namespace |
static javax.persistence.metamodel.SingularAttribute<UserNamespaceAuthorizationEntity,NamespaceEntity> |
UserNamespaceAuthorizationEntity_.namespace |
static javax.persistence.metamodel.SingularAttribute<AttributeValueListEntity,NamespaceEntity> |
AttributeValueListEntity_.namespace |
static javax.persistence.metamodel.SingularAttribute<EmrClusterDefinitionEntity,NamespaceEntity> |
EmrClusterDefinitionEntity_.namespace |
static javax.persistence.metamodel.SingularAttribute<BusinessObjectDefinitionEntity,NamespaceEntity> |
BusinessObjectDefinitionEntity_.namespace |
static javax.persistence.metamodel.SingularAttribute<NotificationRegistrationEntity,NamespaceEntity> |
NotificationRegistrationEntity_.namespace |
static javax.persistence.metamodel.SingularAttribute<JobDefinitionEntity,NamespaceEntity> |
JobDefinitionEntity_.namespace |
static javax.persistence.metamodel.SingularAttribute<NamespaceIamRoleAuthorizationEntity,NamespaceEntity> |
NamespaceIamRoleAuthorizationEntity_.namespace |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,NamespaceEntity> |
StoragePolicyEntity_.namespace |
| Modifier and Type | Method and Description |
|---|---|
NamespaceEntity |
EmrClusterCreationLogEntity.getNamespace() |
NamespaceEntity |
NotificationRegistrationEntity.getNamespace() |
NamespaceEntity |
JobDefinitionEntity.getNamespace() |
NamespaceEntity |
NamespaceIamRoleAuthorizationEntity.getNamespace() |
NamespaceEntity |
StoragePolicyEntity.getNamespace() |
NamespaceEntity |
AttributeValueListEntity.getNamespace() |
NamespaceEntity |
BusinessObjectDefinitionEntity.getNamespace() |
NamespaceEntity |
EmrClusterDefinitionEntity.getNamespace() |
NamespaceEntity |
UserNamespaceAuthorizationEntity.getNamespace() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmrClusterCreationLogEntity.setNamespace(NamespaceEntity namespace) |
void |
NotificationRegistrationEntity.setNamespace(NamespaceEntity namespace) |
void |
JobDefinitionEntity.setNamespace(NamespaceEntity namespace) |
void |
NamespaceIamRoleAuthorizationEntity.setNamespace(NamespaceEntity namespace) |
void |
StoragePolicyEntity.setNamespace(NamespaceEntity namespace) |
void |
AttributeValueListEntity.setNamespace(NamespaceEntity namespace) |
void |
BusinessObjectDefinitionEntity.setNamespace(NamespaceEntity namespace) |
void |
EmrClusterDefinitionEntity.setNamespace(NamespaceEntity namespace) |
void |
UserNamespaceAuthorizationEntity.setNamespace(NamespaceEntity namespace) |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationMessage> |
MessageNotificationEventService.processBusinessObjectDefinitionDescriptionSuggestionChangeNotificationEvent(BusinessObjectDefinitionDescriptionSuggestion businessObjectDefinitionDescriptionSuggestion,
String lastUpdatedByUserId,
XMLGregorianCalendar lastUpdatedOn,
NamespaceEntity namespaceEntity)
Handles notifications for business object definition description suggestion changes.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceEntity |
NamespaceDaoHelper.getNamespaceEntity(String namespace)
Gets a namespace entity and ensure it exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamespaceIamRoleAuthorizationHelper.checkPermissions(NamespaceEntity namespaceEntity,
Collection<String> requestedIamRoleNames)
Throws AccessDeniedException if the given namespace is not authorized to access any of the given IAM role names.
|
void |
NamespaceIamRoleAuthorizationHelper.checkPermissions(NamespaceEntity namespaceEntity,
String... requestedIamRoleNames)
Throws AccessDeniedException if the given namespace is not authorized to access any of the given IAM role names.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationMessage> |
MessageNotificationEventServiceImpl.processBusinessObjectDefinitionDescriptionSuggestionChangeNotificationEvent(BusinessObjectDefinitionDescriptionSuggestion businessObjectDefinitionDescriptionSuggestion,
String lastUpdatedByUserId,
XMLGregorianCalendar lastUpdatedOn,
NamespaceEntity namespaceEntity) |
Copyright © 2021. All rights reserved.