| Modifier and Type | Method and Description |
|---|---|
protected void |
OMRSMetadataCollectionBase.attributeTypeDefCategoryParameterValidation(String userId,
AttributeTypeDefCategory category,
String categoryParameterName,
String methodName)
Validate the properties of a request that accesses types by category.
|
protected List<AttributeTypeDef> |
OMRSMetadataCollectionBase.filterAttributeTypeDefsByCategory(List<AttributeTypeDef> allTypes,
AttributeTypeDefCategory category)
Returns all of the types for a specific category.
|
abstract List<AttributeTypeDef> |
OMRSMetadataCollection.findAttributeTypeDefsByCategory(String userId,
AttributeTypeDefCategory category)
Returns all of the AttributeTypeDefs for a specific category.
|
List<AttributeTypeDef> |
OMRSMetadataCollectionBase.findAttributeTypeDefsByCategory(String userId,
AttributeTypeDefCategory category)
Returns all of the AttributeTypeDefs for a specific category.
|
| Modifier and Type | Field and Description |
|---|---|
protected AttributeTypeDefCategory |
AttributeTypeDef.category |
| Modifier and Type | Method and Description |
|---|---|
AttributeTypeDefCategory |
AttributeTypeDef.getCategory()
Return the category of the TypeDef.
|
static AttributeTypeDefCategory |
AttributeTypeDefCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeTypeDefCategory[] |
AttributeTypeDefCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeTypeDef.setCategory(AttributeTypeDefCategory category)
Set up the category of the TypeDef.
|
| Constructor and Description |
|---|
AttributeTypeDef(AttributeTypeDefCategory category)
Minimal constructor is passed the category of the attribute type.
|
AttributeTypeDef(AttributeTypeDefCategory category,
String guid,
String name)
Typical constructor is passed the values that describe the type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSRepositoryValidator.validateAttributeTypeDefCategory(String sourceName,
String nameParameterName,
AttributeTypeDefCategory category,
String methodName)
Validate that a AttributeTypeDef's category is not null.
|
boolean |
OMRSRepositoryValidator.validAttributeTypeDefId(String sourceName,
String attributeTypeDefGUID,
String attributeTypeDefName,
AttributeTypeDefCategory category)
Return boolean indicating whether the AttributeTypeDef identifiers are from a single known type or not.
|
boolean |
OMRSRepositoryValidator.validAttributeTypeDefId(String sourceName,
String attributeTypeDefGUID,
String attributeTypeDefName,
String attributeTypeDefVersion,
AttributeTypeDefCategory category)
Return boolean indicating whether the TypeDef identifiers are from a single known type or not.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeTypeDefCategory |
AttributeTypeDefCategoryFindRequest.getCategory()
Return the category for the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeTypeDefCategoryFindRequest.setCategory(AttributeTypeDefCategory category)
Set up the category for the request.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.