| 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).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationBuilder
AnnotationBuilder supports the creation of the entities and
relationships that describe an Open Discovery Framework (ODF) Annotation.
|
class |
AnnotationReviewBuilder
AnnotationReviewBuilder supports the creation of the entities and
relationships that describe an Governance Action Framework (GAF) AnnotationReview and the link to the
annotation.
|
class |
AssetBuilder
AssetBuilder creates the parts of a root repository entity for an asset.
|
class |
CommentBuilder
CommentBuilder is able to build the properties for a Comment entity.
|
class |
ConnectionBuilder
ConnectionBuilder is able to build the properties for both a Connection entity and a VirtualConnection entity.
|
class |
ConnectorTypeBuilder
ConnectorTypeBuilder is able to build the properties for an ConnectorType entity from an ConnectorType bean.
|
class |
DiscoveryAnalysisReportBuilder
DiscoveryAnalysisReportBuilder supports the creation of the entities and
relationships that describe an Open Discovery Framework (ODF) DiscoveryAnalysisReport.
|
class |
EmbeddedConnectionBuilder
EmbeddedConnectionBuilder is able to build the properties for the relationship between
a connection and its embedded connections.
|
class |
GlossaryBuilder
GlossaryBuilder creates the parts for an entity that represents a glossary.
|
class |
GlossaryCategoryBuilder
GlossaryCategoryBuilder creates the parts for an entity that represents a glossary category.
|
class |
GlossaryTermBuilder
GlossaryTermBuilder is able to build the properties for a GlossaryTerm entity from a GlossaryTerm bean.
|
class |
GovernanceActionBuilder
GovernanceActionBuilder creates the parts for an entity that represents a governance action.
|
class |
GovernanceActionTypeBuilder
GovernanceActionBuilder creates the parts for an entity that represents a governance action.
|
class |
GovernanceZoneBuilder
GovernanceZoneBuilder creates the parts for an entity that represents a governance zone definition.
|
class |
InformalTagBuilder
InformalTagBuilder is able to build the properties for an InformalTag entity.
|
class |
ITInfrastructureBuilder
ITInfrastructureBuilder provides the builder functions for classifications and relationships.
|
class |
LikeBuilder
LikeBuilder is able to build the properties for a Like entity.
|
class |
LocationBuilder
LocationBuilder creates the parts for an entity that represents a location.
|
class |
OperatingPlatformBuilder
OperatingPlatformBuilder creates the parts for an entity that represents an operating platform (model 0030).
|
class |
PortBuilder
SearchKeywordBuilder is able to build the properties for a SearchKeyword entity.
|
class |
ProcessBuilder
ProcessBuilder creates the parts of a root repository entity for a process.
|
class |
PropertyFacetBuilder
PropertyFacetBuilder is able to build the properties for a SearchKeyword entity.
|
class |
RatingBuilder
RatingBuilder is able to build the properties for a Rating entity.
|
class |
ReferenceableBuilder
ReferenceableBuilder creates Open Metadata Repository Services (OMRS) objects based on the
bean properties supplied in the constructor.
|
class |
SchemaAttributeBuilder
SchemaAttributeBuilder creates instance properties for a schema attribute.
|
class |
SchemaTypeBuilder
SchemaTypeBuilder manages the properties for a schema type.
|
class |
SearchKeywordBuilder
SearchKeywordBuilder is able to build the properties for a SearchKeyword entity.
|
class |
SoftwareServerCapabilityBuilder
SoftwareServerCapabilityBuilder creates the parts for an entity that represents a software server capability.
|
class |
ValidValuesBuilder
ValidValuesBuilder is used to manage the properties of a valid values set and definition.
|
| Modifier and Type | Method and Description |
|---|---|
String |
OpenMetadataAPIGenericHandler.createBeanFromTemplate(String userId,
String externalSourceGUID,
String externalSourceName,
String templateGUID,
String templateGUIDParameterName,
String entityTypeGUID,
String entityTypeName,
String uniqueParameterValue,
String uniqueParameterName,
OpenMetadataAPIGenericBuilder propertyBuilder,
String methodName)
Create a new entity in the repository based on the contents of an existing entity (the template).
|
String |
OpenMetadataAPIGenericHandler.createBeanInRepository(String userId,
String externalSourceGUID,
String externalSourceName,
String entityTypeGUID,
String entityTypeName,
String uniqueParameterValue,
String uniqueParameterName,
OpenMetadataAPIGenericBuilder propertyBuilder,
String methodName)
Create a new entity in the repository assuming all parameters are ok.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.