| Modifier and Type | Method and Description |
|---|---|
protected List<TypeDef> |
OMRSMetadataCollectionBase.filterTypeDefsByCategory(List<TypeDef> allTypes,
TypeDefCategory category)
Returns all of the types for a specific category.
|
abstract List<TypeDef> |
OMRSMetadataCollection.findTypeDefsByCategory(String userId,
TypeDefCategory category)
Returns all of the TypeDefs for a specific category.
|
List<TypeDef> |
OMRSMetadataCollectionBase.findTypeDefsByCategory(String userId,
TypeDefCategory category)
Returns all of the TypeDefs for a specific category.
|
protected void |
OMRSMetadataCollectionBase.reTypeInstanceParameterValidation(String userId,
String instanceGUID,
String instanceParameterName,
TypeDefCategory expectedTypeDefCategory,
TypeDefSummary currentTypeDefSummary,
TypeDefSummary newTypeDefSummary,
String methodName)
Validate the parameters needed to reType an instance.
|
protected void |
OMRSMetadataCollectionBase.typeDefCategoryParameterValidation(String userId,
TypeDefCategory category,
String categoryParameterName,
String methodName)
Validate the properties of a request that accesses types by category.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDefCategory |
InstanceType.getTypeDefCategory()
Return the category of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceType.setTypeDefCategory(TypeDefCategory typeDefCategory)
Set up the category of this instance.
|
| Constructor and Description |
|---|
InstanceType(TypeDefCategory typeDefCategory,
String typeDefGUID,
String typeDefName,
long typeDefVersion,
String typeDefDescription,
String typeDefDescriptionGUID,
List<TypeDefLink> typeDefSuperTypes,
List<InstanceStatus> validStatusList,
List<String> validInstanceProperties)
Typical constructor that set all of the properties at once.
|
| Modifier and Type | Field and Description |
|---|---|
protected TypeDefCategory |
TypeDefSummary.category |
| Modifier and Type | Method and Description |
|---|---|
TypeDefCategory |
TypeDefSummary.getCategory()
Return the category of the TypeDef.
|
static TypeDefCategory |
TypeDefCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeDefCategory[] |
TypeDefCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDefSummary.setCategory(TypeDefCategory category)
Set up the category of the TypeDef.
|
| Constructor and Description |
|---|
ClassificationDef(TypeDefCategory category,
String guid,
String name,
long version,
String versionName)
Typical constructor is passed the properties of the typedef's super class being constructed.
|
EntityDef(TypeDefCategory category,
String guid,
String name,
long version,
String versionName)
Typical constructor is passed the properties of the typedef's super class being constructed.
|
RelationshipDef(TypeDefCategory category,
String guid,
String name,
long version,
String versionName)
Typical constructor is passed the properties of the typedef's super class being constructed.
|
TypeDef(TypeDefCategory category)
Minimal constructor is passed the category of the typedef being constructed.
|
TypeDef(TypeDefCategory category,
String guid,
String name,
long version,
String versionName)
Typical constructor is passed the properties of the typedef's super class being constructed.
|
TypeDefSummary(TypeDefCategory category,
String guid,
String name,
long version,
String versionName)
Typical constructor is passed the properties of the typedef being constructed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSRepositoryValidator.validateType(String sourceName,
String typeParameterName,
TypeDefSummary typeDefSummary,
TypeDefCategory category,
String methodName)
Validate that the supplied type is a valid active type.
|
void |
OMRSRepositoryValidator.validateTypeDefCategory(String sourceName,
String nameParameterName,
TypeDefCategory category,
String methodName)
Validate that a TypeDef's category is not null.
|
boolean |
OMRSRepositoryValidator.validInstanceId(String sourceName,
String typeDefGUID,
String typeDefName,
TypeDefCategory category,
String instanceGUID)
Verify that the identifiers for an instance are correct.
|
boolean |
OMRSRepositoryValidator.validTypeDefId(String sourceName,
String typeDefGUID,
String typeDefName,
long typeDefVersion,
TypeDefCategory category)
Return boolean indicating whether the TypeDef identifiers are from a single known type or not.
|
boolean |
OMRSRepositoryValidator.validTypeDefId(String sourceName,
String typeDefGUID,
String typeDefName,
TypeDefCategory category)
Return boolean indicating whether the TypeDef identifiers are from a single known type or not.
|
Copyright © 2018–2019 ODPi. All rights reserved.