Uses of Class
org.odpi.openmetadata.commonservices.generichandlers.SchemaAttributeBuilder
-
Packages that use SchemaAttributeBuilder Package Description org.odpi.openmetadata.commonservices.generichandlers The generic handlers provide sevices to translate OMAS requests built around that service's private beans into calls to the repository services (through the repository handler). -
-
Uses of SchemaAttributeBuilder in org.odpi.openmetadata.commonservices.generichandlers
Methods in org.odpi.openmetadata.commonservices.generichandlers with parameters of type SchemaAttributeBuilder Modifier and Type Method Description StringSchemaAttributeHandler. createNestedSchemaAttribute(String userId, String externalSourceGUID, String externalSourceName, String parentElementGUID, String parentElementGUIDParameterName, String parentElementTypeName, String parentAttributeRelationshipTypeGUID, String parentAttributeRelationshipTypeName, String qualifiedName, String qualifiedNameParameterName, SchemaAttributeBuilder schemaAttributeBuilder, String methodName)Create a new schema attribute with its type attached.StringSchemaAttributeHandler. createNestedSchemaAttribute(String userId, String externalSourceGUID, String externalSourceName, String parentElementGUID, String parentElementGUIDParameterName, String qualifiedName, String qualifiedNameParameterName, SchemaAttributeBuilder schemaAttributeBuilder, Date effectiveTime, String methodName)Create a new schema attribute with its type attached.
-