Class CommonHandler
java.lang.Object
org.odpi.openmetadata.accessservices.assetcatalog.handlers.CommonHandler
Common Handler supports the lookup types and metadata collection.
These methods are used in the multiple handlers.
It runs on the server-side of the Asset Catalog OMAS, fetches the types, metadata collection using the RepositoryHandler.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetTypeDefGUID(String userId, String typeDefName) Returns the global identifier of the type using the type def namebooleanhasDisplayName(String userId, String typeDefGUID)
-
Field Details
-
ZONE_MEMBERSHIP
- See Also:
-
NONE
- See Also:
-
-
Method Details
-
getTypeDefGUID
Returns the global identifier of the type using the type def name- Parameters:
userId- user identifier that issues the calltypeDefName- the type definition name- Returns:
- the global identifier of the type
-
hasDisplayName
public boolean hasDisplayName(String userId, String typeDefGUID) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
-