| Modifier and Type | Method and Description |
|---|---|
TypeDefGallery |
OMRSMetadataCollectionBase.filterTypesByWildCardName(List<TypeDef> allTypeDefs,
List<AttributeTypeDef> allAttributeTypeDefs,
String typeDefName)
Return the types identified by the name supplied by the caller.
|
TypeDefGallery |
OMRSMetadataCollectionBase.findTypesByName(String userId,
String name)
Returns a list of type definitions that have the specified name.
|
abstract TypeDefGallery |
OMRSMetadataCollection.findTypesByName(String userId,
String name)
Returns a list of type definitions that have the specified name.
|
TypeDefGallery |
OMRSMetadataCollectionBase.getAllTypes(String userId)
Returns the list of different types of metadata organized into two groups.
|
abstract TypeDefGallery |
OMRSMetadataCollection.getAllTypes(String userId)
Returns the list of different types of metadata organized into two groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSMetadataCollectionBase.addTypeDefGallery(String userId,
TypeDefGallery newTypes)
Create a collection of related types.
|
abstract void |
OMRSMetadataCollection.addTypeDefGallery(String userId,
TypeDefGallery newTypes)
Create a collection of related types.
|
| Constructor and Description |
|---|
TypeDefGallery(TypeDefGallery template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
TypeDefGallery |
OMRSRepositoryHelper.getActiveTypeDefGallery()
Return the list of typeDefs and attributeTypeDefs active in the local repository.
|
TypeDefGallery |
OMRSRepositoryHelper.getKnownTypeDefGallery()
Return the list of types active in the connected cohorts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSRepositoryValidator.validateTypeDefGallery(String sourceName,
String parameterName,
TypeDefGallery gallery,
String methodName)
Validate that type's name is not null.
|
Copyright © 2018–2020 ODPi. All rights reserved.